From matrix
Performs comprehensive code reviews on files, PRs, or staged changes using Matrix tools for callers/definitions, dead code, circular deps, blast radius, security, and verification.
How this skill is triggered — by the user, by Claude, or both
Slash command
/matrix:reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform comprehensive, context-aware code review using 5-agent architecture with 95% false positive reduction.
Perform comprehensive, context-aware code review using 5-agent architecture with 95% false positive reduction.
Tip: This skill runs in a forked context for an unbiased perspective - similar to how a human reviewer would approach the code for the first time.
ORCHESTRATOR (parses target, routes, aggregates)
│
├── DETECTION AGENT → security, runtime, breaking, logic flaws, hygiene (nuke)
├── IMPACT AGENT → blast radius, transitive graph, test coverage
├── TRIAGE AGENT → tier assignment, confidence calibration, noise filter
├── REMEDIATION AGENT → context-aware fixes, regression checks
└── VERIFICATION AGENT → build, test, lint validation
Parse user arguments from the skill invocation (text after the trigger phrase).
Expected format: <target> [mode]
default | lazy (default: from config or default)Full 5-agent review pipeline with maximum index utilization:
Detection agent only:
Follow the 5-agent orchestration detailed in references/review-phases.md:
Early exit: If Detection finds nothing critical, skip Impact/Triage depth.
/matrix:review src/utils/auth.ts # Default mode (comprehensive)
/matrix:review staged # Review staged changes
/matrix:review staged lazy # Quick review of staged changes
/matrix:review 123 # Review PR #123
/matrix:review 123 lazy # Quick review of PR #123
references/review-phases.md - Orchestrator + 5-agent pipelinereferences/agents/detection.md - Detection patterns and output formatreferences/agents/impact.md - Blast radius algorithmreferences/agents/triage.md - Tier classification and signal ratioreferences/agents/remediation.md - Fix generation and regression checksreferences/agents/verification.md - Build/test/lint command detection and executionnpx claudepluginhub ojowwalker77/claude-matrix --plugin matrixPerforms structured code reviews checking requirements, quality, and security standards after changes or before merge. Uses git diffs, context snapshots, and blast radius for scope.
Performs security reviews of PRs, commits, and diffs using git history for context, blast radius calculation, test coverage checks, and markdown reports.
Orchestrates parallel agents to review code changes for CLAUDE.md compliance, bugs, git history, and security with confidence scores. Outputs reports or posts to GitHub PRs.