概要
The Dual-Pass Code Review skill provides a rigorous quality assurance framework for Claude Code, designed to catch errors and convention violations before they are committed. It operates on a two-pass logic: a primary review analyzes unstaged changes against specific project dimensions like Clean Architecture, CQRS patterns, and BEM naming, while a conditional second pass verifies any corrections made during the first. This automated workflow ensures that logic is placed in the correct layers, anti-patterns are eliminated, and code remains maintainable and consistent across the entire repository.