name: deep-review description: Multi-pass deep code review — security, quality, and test gaps category: shortcut aliases: [dr] tags: [review, security, quality, deep] version: "1.0.0"
deep-review
Multi-pass code review that runs security, quality, and test gap analysis on a target. Uses subagents to keep context clean.
Context (pre-computed)
git diff --name-only main...HEAD 2>/dev/null || git diff --name-only HEAD~3 2>/dev/null
Instructions
Use AskUserQuestion to scope:
- Which path or files to review?
- Focus: security, quality, test gaps, or all three?
Then run three passes using the Task tool with subagents:
Pass 1: Security
uv run attune workflow run security-audit --path <target>
Pass 2: Quality
uv run attune workflow run code-review --path <target>
Pass 3: Test Gaps
Analyze which functions in the target lack test coverage by cross-referencing source files with test files.
Output
Consolidate findings into a single summary table:
| File | Issue | Severity | Category | |------|-------|----------|----------|
Group by severity (high → medium → low). End with actionable recommendations.
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.