.claude/skills/swarm-pr-review/SKILL.md
Run a swarm-like PR review using parallel exploration, independent reviewer validation, and critic challenge. Use for deep pull request review with low false-positive tolerance.
npx skillsauth add zaxbysauce/ragappv3 swarm-pr-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.
Use this skill when reviewing a PR, branch diff, staged diff, or recent commit with maximum quality.
Use this layered workflow:
This is intentionally not a full-depth pass on every minor issue. It is a speed-preserving, quality-maximizing review ladder. Parallel breadth stays wide. Deep validation is concentrated where bugs are expensive.
Determine review scope using this priority:
Launch in parallel where scopes are disjoint:
Explorer lanes should optimize for recall and speed. They should produce candidate findings with exact evidence, not final conclusions.
Validate every candidate finding that is:
Reviewer must classify each validated candidate as:
Reviewer should be hyper-critical and suspicious. Default to disbelief until the issue is actually supported by code evidence. If a mitigating runtime control may invalidate the claim, check that before confirming the finding. Lower-risk suggestions can remain lightweight if they are clearly non-blocking and strongly evidenced.
Use critic only after reviewer validation. Critic reviews small batches of reviewer-confirmed findings and challenges:
Produce:
Do not let speed degrade validation quality.
development
Disable swarm mode for the current Claude Code session and return to normal behavior.
development
Enable a high-quality swarm-like Claude Code workflow for the current session, and optionally execute a task immediately using that mode. Uses parallel subagents for breadth, independent reviewer validation for precision, and critic challenge for final confidence. Use when the user wants swarm-like behavior, higher review rigor, or maximum quality without sacrificing Claude Code speed.
development
--- name: swarm-implement description: Execute complex implementation work with a swarm-like Claude Code workflow: parallel exploration, scoped planning, selective deep validation, and independent reviewer/critic checks where risk justifies them. Use for feature work, bug fixes, refactors, and multi-file changes. disable-model-invocation: true --- # /swarm-implement Use this skill for implementation work when you want Claude Code to behave like a fast, high-quality swarm rather than a single-t
development
Orchestrate any code change from requirements to merge-ready PR — scope-calibrated from small fixes to full features. Composes /spec, /implement, /review, and /research with depth that scales to the task: lightweight spec and direct implementation for bug fixes and config changes, full rigor for features. Use for ALL implementation work regardless of perceived scope — the workflow adapts depth, never skips phases. Triggers: ship, ship it, feature development, implement end to end, spec to PR, implement this, fix this, let's implement, let's go with that, build this, make the change, full stack implementation, autonomous development.