Deploy Guardian
Automated 8-point pre-deployment safety audit to catch breaking migrations, missing env vars, and CVEs.
- Detect irreversible or dangerous database migrations before execution
- Identify missing environment variables required for production functionality
- Block deployments containing dependencies with High/Critical CVEs
$15
· or 75 creditsSecure checkout via Stripe
Included in download
- Detect irreversible or dangerous database migrations before execution
- Identify missing environment variables required for production functionality
- terminal automation included
- Includes example output and usage patterns
Sample input
I'm ready to push to production. Can you run a full pre-deployment audit on the current branch?
Sample output
[CRITICAL] Migration '0042_drop_user_id' is irreversible. [WARNING] 3 deps have High CVEs (npm audit). [FAILED] Missing ENV vars: STRIPE_SECRET_KEY. [SUCCESS] CI Build #402 passed on main. STATUS: BLOCK DEPLOYMENT. 1 critical issue found.
Deploy Guardian
Automated 8-point pre-deployment safety audit to catch breaking migrations, missing env vars, and CVEs.
$15
· or 75 creditsSecure checkout via Stripe
Included in download
- Detect irreversible or dangerous database migrations before execution
- Identify missing environment variables required for production functionality
- terminal automation included
- Includes example output and usage patterns
- Instant install
Sample input
I'm ready to push to production. Can you run a full pre-deployment audit on the current branch?
Sample output
[CRITICAL] Migration '0042_drop_user_id' is irreversible. [WARNING] 3 deps have High CVEs (npm audit). [FAILED] Missing ENV vars: STRIPE_SECRET_KEY. [SUCCESS] CI Build #402 passed on main. STATUS: BLOCK DEPLOYMENT. 1 critical issue found.
About This Skill
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.
Use Cases
- Detect irreversible or dangerous database migrations before execution
- Identify missing environment variables required for production functionality
- Block deployments containing dependencies with High/Critical CVEs
- Verify CI/CD build status and git branch integrity before pushing to prod
Known Limitations
- Supports only local .env.example comparison
- Database migration analysis currently limited to PostgreSQL/MySQL
- Requires GitHub, GitLab, or CircleCI API tokens for build status
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/deploy-guardian -o /tmp/deploy-guardian.zip && unzip -o /tmp/deploy-guardian.zip -d ~/.claude/skills && rm /tmp/deploy-guardian.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
File Scopes
Compatible with SKILL.md-compatible agents.
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills

sast-configuration
Automate the setup and optimization of Semgrep, SonarQube, and CodeQL for high-signal security testing.
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.
cinematic-sites
Turn any basic business URL into a high-end cinematic landing page with AI-generated 4K assets and GSAP animations.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.