skills/smithery.ai/pre-commit

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

  1. Format code (auto-fix):
    npm run format
    
Installs
2
First Seen
Apr 6, 2026