review-swarm
Parallel read-only multi-agent review of a current git diff or explicit file scope to find behavioral regressions, security or privacy risks, performance or reliability issues, and contract or test coverage gaps. Use when the user asks for a review swarm, parallel review, diff review,...
npx skills add sickn33/agentic-awesome-skills --skill review-swarm --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Review Swarm ## When to Use Use this skill when you need parallel read-only multi-agent review of a current git diff or explicit file scope to find behavioral regressions, security or privacy risks, performance or reliability issues, and contract or test coverage gaps. Use when the user asks for a review swarm, parallel review, diff review,... Review a diff with four read-only sub-agents in parallel, then have the main agent filter, order, and summarize only the issues that matter. This skill is review-only: sub-agents do not edit files, and the main agent does not apply fixes as part of this workflow. ## Step 1: Determine Scope and Intent Prefer this scope order: 1. Files or paths explicitly named by the user 2. Current git changes 3. An explicit branch, commit, or PR diff requested by the user 4. Most recently modified tracked files, only if the user asked for a review and there is no clearer diff If there is no clear review scope, stop and say so briefly. When using git changes, choose the smallest correct diff command: - unstaged work: `git diff` - staged work: `git diff --cached` - mixed staged and unstaged work: review both - explicit branch or commit comparison: use exactl
- When to Use
- Step 1: Determine Scope and Intent
- Step 2: Launch Four Read-Only Reviewers in Parallel
- Sub-Agent 1: Intent and Regression Review
- Sub-Agent 2: Security and Privacy Review
- Sub-Agent 3: Performance and Reliability Review
- Sub-Agent 4: Contracts and Coverage Review
- Step 3: Aggregate and Filter Findings
- Step 4: Order the Output
- Step 5: Recommend a Clear Path Forward
- Limitations
What does the review-swarm skill do?
Parallel read-only multi-agent review of a current git diff or explicit file scope to find behavioral regressions, security or privacy risks, performance or reliability issues, and contract or test coverage gaps. Use when the user asks for a review swarm, parallel review, diff review,...
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill review-swarm --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.