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
One-time purchase
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
See it in action
[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
One-time purchase
⚡ Also available via Agensi MCP — your AI agent can load this skill on demand via MCP. Learn more →
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
See it in action
[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.
📖 Learn more: Best Testing & QA Skills for Claude Code →
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
How to Install
unzip deploy-guardian.zip -d ~/.claude/skills/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
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
Similar Skills
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
git-commit-writer
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.
env-doctor
Diagnoses why your project will not start. Checks runtime versions, dependencies, environment variables, databases, ports, and build artifacts systematically.

prompt-engineer
Professional prompt engineering patterns for building robust, secure, and production-ready LLM applications.