Sets up Git hooks using Husky or pre-commit to catch issues before they hit your repo. You get pre-commit linting and formatting, commit message validation with commitlint, secret detection, and pre-push testing. The quick start gives you a basic Husky setup in under ten lines, and the reference guides cover both Node.js and Python ecosystems. The best practices are practical: keep hooks under 5 seconds, provide clear error messages, and yes, document when it's okay to use --no-verify. Good for enforcing team standards without becoming the code police.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill git-hooks-setup