Ci quality gate
Skill jukrap/ai-agent-playbook/skills/delivery/ci-quality-gate
Use when deciding CI quality gates before merge, release, handoff, or publication.From its SKILL.md
npx -y skills add jukrap/ai-agent-playbook --skill ci-quality-gateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 206 tokens by cl100k_base, as published. Nobody here has run it
CI Quality Gate
Use this as the primary delivery skill for deciding whether checks are sufficient to merge, release, or hand off work.
Workflow
- Identify the change scope, target branch or release surface, gate owner, required checks, optional checks, and allowed skip policy.
- Inventory project-defined checks from package scripts, CI config, docs, workflow recipes, and prior run evidence.
- Classify every relevant check as pass, fail, skipped, unavailable, stale, or not applicable, with a locator back to the source.
- Treat missing or failing required checks as blocked unless the owner explicitly accepts the residual risk.
- Record the gate summary, blocked checks, skipped checks, verification commands, evidence locators, and remaining risk in the handoff.
Reference
Read references/gate-model.md when deciding gate scope, status, and stop conditions.
Read references/evidence-package.md when packaging check evidence for a handoff, PR, release, or audit note.
What ships with it: 2 files
3.8 KB alongside SKILL.md
references/
- evidence-package.md1.8 KB
- gate-model.md2.0 KB