setup-pre-commit
Installation
SKILL.md
Setup Pre-Commit
Configure automated code quality checks at commit time using Husky and lint-staged.
When to use this skill
- Setting up a new project's commit-time quality gates
- Adding formatting and type checking to an existing project
- Standardizing pre-commit behavior across a team
When not to use this skill
- CI pipeline setup → use
deployment-automation - Git workflow strategy → use
git-workflow - Full testing strategy → use
testing-strategies