deep-review

Coordinate six-pass code review with diff analysis and rule compliance audits.

25|4|Updated Sep 5, 2010
One-click install
npx skills add https://github.com/divad12/dotfiles --skill deep-review-divad12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deep-review
Source: https://github.com/divad12/dotfiles/tree/main/.claude/skills/deep-review
Command: npx skills add https://github.com/divad12/dotfiles --skill deep-review-divad12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates a comprehensive six-pass code review process, coordinating multiple independent analyses to surface issues, consolidate findings, and guide safe fixes.

Core Features & Use Cases

  • Collateral change audit and Claude diff analysis to surface changes and assess impact
  • Rule compliance audit that re-reads CLAUDE.md and project docs to verify adherence under context pressure
  • Simplification and code-quality pass to reduce complexity and improve maintainability
  • Codex review for an additional independent perspective
  • UI usability review triggered when frontend changes are present
  • Consolidated findings with deduplicated results, optional auto-fixes for safe changes, and a verification round
  • Presents remaining recommendations for user decision

Quick Start

Invoke the six-pass deep review on the current changes to generate a consolidated report and suggested fixes.

Frequently Asked Questions about deep-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a comprehensive code review for an active development branch?

A six-pass deep review coordinates multiple independent analyses, including diff analysis and rule compliance audits, running them in parallel to surface issues, consolidate deduplicated findings, and guide safe fixes for your active development branch.

What is collateral change audit in code review and when do I need it?

A collateral change audit assesses the impact of modifications by analyzing diffs to surface unintended side effects. You need it when active development branch changes risk affecting interconnected code or UI components.

Can I trigger a UI usability review automatically when frontend changes exist?

Yes, a UI usability review is automatically triggered when frontend changes are detected, running in parallel with other code quality and diff analysis passes to evaluate interface modifications.

How do I verify rule compliance against project docs under context pressure?

You verify rule compliance by running an audit pass that re-reads project docs like CLAUDE.md to ensure adherence, checking whether modifications align with project rules despite context pressure during active development.

Does deep review support auto-fixes for safe code changes?

Yes, deep review supports optional auto-fixes for safe changes. After presenting deduplicated findings, it applies safe fixes and performs a verification round before surfacing remaining recommendations for manual review.