review

Installation
SKILL.md

Review Phase

Workflow orchestrator for the REVIEW phase of the SDLC. Resolve the diff, fan out parallel read-only reviewers — each in its own subagent (fresh context) — and consolidate everything into one severity-ranked verdict.

Reviewers come from two complementary sources; use whichever fit the change (usually both):

  • Audit skills — deterministic by file type in the diff: a11y-audit, i18n, perf-audit, deps-audit, harden, safe-repo. Which run is decided by scope detection.
  • Agent lenses — independent perspectives on the whole diff: correctness, test effectiveness, security, type safety, architecture friction.

Fanning out to subagents keeps each reviewer's work out of the main thread (no bleed between a11y and security reasoning) and runs them concurrently instead of one-after-another. Findings two reviewers reach independently are the highest signal — surface that convergence.

Sibling skills: code-review is a single in-thread lens; triage-review evaluates existing reviewer comments rather than generating new ones.

Workflow

Phase 1 — Resolve the diff

Priority order:

Installs
5
GitHub Stars
15
First Seen
May 25, 2026
review — helderberto/agent-skills