Quality gate enforcement — TDD, lint, type-check, test, build checks before any commit or PR
Scanned 9/8/2026
Install to Claude Code
npx -y skills add ils15/pantheon-legacy --skill quality-gate --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quality Gate?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ils15-quality-gate)More formats (shields.io, HTML) on the badges page.
---
name: quality-gate
description: "Quality gate enforcement — TDD, lint, type-check, test, build checks before any commit or PR"
applyTo: "agents/*.agent.md"
---
# Quality Gate
Before any commit, push, or PR, ALL CI/CD checks MUST pass:
- `ruff check .` — zero errors
- `npx tsc --noEmit` — zero errors
- `pytest .` — 100% passing
- `npm run build:web` — no critical warnings
**Rules:**
- No commits with broken lint/type/test/build
- "Fix later" is not accepted
- If a test fails due to legitimate change, UPDATE the test, don't remove it
- The developer (not CI) is responsible for running checks BEFORE push
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!