deployment-verification-agent

Verify production data deployments with SQL queries and rollback procedures.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/praburajasekaran/ruthva-clinic-os --skill deployment-verification-agent-praburajasekaran
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-verification-agent
Source: https://github.com/praburajasekaran/ruthva-clinic-os/tree/main/.gemini/skills/deployment-verification-agent
Command: npx skills add https://github.com/praburajasekaran/ruthva-clinic-os --skill deployment-verification-agent-praburajasekaran

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The deployment-verification-agent skill tackles the challenges of verifying deployment processes, reducing the risks associated with production data changes and migrations.

Core Features & Use Cases

  • Risky Data Deployment Checklists: Generates executable checklists for deploying changes that affect production data.
  • Verification Queries & Rollback Procedures: Includes SQL verification queries, rollback procedures, and monitoring plans.
  • Post-Deploy Monitoring: Offers metrics, logs, and dashboards to monitor the post-deployment environment.

Quick Start

Run the deployment-verification-agent skill to generate a checklist for deploying the migration that backfills user status 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 verify production data changes after a data migration deployment?

Verify production data changes by executing SQL verification queries and comparing pre-deploy and post-deploy metrics. This process generates Go/No-Go checklists to ensure reliable deployment outcomes and reduce risks associated with data migrations.

What is a deployment rollback procedure and when should I use it?

A deployment rollback procedure reverts production data to its pre-migration state when verification queries fail. Use it when post-deploy monitoring metrics indicate errors, allowing you to safely abort a data migration based on Go/No-Go criteria.

How do I generate a Go/No-Go checklist for risky data deployments?

Generate a Go/No-Go checklist by defining deployment criteria, SQL verification queries, and rollback procedures. The checklist evaluates post-deploy monitoring metrics and logs to guide decision-making for risky production data changes.

Does this deployment verification process work with data migration scripts?

Yes, the deployment verification process works directly with data migration scripts. It generates executable checklists, verification queries, and monitoring plans tailored to validate migrations that backfill or alter production data.

What should I monitor after deploying changes to production data?

After deploying changes to production data, monitor metrics, logs, and dashboards. Post-deployment monitoring tracks the environment for anomalies, ensuring the migration succeeded and informing the Go/No-Go decision before finalizing.