Structured quality review before shipping code at any checkpoint: PRs, releases, milestones. Catches the failures that occur at integration boundaries -- where contracts, examples, constants, and tests must all agree.
Core thesis: AI-generated code excels at isolated components but fails systematically at boundaries between components. This skill systematically checks those boundaries.
NOT needed for: single-file cosmetic changes, documentation-only updates, dependency bumps.
PR, 릴리스 또는 마일스톤과 같은 체크포인트에서 코드를 출시하기 전에 구조화된 품질 검토를 실행하세요. 사용자가 '배송 전 검토', '배송 확인', '품질 검토', '자체 검토' 또는 '배송 준비 완료'라고 말할 때마다 또는 중요한 코드를 제출하기 전에 사용하세요. 이 기술은 AI 생성 코드가 구성 요소 간에 중단되는 통합 경계 오류를 포착합니다. 일상적인 Linting 또는 형식 지정(ITP의 2단계에서 처리됨)이나 문서 전용 변경 사항을 검토하는 데 사용하지 마십시오. 출처: terrylica/cc-skills.