Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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,...
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | 381% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 74% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 113% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 40% | 0% |
| case-17 | ✗→✓ | ▲ Improved | 65% | 0% |
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.
Prefer this scope order:
If there is no clear review scope, stop and say so briefly.
When using git changes, choose the smallest correct diff command:
git diffgit diff --cachedBefore launching reviewers, read the closest local instructions and any relevant project docs for the touched area, such as:
AGENTS.mdBuild a short intent packet for the reviewers:
If the user did not state the intent clearly, infer it from the diff and say that the inference may be incomplete.
Launch four sub-agents when the scope is large enough for parallel review to help. For a tiny diff or one very small file, it is acceptable to review locally instead.
For every sub-agent:
apply_patch, stage changes, commit, or perform any other state-mutating actionUse these four review roles.
Review whether the diff matches the intended behavior change without introducing extra behavior drift.
Check for:
This sub-agent is read-only. It must not edit files, apply patches, or make any other workspace changes.
Recommended sub-agent role: reviewer
Review the diff for security regressions, privacy risks, and trust-boundary mistakes.
Check for:
This sub-agent is read-only. It must not edit files, apply patches, or make any other workspace changes.
Recommended sub-agent role: reviewer
Review the diff for new cost, fragility, or operational risk.
Check for:
This sub-agent is read-only. It must not edit files, apply patches, or make any other workspace changes.
Recommended sub-agent role: reviewer
Review the diff for compatibility gaps and missing safety nets.
Check for:
This sub-agent is read-only. It must not edit files, apply patches, or make any other workspace changes.
Recommended sub-agent role: reviewer
Report only issues that materially affect correctness, security, privacy, reliability, compatibility, or confidence in the change. It is better to miss a nit than to bury the user in low-value noise.
The main agent owns synthesis. Treat sub-agent output as raw review input, not final output.
Merge findings across all four reviewers and filter aggressively:
Normalize surviving findings into this shape:
If a reviewer may be correct but the intent is unclear, turn it into an open question instead of a finding.
Present findings in this order:
Keep the review concise. Findings should be actionable and evidence-backed.
If there are no material issues, say that directly instead of manufacturing feedback.
After the findings, give the user a short path forward:
When helpful, group the path forward into:
fix nowfix soonoptional follow-upDo not implement fixes as part of this skill. The output is a read-only review plus a prioritized recommendation.
Other measured skills in the registry, with their headline benchmark lift.