deploy-gate

Check deployment readiness by verifying CI status, WIP commits, and version artifacts.

6|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/damianpapadopoulos/auto-claude-skills --skill deploy-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-gate
Source: https://github.com/damianpapadopoulos/auto-claude-skills/tree/main/skills/deploy-gate
Command: npx skills add https://github.com/damianpapadopoulos/auto-claude-skills --skill deploy-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of confirming deployment readiness before shipping, ensuring that all preconditions are met and the deployment process can proceed smoothly.

Core Features & Use Cases

  • Pre-deployment Checklist: Checks CI status, WIP commits, version updates, and design intent.
  • Phase Awareness: Operates within the SHIP phase of the product development lifecycle.
  • Advisory Checks: Includes branch protection, service notifications, and feature flag confirmation.
  • Customizable: Allows for project-local overrides with .deploy-checklist.yml.

Quick Start

Run the deploy-gate skill to verify deployment readiness.

Frequently Asked Questions about deploy-gate

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

FAQPage Schema
How do I check deployment readiness before shipping code?

You can verify deployment readiness by running a comprehensive checklist that confirms CI status is green, no WIP commits remain, and version and design artifacts are in order. This ensures all preconditions are met before proceeding with deployment.

What is a deployment gate in the SHIP phase of product development?

A deployment gate in the SHIP phase is a readiness check that ensures all preconditions are met before proceeding with deployment. It validates CI status, WIP commits, version updates, and design intent to confirm the deployment process can proceed smoothly.

Can I customize the pre-deployment checklist for my specific project?

Yes, you can customize the pre-deployment checklist for your specific project by applying project-local overrides. Using a `.deploy-checklist.yml` file allows you to tailor the advisory checks, such as branch protection, service notifications, and feature flag confirmation, to your workflow.

Does the deployment readiness check include advisory checks like branch protection?

Yes, the deployment readiness check includes advisory checks like branch protection, service notifications, and feature flag confirmation. These checks supplement the core validation of CI status, WIP commits, and version artifacts to ensure comprehensive deployment readiness.

What happens if WIP commits remain before a deployment?

If WIP commits remain, the deployment readiness check will identify them as a blocking precondition. Ensuring no WIP commits remain is required to confirm that the deployment process can proceed smoothly without uncommitted or incomplete work entering the release.