From apple-agent-kit
Run a Codex-native, read-only structured closeout review for a local branch, PR diff, dirty patch, or commit before merge or ship. Use when the user asks for PR review, branch closeout, final review, autoreview, or after non-trivial code edits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/apple-agent-kit:codex-pr-closeout-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the bundled helper as a closeout gate, not as permission to broaden the task.
Run the bundled helper as a closeout gate, not as permission to broaden the task.
Use the skill-local helper:
skills/codex-pr-closeout-review/scripts/codex-pr-review --mode branch --base origin/main
For dirty local work:
skills/codex-pr-closeout-review/scripts/codex-pr-review --mode local
For an already-committed change:
skills/codex-pr-closeout-review/scripts/codex-pr-review --mode commit --commit HEAD
Run focused proof in parallel only after formatting is stable:
skills/codex-pr-closeout-review/scripts/codex-pr-review \
--mode branch --base origin/main \
--parallel-tests "python3 scripts/validate-release.py"
Optional context must be repo-relative:
skills/codex-pr-closeout-review/scripts/codex-pr-review \
--mode branch --base origin/main \
--prompt-file review-notes.md \
--evidence proof/summary.json
--web-search.--timeout-seconds.0 for clean review, 1 for actionable findings or incorrect verdict, 2 for parallel proof failure, 3 for unsafe input or target setup failure, and 4 for Codex/JSON/schema failure.Include the review command, proof command, accepted findings and fixes, rejected or follow-up findings with rationale, and the final clean helper result or the conscious reason a remaining finding was not fixed.
npx claudepluginhub neonwatty/apple-agent-kitCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.