buildcheck-dev
Installation
SKILL.md
Buildcheck Dev
Tip: Si al verificar el build ves errores en shared components, consulta el README del componente en
apps/frontend/src/app/shared/components/{componente}/README.mdpara verificar el uso correcto de inputs y outputs.
CRITICAL SKILL - ALWAYS ACTIVE - Build verification is the MOST CRITICAL RESPONSIBILITY. A task is NEVER complete if there are compilation errors.
THE MOST IMPORTANT RULE OF ALL
BEFORE marking ANY task as complete, you are ABSOLUTELY REQUIRED TO:
- ALWAYS use Docker logs with
--tailto verify build watch in development - Verify that ZERO errors exist in any container
- ALWAYS check container status (if running)
- DO NOT finalize until ALL errors are completely resolved
- Re-check logs AFTER applying fixes
- Verify recursively - check dependencies and related components