Sets up automated quality checks that block PRs if they don't meet your thresholds. You get CI workflows for coverage (80% default), linting with zero warnings, type checking, security scans, and bundle size limits. The nice thing here is the PR commenting setup that shows exactly what failed and by how much. It's opinionated about strictness, which is the point. You'll want to adjust thresholds for your team, but having everything wired up in one place beats cobbling together checks from scratch. The auto-fail logic is clear enough that you can modify it when you inevitably need a different threshold for legacy code.
npx skills add https://github.com/patricio0312rev/skills --skill quality-gates-enforcer