deployment-verification-agent

Generate deployment verification checklists and SQL queries for production changes.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill deployment-verification-agent-andreicr1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-verification-agent
Source: https://github.com/Andreicr1/netz-analysis-engine/tree/main/.gemini/skills/deployment-verification-agent
Command: npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill deployment-verification-agent-andreicr1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of concrete deployment verification checklists and SQL verification queries to minimize deployment risk.

Core Features & Use Cases

  • Generate invariant definitions, pre-deploy audits, and post-deploy verification plans that establish a safe baseline.
  • Produce SQL verification queries, rollback procedures, and monitoring guidance tailored to the PR scope.
  • Use Case: PRs touching production data, migrations, or significant data changes can be validated with a deterministic go/no-go checklist.

Quick Start

Provide a production deployment go/no-go checklist tailored to the PR's changes with invariants, tests, rollback steps.

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 verification checklist for production data migrations?

A deployment go/no-go checklist for risky deployments is created by defining invariants, rollback procedures, and post-deploy monitoring plans. This turns risky deployments into deterministic validation steps tailored to your PR scope.

How do I generate SQL verification queries for post-deploy monitoring?

SQL verification queries for post-deploy monitoring are generated by automating checks tailored to your PR scope. These queries validate data-transforming changes across staging and production environments to ensure defined invariants hold after deployment.

What is a deterministic go/no-go checklist for data-transforming changes?

A deterministic go/no-go checklist for data-transforming changes is an automated validation template that requires clearly defined invariants, rollback procedures, and post-deploy monitoring plans to minimize deployment risk across staging and production environments.

Does this deployment risk management approach work for both staging and production environments?

Yes, this deployment risk management approach works for both staging and production environments. It validates PRs that touch production data, migrations, or significant data changes by applying the same deterministic verification checklists and SQL queries across environments.

When do I need a rollback procedure embedded in my deployment template?

You need a rollback procedure embedded in your deployment template when handling PRs that touch production data or data-transforming changes. Embedding rollback steps ensures immediate recovery capabilities are defined alongside pre-deploy audits and post-deploy monitoring plans.

What's the best way to minimize deployment risk for database migrations?

The best way to minimize deployment risk for database migrations is to automate the creation of concrete verification checklists, SQL verification queries, and rollback procedures. This establishes a safe baseline and enforces deterministic go/no-go validation before production deployment.