Deploy Checklist

Validates pre- and post-deploy endpoint health and operational statuses for production releases.

5|2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/buzzbysolcex/buzz-bd-agent --skill deploy-checklist-buzzbysolcex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Deploy Checklist
Source: https://github.com/buzzbysolcex/buzz-bd-agent/tree/main/.claude/skills/deploy-checklist
Command: npx skills add https://github.com/buzzbysolcex/buzz-bd-agent --skill deploy-checklist-buzzbysolcex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents broken or risky deployments by providing a repeatable pre-deploy, deploy, and post-deploy verification checklist.

Core Features & Use Cases

  • Pre-Deploy Safety Checks: Ensures a clean working tree, checks for common secret patterns, and confirms environment configuration is correctly ignored in git.
  • Health Verification: Runs local service health checks before pushing changes and validates key remote endpoints after deployment.
  • Release Confirmation & Reporting: Verifies critical service routes and encourages reporting completion to a “War Room” for operational traceability.

Use Case: A developer merges a change and wants confidence that the production API and agent endpoints are functioning correctly before declaring the release complete.

Quick Start

Ask the AI to run the Deploy Checklist steps to validate your changes before and after pushing to main for a production release.

Frequently Asked Questions about Deploy Checklist

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

FAQPage Schema
How do I verify API health and clean git state before a production deployment?

To verify API health before a production deployment, run a pre-deploy checklist that checks your git working tree, scans for secrets, and validates local service endpoints. This ensures environment hygiene and confirms routes are reachable before pushing changes.

What is included in a pre-deploy safety checklist for API releases?

A pre-deploy safety checklist for API releases includes verifying a clean git working tree, scanning for common secret patterns, and confirming environment configuration is correctly ignored. It ensures local service health checks pass before pushing changes to production.

How do I validate remote endpoints after a production rollout?

To validate remote endpoints after a production rollout, execute post-deploy health checks that confirm key remote API and agent endpoints are functioning. This deterministic validation verifies operational monitoring signals like Sentinel and ARIA status are consistent.

Do I need a specific CI/CD platform to run a deploy checklist?

You do not need a specific CI/CD platform to run a deploy checklist. It is a standalone verification process that validates environment hygiene, secret scanning, and endpoint health, making it suitable for manual or automated production rollouts without external dependencies.

What is the best way to ensure secret scanning and environment hygiene before pushing code?

The best way to ensure secret scanning and environment hygiene before pushing code is to enforce a pre-deploy checklist that checks for common secret patterns and verifies environment configuration is properly ignored in git, preventing sensitive data from reaching production.

Why should I report deployment completion to a War Room?

You should report deployment completion to a War Room to maintain operational traceability after validating your release. This reporting step follows the confirmation of critical service routes and ensures operational monitoring signals are reviewed and recorded.