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.
Performs comprehensive code reviews using Matrix's index and 5-phase analysis pipeline.
/plugin marketplace add ojowwalker77/Claude-Matrix/plugin install matrix@matrix-marketplaceThis skill is limited to using the following tools:
references/review-phases.mdPerform a comprehensive, context-aware code review using Matrix's review pipeline with full index integration.
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.
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-phase review pipeline with maximum index utilization:
matrix_find_callersmatrix_find_definition and matrix_search_symbolsmatrix_recall for relevant past solutionsSingle-pass review for fast feedback:
Follow the 5-phase review pipeline detailed in references/review-phases.md:
/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
For detailed pipeline procedures, consult:
references/review-phases.md - Complete 5-phase review process with output format and scoring guidelines