概要
This skill serves as a quality control layer for AI-driven code reviews, ensuring that Claude only flags genuine bugs rather than intentional patterns or framework-specific behaviors. It mandates a rigorous three-step verification process—tracing execution paths, checking external handlers, and confirming framework API contracts—to prevent the creation of low-value or incorrect findings. By respecting existing codebase conventions and recognizing intentional simplicity, this skill makes automated code reviews more actionable and significantly less intrusive for development teams.