deployment-verification-agent

Generate Go/No-Go deployment checklists with SQL verification queries and rollback procedures.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/jovermier/claude-code-plugins-ip-labs --skill deployment-verification-agent-jovermier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-verification-agent
Source: https://github.com/jovermier/claude-code-plugins-ip-labs/tree/main/plugins/dev/agents/review/deployment-verification-agent
Command: npx skills add https://github.com/jovermier/claude-code-plugins-ip-labs --skill deployment-verification-agent-jovermier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployment teams often lack structured, repeatable verification for risky releases, leading to silent failures and rollbacks. This Skill generates comprehensive pre- and post-deployment checklists, SQL verification queries, rollback procedures, and runbooks to ensure safe deployments.

Core Features & Use Cases

  • Generate Go/No-Go deployment checklists tailored to migrations, auth changes, external integrations, and performance-impacting updates.
  • Produce SQL verification queries and health checks to validate data integrity and system behavior.
  • Document rollback procedures and monitoring requirements to enable rapid recovery and post-deployment validation.
  • Create battle-tested runbooks for deployment issues and incident response.

Quick Start

Use the deployment-verification-agent to generate a ready-to-use deployment checklist for a PR touching production data.

Frequently Asked Questions about deployment-verification-agent

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

FAQPage Schema
How do I create a go/no-go checklist for a production database migration?

A go/no-go checklist for production migrations is created by generating structured pre-deployment verification steps, SQL data integrity queries, and rollback procedures to validate system behavior before releasing. This ensures risky deployments are verified against repeatable safety criteria.

What is a deployment verification runbook and when do I need one?

A deployment verification runbook documents rollback procedures, monitoring requirements, and incident response steps for releases. You need one when deploying changes that touch production data, auth systems, or external integrations to enable rapid recovery.

Can I generate SQL verification queries for post-deployment validation?

Yes, you can generate SQL verification queries and health checks to validate data integrity and system behavior during post-deployment validation. These queries verify that production data migrations and risky behavior changes completed successfully without silent failures.

Does this deployment verification approach work for PR reviews and staging migrations?

Yes, deployment verification checklists are suitable for PR reviews, staging migrations, and post-deployment validation. The generated checklists tailor verification steps to migrations, auth changes, and external integrations to ensure safe releases across these deployment contexts.

What's the best way to document rollback procedures for risky production releases?

The best way to document rollback procedures is generating comprehensive runbooks that pair go/no-go checklists with monitoring guidance and SQL verification queries. This structured approach enables rapid recovery for releases touching production data.