plugins/proof-driven-verification/skills/code-review-swarm/SKILL.md
Run a structured code-review swarm for a PR, branch, or diff. Use when proof-driven verification needs read-only review shards, especially when subagents are explicitly authorized or the diff exceeds 10 files or 1,200 diff lines.
npx skillsauth add ansarullahanasz360/cc-guide code-review-swarmInstall 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.
This skill defines the review protocol used by verify-pr-proof.
Each reviewer is read-only. They must inspect the assigned diff and nearby code, then return:
{
"verdict": "pass | needs-fix | blocker",
"findings": [
{
"file": "path",
"line": 10,
"severity": "critical | high | medium | low",
"issue": "Concrete failure mode",
"fixRecommendation": "Specific fix",
"confidence": 0.8
}
],
"test_gaps": ["Missing test or scenario"],
"browser_scenarios": ["Route/flow to verify"],
"confidence": 0.8
}
Read ../../references/review-rubric.md.
Read ../../references/codex-review.md if codex review, GitHub PR review comments, or automated Codex review output is available.
Prioritize:
Do not report pure style opinions.
The master agent must:
codex review may be used as one advisory reviewer if available.development
Decide HOW to run a coding task — interactive, goal mode, or a workflow — then author the launch-ready prompt or goal package for Claude Code, Codex, or Antigravity. Use when the user says "launchpad", "start a goal", "set up a goal/sprint", "should this be a goal or interactive", "plan an autonomous run", "I want to brain-dump a task", "help me write a goal prompt", or is about to kick off a long autonomous run and wants it scoped, delegated, and verifiable first.
development
Use when turning founder requirements, research packets, plans, specs, and system designs into one or more independently executable Claude Code, Cloud Code, or Codex implementation sprints with story writing, review, execution, optional verification, and sprint-level commits.
tools
Interactive Claude Code repository setup and optimization. Configures the complete ecosystem - skills, commands, subagents, hooks, rules, MCPs, and plugins. Invoke with /setup-claude init or /setup-claude audit.
testing
Pre-flight check for Ralph TUI loops. Validates config, templates, prd.json, and environment before starting a loop. Run after /prd to verify everything is ready. Detects global CLAUDE.md conflicts, validates template variables, and provides launch commands.