.mux/skills/deep-review/SKILL.md
Sub-agent powered code reviews spanning correctness, tests, consistency, and fit
npx skillsauth add coder/mux deep-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Provide an excellent code review by defaulting to parallelism.
You should use sub-agents to review the change from multiple angles (correctness, tests, consistency, UX, performance, safety). Each sub-agent should have a focused mandate and return actionable findings with file paths.
Before reviewing, gather context:
git diff --name-only (or the file list the user provides).git diff.If the change is large, split review by module and prioritize high-risk paths.
Spawn 2–5 sub-agents depending on scope. Tailor them to the change.
When sub-agent results arrive, produce a consolidated review with:
Issues should have a severity in form of:
| Severity | Description | Example | |----------|-------------| | P0 | Change must not be merged until resolved | Change would permanently break core workflows if merged. | | P1 | Change should not be merged| New code will not work as expected due to severe bugs| | P2 | Consideration required before merging | The change creates inconsistency / fragility | | P3 | Minor issue | The change introduces a minor issue that may be addressed later | | P4 | Long-term issue | The change raises concerns about long-term maintainability or may break under rare conditions |
Use this rubric to avoid blind spots:
testing
Testing doctrine, commands, and test layout conventions
data-ai
Terminal-Bench integration for Mux agent benchmarking and failure analysis
development
Guidelines for when to use (and avoid) useEffect in React components
documentation
Guidelines for creating and managing Pull Requests in this repo