# Verify

> Run full project verification — lint, typecheck, and build. Use before committing or when you want to check project health.

- Skill: `jeasonstudio/verify` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jeasonstudio/verify`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jeasonstudio/verify/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jeasonstudio (https://skillmd.com/u/jeasonstudio)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jeasonstudio/verify

---


Run the following checks in sequence. Stop at the first failure and report the error clearly.

1. **Lint**: `pnpm lint`
2. **Type check**: `pnpm typecheck`
3. **Build**: `pnpm build`

If all pass, report success. If any step fails, show the relevant error output and suggest a fix.

