reviewing-code

Installation
SKILL.md

reviewing-code

Four-pass multi-agent code review of the current branch against a base ref. Each pass is a separate agent run with a focused prompt; the results fold into one markdown report.

When to use

  • Reviewing a feature branch before opening (or after updating) a PR.
  • Getting a second-and-third opinion from a different agent than the one currently editing.
  • Surfacing real bugs / regressions / data-integrity issues — not style.
  • Establishing a paper trail for a tricky migration or compatibility-path change.

Default pipeline

Pass Role Default backend Output
1 discovery codex overwrites report
2 discovery-secondary codex merges into report (skipped if no new findings)
3 remediation codex adds Suggested Fix + Suggested Regression Tests per finding
4 verify claude appends ## <Backend> Verification section
Installs
1
GitHub Stars
108
First Seen
May 20, 2026
reviewing-code — socketdev/socket-mcp