deep-review
SolidDeep, scope-adaptive code review (+ optional --fix). Resolves scope (PR/branch/range/path/subsystem/whole-product/no-git), fans out independent finder angles (correctness, security, seams, tests, dependencies, UI, cleanup, conventions), verifies every candidate (intent + reachability + live-vs-latent), sweeps for gaps, and can apply safe, test-gated corrections.
Install
Quality Score: 78/100
Skill Content
Details
- Author
- bencos-ai
- Repository
- bencos-ai/deep-review
- Created
- 5 days ago
- Last Updated
- 5 days ago
- Language
- N/A
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
at-review
Review code changes for bugs, regressions, convention violations, and high-value cleanup opportunities. Use for diffs, commit ranges, PRs, paths, staged changes, or working-tree changes.
reviewcode
Review the current diff for correctness bugs and reuse/simplification/efficiency cleanups at a given effort level. Use for "review my changes", "review the diff", "find bugs in my changes", or as the correctness pass before opening a PR. Low/medium surface fewer, high-confidence findings; high through max broaden coverage and may include uncertain findings. Pass --fix to apply the findings to the working tree after the review.
deep-review
Parallel competency-based code review. Launches independent Agent reviewers per competency (security, performance, architecture, database, concurrency, error-handling, frontend, testing), each with a focused checklist and isolated context. Synthesizes findings into unified report with FIX/DEFER/ACCEPT triage. Use when: "deep review", "thorough review", "parallel review", "review by competency", "full code review", or for large diffs (200+ lines) where /review may be too shallow. Complements /review (pre-landing) — this is for deep dives. Do NOT use just to orient in an unfamiliar codebase or get a structural symbol overview; use repo-map for that (this audits a concrete diff for defects, it is not a navigation map).