emanuelrechsteiner

Phase Gate — Development skill for Claude Code

Development community

Verify phase completion with quality gates before unlocking the next phase.

How to install Phase Gate

Installs to ~/.claude/skills/emanuelrechsteiner-claude-rcode-phase-gate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/emanuelrechsteiner-claude-rcode-phase-gate && curl -fsSL https://raw.githubusercontent.com/emanuelrechsteiner/claude-rcode/HEAD/commands/phase-gate.md -o ~/.claude/skills/emanuelrechsteiner-claude-rcode-phase-gate/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Phase Gate does


description: "Verify phase completion with quality gates before unlocking the next phase. Run when all issues in a phase are closed." argument-hint: "" model: claude-fable-5-1[1m] allowed-tools:

  • Task
  • Read
  • Write
  • Edit
  • Bash(gh:*)
  • Bash(git:*)
  • Bash(npm:*)
  • Bash(npx:*)
  • Bash(pnpm:*)
  • Bash(yarn:*)
  • Bash(bun:*)
  • Bash(mypy:*)
  • Bash(pytest:*)
  • Bash(ruff:*)
  • Bash(black:*)
  • Bash(cargo:*)
  • Bash(go:*)
  • Bash(swift:*)
  • Bash(xcodeb

Alternatives in Development

  • Epic Unblock — Sweep blocked epic issues and reopen anything whose dependencies are closed 243.5k ★
  • Flow Parallel — Decompose and execute large changes, migrations, or multi-issue fixes in parallel with quality gates 2.8k ★
  • Verify Theme — Run the full Graphite quality gate (drift, tokens, contrast, YAML) and report pass/fail 452 ★

Full documentation available on GitHub

View Source Repository