概要
This skill streamlines the setup and management of Git hooks to ensure high-quality code enters your repository. By integrating tools like Husky and lint-staged, it automates essential tasks such as linting, formatting (with Biome, ESLint, or Prettier), and type-checking on staged files. This 'fail fast' approach prevents common errors and style inconsistencies from reaching production or clogging up CI/CD pipelines, making it an essential utility for modern JavaScript and TypeScript development teams.