# Quality Gates

> Unified quality gate skill for pre-delivery checklist, security checks, testing strategy, and handover readiness.

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

---


# Quality Gates

## Mandatory Checks
- Security: no hardcoded secrets, env hygiene, basic input safety.
- Code quality: lint/type/tests plus no debug leftovers.
- Lifecycle: blueprint/contract compliance.
- QA: tiered verification with report.
- Handover: xray and operational docs complete.

## Release Verdicts
- `APPROVED`: all blocking checks pass.
- `NEEDS_WORK`: non-blocking gaps remain.
- `BLOCKED`: any critical check fails.

