Run final quality gates (lint, format, typecheck), fix root causes with minimal changes, and repeat until no errors or warnings remain. Use before completion or handoff.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Run final quality gates (lint, format, typecheck), fix root causes with minimal changes, and repeat until no errors or warnings remain. Use before completion or handoff.
Final Check
Steps
Run lint, format, and typecheck, then verify no errors or warnings exist.
If any errors or warnings are found, identify the root cause and apply the
minimum effective fix.
Re-run lint, format, and typecheck after each fix.
Repeat steps 2 and 3 until all errors and warnings are cleared.