Review All
Diff-scoped review orchestrator with real automated gates, severity/confidence-tagged findings, and a mandatory triage menu.
Probado · Funciona
Qué hace
Reviews a git diff (uncommitted, staged, a commit range, or a GitHub PR) against automated gates plus a bugs/security/DRY/perf/a11y heuristic pass, verifying every finding before it reaches the report. Triggers on /review-all, 'pre-PR review', 'pre-commit check', or an ask to audit uncommitted or staged changes.
Informe de la prueba
Ran the bundled discover.sh live and it worked cleanly; caught a real command-injection bug in a throwaway diff (child_process.exec with unsanitized template-literal input) and then proved it exploitable with an actual PoC that wrote a marker file to disk under /tmp -- that's a VERIFIED-confidence finding, not a guess.
Probado el: 2026-07-15 · Claude Code 2.x (agent harness)
Instalación
git clone https://github.com/ncoevoet/claude-review-all mkdir -p ~/.claude/skills cp -r claude-review-all/skills/review-all ~/.claude/skills/review-all
Comandos y prompts de ejemplo
/review-allDiff-scoped review orchestrator with real automated gates, severity/confidence-tagged findings, and a mandatory triage menu.
Los skills se activan con peticiones en lenguaje natural, sin comandos que memorizar. Tras instalarlo, prompts como estos lo activan (en inglés):
Review my uncommitted changes before I open a pull requestDo a thorough pre-commit review of my staged diff for bugs and security holesAudit this pull request diff for bugs, security issues, and DRY violations