This skill should be used when the user asks to "review this code", "review PR", "code review", "review staged changes", "blast radius analysis", "check impact of changes", or needs comprehensive context-aware code review.
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 skills add ojowwalker77/Matrix Code Review下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer