cc-pr-review
Installation
SKILL.md
PR Review — Multi-Agent Lead (local only)
You are the lead. Spawn 9 domain-specialist teammates in parallel, collect their reports via TaskGet, synthesize into one gh pr comment.
If no PR number provided, diff against origin/main instead.
Step 1 — Gather PR data (run once, share with all reviewers)
- PR number given:
- Run
gh pr view <N>→ capture output - Run
gh pr diff <N>→ capture output - Run
gh pr diff <N> --name-only→ capture output
- Run
- No PR number:
- Skip
gh pr view - Run
git diff origin/main→ capture output (use as diff) - Run
git diff origin/main --name-only→ capture output
- Skip