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…
Apply safe branching, commits, conflict resolution, review ownership, merge, rollback, and release-tag rules.
$ npx -y skills add vmobifystudio/app-dev-team --skill git-pr-strategy --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/git-pr-strategyContext preview
The summary Claude sees to decide when to auto-load this skill.
Apply safe branching, commits, conflict resolution, review ownership, merge, rollback, and release-tag rules.
name: git-pr-strategy description: Apply safe branching, commits, conflict resolution, review ownership, merge, rollback, and release-tag rules.
Use for every code or documentation change that will be reviewed, merged, released, reverted, or shared with another agent. Read `knowledge/git-workflow.md` and `agent-isolation` first.
1. Run context preflight and confirm the base branch, ticket, worktree, and dirty-tree state. 2. Use one worktree per writing agent and one ticket per branch. Never stage blindly. 3. Keep commits coherent and reversible: implementation, tests, docs, and generated artifacts should be distinguishable when that helps review. Do not rewrite another agent's branch. 4. Before review, update from the declared integration branch and rerun the relevant gates. A review is stale when the source commit or required evidence changes. 5. The reviewer owns the verdict; the author fixes findings. No self-approval, no merge on a summary, and no merge while required checks are unknown. 6. Resolve conflicts by reading both sides and the governing spec. Never choose “ours” or “theirs” blindly. If the conflict changes behavior or contract, escalate to the owner of that contract. 7. Record the merge commit/tag, checks, evidence bundle, and rollback/revert path in the release record.
Use the team ledger for material decisions, blockers, escalations, and handoffs. State what changed, what was verified, what remains unknown, and the exact next action. Do not hide a failed command behind “could not run”; name the missing toolchain or input.
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…