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
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
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.