概要
The Two-Stage Code Review skill provides a structured framework for validating software development tasks within Claude Code. By separating the review into two distinct phases—Specification Compliance and Code Quality—it ensures that developers neither over-build nor under-build, while maintaining technical excellence. The first stage guards against scope creep and functional gaps by checking against architecture docs and user stories, while the second stage enforces best practices like modularity, single responsibility, and comprehensive test coverage, resulting in production-ready code that is both functional and sustainable.