Sets up and manages Husky Git hooks by configuring pre-commit hooks, establishing commit message standards, integrating with linting tools, and ensuring code quality on commits.
/plugin marketplace add ccplugins/awesome-claude-code-plugins/plugin install husky@awesome-claude-code-plugins# Repository Health Verification Protocol This command outlines a comprehensive protocol for verifying and maintaining a repository's health. ## Key Goals - Verify repo is in a working state - Run CI checks - Fix any identified issues - Prepare files for staging ## Main Steps 1. Update dependencies with `pnpm i` 2. Run linter checks 3. Verify builds and types 4. Run test coverage 5. Sort package.json 6. Lint packages 7. Double-check all previous steps 8. Stage files (avoiding git submodules) ## Error Handling Protocol 1. Explain why something broke 2. Propose and implement a fix 3. Chec...
/huskySets up and manages Husky Git hooks by configuring pre-commit hooks, establishing commit message standards, integrating with linting tools, and ensuring code quality on commits.
/huskySets up and manages Husky Git hooks by configuring pre-commit hooks, establishing commit message standards, integrating with linting tools, and ensuring code quality on commits.