What problem does it solve?
This Skill eliminates the pain of inconsistent, slow quality checks that let bugs, security vulnerabilities, and broken builds slip into production, plus the tedious manual work of running tests, lint, and security scans individually before pushing code.
Core Features & Use Cases
It runs all quality checks (tests, lint, type checks, security scans) in parallel both locally and in CI, aggregates results into a unified pass/fail verdict, enforces a zero-surprises local-first policy, detects CI configuration anti-patterns like serial gate execution or missing OIDC credentials, and provides reusable workflow templates for 7 programming languages. For a software team shipping code daily, it cuts pre-push validation time from 10+ minutes to under 2 minutes by parallelizing checks, and blocks PRs with critical issues like leaked secrets or failing tests before they reach code review.
Quick Start
Use the quality-gate-runner skill to run all local quality checks and verify your code is ready to push.