skills/smithery.ai/buildcheck-dev

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.md para 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:

  1. ALWAYS use Docker logs with --tail to verify build watch in development
  2. Verify that ZERO errors exist in any container
  3. ALWAYS check container status (if running)
  4. DO NOT finalize until ALL errors are completely resolved
  5. Re-check logs AFTER applying fixes
  6. Verify recursively - check dependencies and related components

Installs
1
First Seen
Apr 29, 2026
buildcheck-dev from smithery.ai