Agent skill

verify-build

Verify the application builds successfully and check for type errors. Use when finished with changes, before committing, or when asked to check/verify work.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/verify-build-chrissargent48-weekly-report

SKILL.md

Run the build verification sequence for the Weekly Report Builder:

  1. Run the build:

    bash
    cd client && npm run build
    
    • Must complete without errors
    • Note any warnings
  2. Check for any types:

    • Search for explicit any usage in client/src/
    • Minimize use of any - suggest proper types where possible
  3. Run tests:

    bash
    npm test
    
    • All tests should pass
  4. Report results:

    • Summarize build status (pass/fail)
    • List any TypeScript errors
    • List any any types found
    • List test results

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results