deployment-verification-agent

Generate Go/No-Go deployment verification checklists for risky data changes.

3|1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/i3ringit/antigravity-cortex --skill deployment-verification-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-verification-agent
Source: https://github.com/i3ringit/antigravity-cortex/tree/main/.agent/skills/deployment-verification-agent
Command: npx skills add https://github.com/i3ringit/antigravity-cortex --skill deployment-verification-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides concrete, executable deployment verification checklists for risky data deployments, ensuring pre/post-deploy clarity and reducing guesswork.

Core Features & Use Cases

  • Invariant identification: Automatically captures data invariants that must hold before and after deployment.
  • SQL verification & rollback planning: Produces read-only verification queries, rollback strategies, and backfill steps.
  • Post-deploy monitoring: Defines monitoring and alerting to detect issues after deployment.

Quick Start

To activate this skill, provide the PR context describing the data-change scope. The agent will generate a Go/No-Go deployment checklist with pre/post-deploy verifications, rollback procedures, and monitoring plans.

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 data migrations and SQL changes?

Deployment verification produces concrete, executable checklists for data migrations and SQL changes. Provide your PR context describing the data-change scope, and the agent generates pre/post-deploy verification queries, rollback procedures, and monitoring plans in a ready-to-run format.

What should I verify before deploying a production database change?

Pre-deploy verification identifies data invariants that must hold, runs read-only SQL verification queries, and audits backfill steps. The checklist captures these checks upfront so you have a clear Go/No-Go decision framework before touching production.

How do I plan a rollback strategy for risky data deployments?

Rollback planning codifies rollback procedures specific to your data changes and migrations. The checklist includes step-by-step rollback steps and post-deploy monitoring to detect issues early, reducing guesswork during incidents.

Can I use deployment verification for backfill operations across multiple databases?

Yes. The skill applies to backfills, migrations, and data changes across databases and services. It generates verification steps and monitoring tailored to your specific backfill scope and invariants.

What's the best way to reduce risk when making production data changes?

Invariant identification and post-deploy monitoring reduce risk by codifying what must be true before and after deployment. The checklist makes implicit assumptions explicit and defines alerting to catch issues immediately after deployment.