Automates the setup of Husky pre-commit hooks that enforce test coverage thresholds before every commit. It detects whether you're using Jest, Vitest, or Mocha, then configures the appropriate coverage settings and hooks to match. Default threshold is 80% but you can adjust it or set it to warn instead of block. The real value is in the context discovery: it scans your package.json, checks existing configs, and adapts to your package manager automatically. Worth using if you're tired of coverage dropping silently or want to enforce standards across a team without everyone remembering to run tests manually.
npx skills add https://github.com/shipshitdev/library --skill husky-test-coverage