pre-commit
SKILL.md
Pre-Commit Checklist
Run these checks before committing code to ensure quality.
Quick Commands
npm run check # TypeScript type checking
npm run lint # Prettier + ESLint check
npm run test # Run all tests
npm run format # Auto-fix formatting issues
Full Pre-Commit Flow
- Format code (auto-fix):
npm run format