소개
The Code Review Correctness skill acts as a senior 'Logic Bug Hunter' within Claude Code, specifically designed to surface deep-seated runtime issues that automated linters often miss. It meticulously checks for off-by-one errors, race conditions in asynchronous code, null pointer dereferences, and improper resource management. By applying a rigorous checklist based on thousands of production incident patterns, it helps developers ensure their core business logic is robust, idempotent, and capable of handling unexpected inputs or environment-specific edge cases like timezone or floating-point discrepancies.