Pipeline readiness gate
Skill markoblogo/abvx-agent-skills/skills/pipeline-readiness-gate
Choose and run a compact pre-implementation, post-implementation, or ship-readiness gate for agent work. Use when a task needs ordered review lenses, proof gates, or release confidence without adopting a heavy multi-agent pipeline runtime.From its SKILL.md
npx -y skills add markoblogo/abvx-agent-skills --skill pipeline-readiness-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
- 14 stars14 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.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.2 KB, 428 tokens by cl100k_base, as published. Nobody here has run it
Pipeline Readiness Gate
Apply a small ordered gate instead of a large multi-agent runtime.
Use When
- a plan needs review before implementation;
- an implementation needs validation before the next phase;
- a branch or artifact needs a ship gate;
- SET or another orchestrator provides a handoff bundle with recommended review lenses.
Gate Modes
Pre-Implementation
Use before code changes:
doc-grounded-grillingwhen requirements are unclear.assumption-excavationon the plan/spec/bundle.architecture-deepening-reviewfor structural fit when architecture is affected.- Proceed only when critical assumptions and architecture risks are surfaced.
Post-Implementation
Use after a phase:
- Run the repo's narrow verification commands.
- Use
minimal-diff-builderoroverengineering-reviewfor scope drift. - Use
test-driven-executionor test review when behavior changed. - Use
delivery-baseline-auditagainst declared deliverables.
Ship
Use before publication, PR merge, release, or public docs update:
- Run
delivery-preflight-gatepush-gate mode when remote publication is in scope. - Run
confidence-fragility-reviewon claims and release notes. - Run
authorized-security-routerfirst for security-sensitive surfaces. - Finish with
delivery-baseline-audit.
Output Shape
Include:
- selected gate mode;
- lenses used or skipped;
- verification commands;
- blockers;
PROCEED,REVISE, orHOLDdecision.
Guardrails
- Do not invent a pipeline engine.
- Do not run every skill when one gate answers the question.
- Do not block implementation on low-risk advisory findings.
- Keep runtime state in the external harness, not in this skill.
Provenance
Adapted from the pre-implementation, post-implementation, and ship pipeline ordering in aself101/agents-and-pipelines, narrowed for ABVX skill orchestration.
What ships with it: 2 files
1.5 KB alongside SKILL.md
agents/
- openai.yaml207 B
- SKILL_CARD.md1.3 KB