code-review
25Skill Claude CodeCodex
Code review the current branch against origin/master using 7 parallel review agents with confidence scoring.
Skill Claude CodeCodex
Code review the current branch against origin/master using 7 parallel review agents with confidence scoring.
Skill Claude CodeCodex
Cross-repo dispatch lifecycle — check, read, resolve, reply, push. Captain-only.
Skill Claude CodeCodex
Mid-session compact prep — force-commit the handoff, flush coord work, write continuation-framed handoff, direct to /compact.
Skill Claude CodeCodex
Post-compact pickup — read continuation handoff, verify state (tree clean, monitors alive, dispatch drift), resume next-action.
Skill Claude CodeCodex
Commit coordination artifacts (handoffs, dispatches, seeds, config) without QG.
Skill Claude CodeCodex
Crawl and extract content from configured sites using the provider engine.
Skill Claude CodeCodex
Drive toward a complete Product Vision & Requirements (PVR) using 1B1 protocol with completeness checklist.
Skill Claude CodeCodex
Deploy the project using the configured platform provider.
Skill Claude CodeCodex
Drive toward a complete Architecture & Design (A&D) using 1B1 protocol with completeness checklist.
Skill Claude CodeCodex
Classify git diffs as formatting-only vs substantive changes.
Skill Claude CodeCodex
Read a dispatch and mark it as read — works from any branch or worktree.
Skill Claude CodeCodex
Manage dispatches — list, read, fetch, reply, create, resolve.
Skill Claude CodeCodex
Structured flag review — categorize, approve, dispose. Three-bucket triage for accumulated flags.
Skill Claude CodeCodex
Quick-capture observations to a queue for later follow-up or 1B1 discussion.
Skill Claude CodeCodex
Git Commit Message Generator — QG-aware wrapper.
Skill Claude CodeCodex
Write a session handoff using the handoff tool — archive, write, verify.
Skill Claude CodeCodex
Run the quality gate after completing an iteration — review, fix, test, report, auto-commit. No principal approval needed (iteration boundary is auto-approved). Auto-emits a structured dispatch to captain so the small-batch-cadence daemon can pick up for PR landing.
Skill Claude CodeCodex
Monitor GitHub Actions CI status via background streaming — replaces email notifications.
Skill Claude CodeCodex
Event-driven dispatch monitoring via Monitor tool — replaces /loop polling.
Skill Claude CodeCodex
Run the full deep quality gate after completing an implementation phase — review, fix, test, report, squash-commit. Principal approval REQUIRED before commit (phase boundary is NOT auto-approved). Auto-emits phase-complete dispatch to captain for PR landing.
Skill Claude CodeCodex
Complete a plan — final deep QG, finalize artifacts, produce Reference doc.
Skill Claude CodeCodex
Run after a PR is merged on GitHub. Verifies merge, merges origin into master, invokes /sync-all.
Skill Claude CodeCodex
Captain-only. Land an agent's prepared branch LOCAL-FIRST — integrate and validate in a scratch worktree cut from origin/ , then bump agencyversion, sign a landing receipt, open the PR, confirm CI, merge, release, notify. The single-writer serialization point for agencyversion and PR creation. Companion to /pr-submit.…
Skill Claude CodeCodex
Captain-only. Merge a PR safely — true merge commit (never squash, never rebase), branch protection respected, --principal-approved gate for --admin override. Prevents the "accidentally squashed via the wide GitHub UI button" failure mode that has burned the fleet.