Runs a mandatory build check process to ensure code quality before shipping.

Install

mkdir -p .claude/skills/verify-toolnyc && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9825" && unzip -o skill.zip -d .claude/skills/verify-toolnyc && rm skill.zip

Installs to .claude/skills/verify-toolnyc

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Run full build verification
27 charsno explicit “when” trigger
Beginner

Key capabilities

  • Execute full build verification
  • Validate TypeScript compliance
  • Set sentinel upon successful build

How it works

The skill runs a build process, fixes identified errors, and sets a sentinel file only after a clean build is confirmed.

Inputs & outputs

You give it
Build command trigger
You get back
Build status and fix report

When to use verify

  • Automating pre-deployment builds
  • Ensuring clean build status
  • Validating TypeScript compliance

About this skill

/verify — Build verification

Procedure

  1. Clear verify-passed sentinel
  2. Run pnpm build
    • Fix all TypeScript errors
    • Fix all Astro build errors
  3. If fixes were made, re-run pnpm build to confirm clean
  4. When build passes clean: set verify-passed sentinel
  5. Output what was fixed (if anything), or "Clean build."

Rules

  • Never skip the build step
  • Never suppress TypeScript errors with any or @ts-ignore
  • A clean build is the minimum bar for shipping

When not to use it

  • Skipping build steps
  • Suppressing errors with any or ts-ignore

Limitations

  • Requires a clean build for completion
  • Cannot bypass build errors

How it compares

It enforces a clean build as a mandatory gate for shipping, preventing the use of error suppression.

Compared to similar skills

verify side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
verify (this skill)03moNo flagsBeginner
e2e-testing-patterns82moNo flagsIntermediate
testing-workflow169moReviewIntermediate
perf-lighthouse135moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

Search skills

Search the agent skills registry