verify
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.zipInstalls 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 verificationKey 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
When to use verify
- →Automating pre-deployment builds
- →Ensuring clean build status
- →Validating TypeScript compliance
About this skill
/verify — Build verification
Procedure
- Clear
verify-passedsentinel - Run
pnpm build- Fix all TypeScript errors
- Fix all Astro build errors
- If fixes were made, re-run
pnpm buildto confirm clean - When build passes clean: set
verify-passedsentinel - Output what was fixed (if anything), or "Clean build."
Rules
- Never skip the build step
- Never suppress TypeScript errors with
anyor@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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| verify (this skill) | 0 | 3mo | No flags | Beginner |
| e2e-testing-patterns | 8 | 2mo | No flags | Intermediate |
| testing-workflow | 16 | 9mo | Review | Intermediate |
| perf-lighthouse | 13 | 5mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
e2e-testing-patterns
wshobson
Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.
testing-workflow
amo-tech-ai
Comprehensive testing workflow for E2E, integration, and unit tests. Use when testing applications layer-by-layer, validating user journeys, or running test suites.
perf-lighthouse
tech-leads-club
Run Lighthouse audits locally via CLI or Node API, parse and interpret reports, set performance budgets. Use when measuring site performance, understanding Lighthouse scores, setting up budgets, or integrating audits into CI. Triggers on: lighthouse, run lighthouse, lighthouse score, performance audit, performance budget.
xcodebuildmcp
cameroncooke
Official skill for XcodeBuildMCP. Use when doing iOS/macOS/watchOS/tvOS/visionOS work (build, test, run, debug, log, UI automation).
verify
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
playwright-pro
alirezarezvani
Production-grade Playwright testing toolkit. Use when the user mentions Playwright tests, end-to-end testing, browser automation, fixing flaky tests, test migration, CI/CD testing, or test suites. Generate tests, fix flaky failures, migrate from Cypress/Selenium, sync with TestRail, run on BrowserStack. 55 templates, 3 agents, smart reporting.