Run Checks
Run all validation checks (typecheck, lint, test, build)
Claude CodeGeneric
---
description: Run all validation checks (typecheck, lint, test, build)
---
Follow the skill pattern in `.claude/skills/run-checks.md` to run all validation checks.
Run these commands in sequence:
1. `npm run typecheck` - TypeScript type checking
2. `npm run lint` - ESLint linting
3. `npm test` - Jest tests
4. `npm run build` - Production build
If ANY check fails:
- Read and analyze the errors carefully
- Fix the root cause
- Re-run ALL checks again
- Repeat until all pass
Never mark work complete with failing validations.
Report results clearly with ✅ or ❌ for each check.
Maintain Run Checks?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[Run Checks on getagentictools](https://getagentictools.com/loops/r-jarvis-run-checks?ref=badge)