# Quality Gates

> Run ruff + pytest and fix issues minimally.

- Skill: `moumit-b/quality-gates` (Agent Skill)
- Install (CLI): `npx skillmds@latest add moumit-b/quality-gates`
- Raw SKILL.md: https://api.skillmd.com/api/skills/moumit-b/quality-gates/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: moumit-b (https://skillmd.com/u/moumit-b)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/moumit-b/quality-gates

---


# Quality Gates Skill

## When to use
- After implementing a meaningful chunk
- Before creating a PR or switching tasks

## Procedure
1) Run scripts/quality_gate.ps1
2) If failures:
   - fix smallest diff
   - re-run
3) Stop if the fix is risky and propose options.
