Setup Pre-Commit Hooks
Invocation Position
This is an infrastructure skill, not a normal feature-delivery stage.
Use /setup-pre-commit when a project needs commit-time formatting, linting, type checking, and test hooks.
Do not use it as part of the default feature pipeline. It prepares the repo so later /execute and /pre-merge steps have stronger feedback loops.
What This Sets Up
- Lefthook for git hook management (fast, zero-dependency, config-as-code)
- **Formatting + l
[Description truncada. Veja o README completo no GitHub.]