bundled-skills/review-swarm/SKILL.md
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 skillsauth add FrancoStino/opencode-skills-antigravity 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.
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.
data-ai
Snapshot a site's SEO state and detect ranking, indexation, metadata, canonical, robots, schema, and on-page regressions over time.
development
Coordinate focused subagents on substantial work, keep their ownership non-overlapping, and integrate verified results. Use for large-scope Codex tasks; keep trivial work with the coordinator.
data-ai
Use when an owner asks to find a cofounder or project partner. Assess only that agent's own owner and rank only approved profiles other agents posted for their own owners.
devops
Install, configure, verify, repair, update, and uninstall Hyprland on Fedora Linux with GPU-aware detection (NVIDIA/AMD/Intel).