commit_setup_husky
Configure Husky git hooks to validate commit messages and run pre-commit checks, optionally integrating lint-staged.
Instructions
Configure Husky git hooks for commit message validation and pre-commit checks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hooks | Yes | Git hooks to configure | |
| api_key | No | API key for authentication | |
| lint_staged | No | Include lint-staged configuration |