.claude/skills/captain-review/SKILL.md
Review all draft PRs and generate dispatch reports for routing findings to worktree agents.
npx skillsauth add the-agency-ai/the-agency .claude/skills/captain-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Review all draft PRs and generate dispatch reports for routing findings to worktree agents.
--all, or empty (defaults to --all).--all or empty: gh pr list --state open --draft to find all draft PRsFor each PR, invoke /code-review via the Skill tool with the PR number.
For each project with findings, create a dispatch file at claude/workstreams/{workstream}/code-reviews/{workstream}-dispatch-{YYYYMMDD-HHMM}.md containing:
The workstream is derived from the PR branch name (segment before /).
Show a summary of all reviews:
Captain Review Complete:
Project PR Findings Dispatch
─────────────────────────────────────────────
mdpal #12 8 issues claude/workstreams/mdpal/code-reviews/mdpal-dispatch-20260401-1430.md
mock-and-mark #15 3 issues claude/workstreams/mock-and-mark/code-reviews/mock-and-mark-dispatch-20260401-1430.md
Stage and commit the review and dispatch files using /git-safe-commit --force (these are coordination artifacts, not code changes).
business
Sync worktree with master — merge, copy settings, run sandbox-sync, report changes
tools
List all git worktrees with status info (branch, clean/dirty, deps)
tools
Remove a git worktree and optionally delete its branch
development
Create a new git worktree with dedicated branch and bootstrapped dev environment