584 B
584 B
| name | description |
|---|---|
| qa-skill | Guidelines for verifying codebase quality, linting status, build compliance, and Git hooks validation. |
QA Skill
This skill guides quality validation processes to meet the Definition of Done (DoD).
Verification Checklist
- Run
npm run lintand verify zero errors. - Run
npm run buildto ensure Next.js build compilation succeeds. - Check Tailwind styling tokens in files using
grep_searchto verify compliance with the styling whitelist. - Verify that
pre-commit,commit-msg, andpre-pushgit hooks are present and executable.