deploy-check

Execute a pre-deployment checklist covering git, CI/CD, tests, Docker, and API health.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/bswrundquist/devtools --skill deploy-check-bswrundquist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-check
Source: https://github.com/bswrundquist/devtools/tree/main/src/devtools/templates/claude/user/.claude/skills/deploy-check
Command: npx skills add https://github.com/bswrundquist/devtools --skill deploy-check-bswrundquist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the verification of a project's readiness for deployment, ensuring all critical checks are passed before shipping code.

Core Features & Use Cases

  • Comprehensive Checklist: Runs checks for Git state, CI/CD status, tests, Docker builds, environment configuration, dependencies, migrations, infrastructure, and API health.
  • Pass/Fail/Warn Reporting: Clearly indicates the status of each check.
  • Go/No-Go Verdict: Provides a final decision on deployability.
  • Use Case: Before merging a release candidate, run this Skill to confirm that the code is clean, tests are passing, and all deployment prerequisites are met.

Quick Start

Run the deploy-check skill to perform a pre-deployment readiness assessment.

Frequently Asked Questions about deploy-check

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

FAQPage Schema
How do I verify deployment readiness before releasing code?

To verify deployment readiness, run a comprehensive pre-deployment checklist that validates Git status, CI/CD pipeline results, test suite execution, Docker image builds, environment variables, dependencies, database migrations, infrastructure, and API health checks.

What checks should a pre-deployment checklist include for a Docker release?

A pre-deployment checklist for a Docker release should include verifying Docker image build success, checking Git status for uncommitted changes, validating environment variables, confirming dependency integrity, and reviewing database migration status.

Does this deployment verification tool require GitHub CLI to check CI/CD status?

Yes, checking CI/CD status utilizes the GitHub CLI alongside Bash, Git, Pytest, Docker, Grep, Glob, and Agent tools to execute deterministic pre-deployment tasks and report pipeline results.

How do I get a go or no-go decision for merging a release candidate?

To get a go or no-go decision for merging a release candidate, execute a pre-deployment readiness assessment that provides pass/fail/warn reporting for all critical checks and returns a final deployment verdict.

What's the best way to automate test suite execution and API health checks before shipping code?

Automating test suite execution and API health checks before shipping code requires running a pre-deployment checklist that uses Pytest for tests and deterministic scripts to validate API endpoints, producing a clear pass/fail status for each check.