delivery-gate

Enforce a pre-delivery review gate that routes findings to writing-plans or verification-before-completion.

Updated May 12, 2026
One-click install
npx skills add https://github.com/YeomanYe/skills --skill delivery-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delivery-gate
Source: https://github.com/YeomanYe/skills/tree/main/delivery-gate
Command: npx skills add https://github.com/YeomanYe/skills --skill delivery-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The delivery-gate provides a project-agnostic pre-delivery review to ensure work is truly ready for handoff, going beyond lint/build checks to assess code quality, determine if Playwright screenshots or recordings are required, and route results to writing-plans on must-fix findings or onward to verification-before-completion. It can optionally push captured visual evidence back to the originating IM channel, downgrading to GIF when video is not supported.

Core Features & Use Cases

  • Project-agnostic gate that yields to project-specific gates when present, ensuring specialized gates take precedence.
  • Automatically decides whether Playwright screenshots or recordings are required.
  • Routes outcomes to writing-plans on must-fix findings or to verification-before-completion for final validation.
  • Optionally forwards visual evidence to the origin IM channel, with GIF fallback if video delivery is unsupported.

Quick Start

Run delivery-gate on a task ready for completion to perform the pre-delivery review and route the outcome.

Frequently Asked Questions about delivery-gate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a pre-delivery quality gate and when do I need one?

A pre-delivery quality gate is a review checkpoint that evaluates code quality beyond standard lint and build checks before task completion. You need it to ensure work is truly ready for handoff and to enforce project-agnostic quality standards.

How do I automate Playwright screenshot capture for pre-delivery verification?

You can automate Playwright screenshot capture by running a pre-delivery review gate that automatically determines whether screenshots or recordings are required, capturing visual evidence to validate task completion before handoff.

How do I route must-fix findings to a writing plan during code review?

To route must-fix findings, the pre-delivery gate assesses code quality and automatically sends outcomes to writing-plans for unresolved issues, or pushes them to verification-before-completion for final validation if checks pass.

Can I send Playwright recordings to an IM channel that does not support video?

Yes, when pushing visual evidence to an IM channel, the delivery gate automatically downgrades Playwright recordings to a GIF fallback if the target channel does not support video playback.

Does the pre-delivery review gate conflict with project-specific quality checks?

No, the project-agnostic pre-delivery gate yields to project-specific gates when they are present, ensuring that any specialized quality checks take precedence over the generic review process.