with one click
stage
Stage files, run pre-commit, fix failures, loop until clean
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Stage files, run pre-commit, fix failures, loop until clean
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
For each DRAFT requirement in a given Ground Control wave (or all waves), ensure a GitHub issue covers it and is bidirectionally linked. Use when the user asks to "cover wave N requirements with issues", "back-fill issues for draft requirements", or similar. Requires the Ground Control MCP and `gh` CLI.
Ship current branch — CI, SonarCloud, code review, security review, fix all issues, merge. Assumes code is already committed and pushed.
Monitor GitHub workflows, propose fixes for failures, and report status
| name | stage |
| description | Stage files, run pre-commit, fix failures, loop until clean |
| disable-model-invocation | true |
git status to see all changed and untracked files.git add all relevant changed files.Run up to 5 iterations:
pre-commit run --all-files.git add.git diff --cached --name-only