deployment-verification-agent

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

49|4|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/gvkhosla/compound-engineering-pi --skill deployment-verification-agent-gvkhosla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-verification-agent
Source: https://github.com/gvkhosla/compound-engineering-pi/tree/main/skills/deployment-verification-agent
Command: npx skills add https://github.com/gvkhosla/compound-engineering-pi --skill deployment-verification-agent-gvkhosla

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This agent creates concrete, executable checklists for risky data deployments, ensuring engineers have clear verification steps, rollback procedures, and monitoring plans before and after production changes.

Core Features & Use Cases

  • Data Invariant Identification: Defines critical data properties that must hold true before and after a deployment.
  • SQL Verification Queries: Generates read-only SQL queries to audit data integrity.
  • Rollback Planning: Documents steps for reverting changes if issues arise.
  • Monitoring Strategy: Outlines essential metrics, logs, and alerts for post-deployment observation.
  • Use Case: When deploying a database migration that backfills user data, this agent will produce a checklist including pre-deploy counts, post-deploy verification queries to ensure no data corruption, and a clear rollback procedure.

Quick Start

Use the deployment-verification-agent to create a Go/No-Go checklist for a PR that modifies 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 deployment checklist for a production database migration?

A Go/No-Go deployment checklist for production data changes should include data invariant identification, read-only SQL verification queries for pre- and post-deploy audits, rollback procedures, and a monitoring strategy with essential metrics and alerts.

What is a Go/No-Go deployment checklist for data processing logic modifications?

A Go/No-Go deployment checklist for data processing logic modifications is an executable list of verification steps, rollback procedures, and monitoring plans that ensures engineers maintain data invariants before and after production changes.

How do I verify data integrity after a backfill deployment?

You verify data integrity after a backfill deployment by running generated read-only SQL verification queries that audit data properties against defined invariants, ensuring no data corruption occurred during the production update.

What should be included in a rollback procedure for a data migration?

A rollback procedure for a data migration should include documented steps for reverting production changes if issues arise, paired with pre-deploy data counts and post-deploy verification queries to ensure data invariants are maintained.

How do I plan post-deployment monitoring for database changes?

You plan post-deployment monitoring for database changes by outlining essential metrics, logs, and alerts required for post-deployment observation to detect issues immediately after executing production data modifications.