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.
Instalação
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
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.