
from claude-matrix108
A 5-agent, context-aware code review pipeline for comprehensive PR and staged-change reviews, including security detection, blast-radius analysis, triage, remed
Matrix Code Review orchestrates a 5-agent review pipeline to deliver context-aware, low-noise code reviews. It runs detection (security/hygiene), impact analysis (blast radius, coverage), triage (tiering and confidence), remediation (suggested fixes), and verification (build/test/lint checks) to produce actionable reviews and suggested remediations.
lazy mode for quick checks (detection-only) and default mode for full pipeline runs that compute blast radius and generate fixes.references/ for phases and agent behaviour.references/review-phases.md and agent-specific docs.Agents with code indexing and build/test capabilities (Claude Code, Matrix-enabled agents, or any agent that can access repo indexes and run verification steps).
A 5-agent code review pipeline skill that orchestrates detection, impact analysis, triage, remediation, and verification agents. SKILL.md is well-structured with clear architecture diagram, two modes (default/lazy), usage examples, and reference file pointers. No bundled scripts — relies entirely on MCP tools (matrix plugin) and agent orchestration. Security is solid: uses allowed-tools allowlist, runs in forked context for isolation. Deductions for no scripts to verify behavior, and the skill depends heavily on a specific MCP plugin ecosystem (matrix) which limits portability.
Clean skill with no security concerns. Well-organized frontmatter with allowed-tools constraint. Architecture is thoughtfully designed with 5 specialized agents and early-exit optimization. Main limitation is heavy dependency on Matrix MCP plugin — without it, the skill cannot function. Description truncation in DB suggests long description that was cut off.
Matrix Warnings
Manage file and package warnings (add, remove, list, check) for a Matrix workflow; parse user arguments and call the matrix_warn tool to enforce repository-leve
Matrix List & Export
List, inspect, and export Matrix memory contents and statistics; includes modes for stats, failures, warnings, solutions, and JSON export for backups.