Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Orchestrate Spec Kitty work-package implementation and review loops until all packages are done, approved, or correctly rejected.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -15% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -54% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -34% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -45% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -36% | 0% |
Use this skill when a mission is in implementation/review lanes or the user wants the agent to coordinate implementers and reviewers.
spk-run-next to identify the active WP and lane.spk-run-review-wp.implementation attempt.
move-task --to for_review runs the pre-review regression gate synchronously as part of the transition (#2570/#2493/#2555): it derives the affected test scope for the Mission's changed files and runs it at head before the command returns. That scoped run is a real subprocess and can take from seconds to a few minutes depending on scope size.
completion — treat the move-task --to for_review command as still in flight until it exits, not as a fire-and-forget hand-back. Do not assume control returns immediately, and do not kill or retry the command while it is still running.
--skip-pre-review-gate.To disable it process-wide, set SPEC_KITTY_SYNC_DISABLE or SPEC_KITTY_SYNC_MINIMAL_IMPORT (the gate reuses the sync layer's existing disable toggles rather than adding a third env var). Either opt-out skips the gate before it resolves a workspace or spawns the subprocess.
observing a sub-agent that appears to hang on a for_review transition should first check whether the gate's scoped test subprocess is still running before treating the sub-agent as stuck.
For detailed orchestration mechanics, use spec-kitty-implement-review when available.
Other measured skills in the registry, with their headline benchmark lift.