con un clic
deep-review
// Sub-agent powered code reviews spanning correctness, tests, consistency, and fit
// Sub-agent powered code reviews spanning correctness, tests, consistency, and fit
Terminal-Bench integration for Mux agent benchmarking and failure analysis
Regenerate high-resolution README screenshots from Storybook stories. Use this skill when Chromatic detects visual diffs in any story under "Docs/README Screenshots", or when story data/layout changes require updated documentation assets. Triggers on: Chromatic visual regressions in readme screenshot stories, changes to App.readmeScreenshots.stories.tsx, changes to mockFactory.ts that affect screenshot stories, or explicit user request to update README images.
Guidelines for creating and managing Pull Requests in this repo
Run isolated mux desktop (Electron) instances (temp MUX_ROOT + free ports)
Run multiple isolated mux dev-server instances (temp MUX_ROOT + free ports)
Testing doctrine, commands, and test layout conventions
| name | deep-review |
| description | Sub-agent powered code reviews spanning correctness, tests, consistency, and fit |
| advertise | false |
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: