Deploy Guardian

Automated 8-point pre-deployment safety audit to catch breaking migrations, missing env vars, and CVEs.

Install
cmdop skills install agensi-deploy-guardian

Comprehensive Deployment Safety Audit

Deploy Guardian acts as your final gatekeeper before code hits production. It automates the "mental checklist" every developer goes through, ensuring that a simple oversight doesn't lead to a 2:00 AM incident. Instead of manually checking build statuses and migration files, this skill programmatically verifies your project's readiness.

What it does

  • Environment Coherence: Compares .env files against examples to identify missing production secrets.
  • Migration Risk Analysis: Scans SQL/ORM migrations for dangerous operations like irreversible drops or table locks.
  • Security Scans: Integrates with dependency auditors to catch High/Critical CVEs before they are deployed.
  • CI/CD Integration: Validates that the current branch is main/master and that the latest CI build was successful.
  • State Verification: Ensures the local git state is clean and synchronized with the remote.

Why use this skill

Prompting an AI to "check my code" often misses external context like CI status or dependency vulnerabilities. Deploy Guardian uses specialized logic to interface with your system and CI providers, delivering a structured risk report that goes beyond simple code analysis. It provides a definitive pass/fail signal based on hard data.