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.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
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.