accessibility-gate
Use as a pass/fail gate on any diff with a user-facing surface — by code-reviewer during review, by qa-engineer during the test pass, and by any IC before…
Use as a review dimension on any diff that could cost startup time, frames, memory, battery, bandwidth or bundle size — by code-reviewer during review and by web-developer and test-automation-engineer before claiming a UI or harness ticket done. The studio's position is that
$ npx -y skills add vmobifystudio/app-dev-team --skill performance-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/performance-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
Use as a review dimension on any diff that could cost startup time, frames, memory, battery, bandwidth or bundle size — by code-reviewer during review and by web-developer and test-automation-engineer before claiming a UI or harness ticket done. The studio's position is that
name: performance-review description: Use as a review dimension on any diff that could cost startup time, frames, memory, battery, bandwidth or bundle size — by code-reviewer during review and by web-developer and test-automation-engineer before claiming a UI or harness ticket done. The studio's position is that this is a dimension with existing auditors behind it, not a standing role.
Performance is a budget, and a budget only exists if something can exceed it. The budgets live in `docs/20-architecture.md` §8; if that section is empty, that is the finding.
Spawn the platform auditor first and fold its findings in — `axiom:swiftui-performance-analyzer`, `axiom:swift-performance-analyzer`, `axiom:memory-auditor`, `axiom:energy-auditor` on Apple platforms. **All external and optional** (separate plugins) — missing → record `N/A: <tool> — not installed`, walk the list below by hand, never file the absence as a defect.
**A performance finding with no number is an opinion.** Every finding names: the metric, the value, the budget it is measured against, the device or environment, and the build. Where you could not measure, the verdict is `CANNOT EVALUATE` — not a guess dressed as a warning.
| Dimension | Budget it spends | What to look for in a diff | |---|---|---| | Startup | cold launch to first interaction | work moved into app init, eager singletons, sync I/O on the launch path | | Frames | 60/120fps, jank-free scroll | layout or allocation per frame, unbounded list without recycling, expensive work in a view body | | Memory | peak and steady-state | full-size images held, unbounded caches, retain cycles, accumulating observers | | Battery / energy | background and foreground drain | polling instead of push, wake locks, continuous location, timers that never stop | | Network | bytes and round trips | N+1 requests, no pagination, no caching headers, retry without backoff | | Storage | disk footprint and write amplification | writing on every keystroke, unbounded logs, no eviction policy | | Bundle / binary | download size | a whole library imported for one function, unsplit routes, uncompressed assets |
that runs once at midnight is not a result.
No baseline, no regression detection — that is how these arrive silently.
invalidation rule; an unstated one is a stale-data defect waiting.
timeout trades a slow path for an unbounded one.
PERFORMANCE: PASS | PASS WITH NOTES | FAIL — <metric> <value> vs budget <value> on <device/build>
Exceeding a stated budget is a `FAIL` and a blocker to raise — not a number to quietly move.
Describe your app idea in one line. Get a shipped iOS & Android app. AI App Studio is a team of 30 AI specialists — a CEO, product manager, designers, iOS/Android engineers, a code reviewer, QA, and a release manager — that works like a real software studio.
Repo: vmobifystudio/app-dev-team
Use as a pass/fail gate on any diff with a user-facing surface — by code-reviewer during review, by qa-engineer during the test pass, and by any IC before…
Use before spawning any agent that writes files, and by every developer/fixer agent as its first and last action. Gives each agent its own git worktree,…
Use to produce the technical architecture doc and engineering principles for a mobile app. Used primarily by the CTO agent. Triggers on "design the…
Use to validate docs/31-board.md before spawning any agent, and to verify a developer's "DONE" claim before moving a row to review. Triggers as step 0 of…
Use when pointing the team at an EXISTING, already-built app instead of a blank project — detects the stack, reverse-engineers the as-built architecture, and…
Use when deciding or revisiting how the product makes money — pricing, tiers, trial shape, ad load, unit economics — by ceo when setting the model, by cpo when…