Verify Skill
Run lint → tests → build and report results.
Steps
- •Run
npm run lintto check code quality - •Run
npm run test:unitto run all unit tests - •Run
npm run buildto verify the build succeeds - •Summarize results:
- •✅ All checks passed → ready to commit
- •❌ Some checks failed → show what failed and suggest next action
Notes
- •Does not run tests in watch mode (use
npm testmanually for that) - •Does not run coverage (use
npm run test:coveragemanually for that) - •Does not commit or push changes