Validate (Skill)
Mirrors the validate command: run the full validation pipeline and summarize.
Steps
- •Lint:
npm run lint(ornpm run lint:fixif available). Note errors or warnings. - •Typecheck:
npm run typecheck(ornpm run buildif no typecheck). Note TypeScript errors. - •Tests:
npm run test, thennpm run test:renderif available. Note failing tests. - •Summarize: List which steps passed or failed and the first few error messages for any failure. Do not commit if any step fails unless the user explicitly asks to ignore.
If lint or typecheck scripts are missing, say so and suggest adding them (see STATUS.md).
References
- •.cursor/commands/validate.md – validate command
- •repo-audit – same steps with a structured audit report format