Pre Deploy Guardian
by Timoranjes
A rigorous 8-phase validation pipeline to audit environment, security, data migrations, and API stability before deploy.
- Prevent accidental deployment of destructive database migrations.
- Audit environment variables for missing keys or placeholder values.
- Detect breaking API changes before they reach production consumers.
$12
· or 60 creditsSecure checkout via Stripe
Included in download
- Prevent accidental deployment of destructive database migrations.
- Audit environment variables for missing keys or placeholder values.
- terminal, network automation included
- Ready for Claude Code
Sample input
I'm ready to ship the latest changes to production. Can you run a pre-deploy check on the main branch?
Sample output
🚀 Deploy Readiness Report Branch: main | Verdict: RED 🔴
Phase 4: Data Layer ❌
- High Risk: Found 'DROP COLUMN' in migration 024_auth_update.sql. No down migration found.
Phase 6: Security Gate ❌
- Blocking: Hardcoded 'STRIPE_SK' found in config/payments.js:14.
Deploy Blocked. Fix issues to proceed.
Pre Deploy Guardian
by Timoranjes
A rigorous 8-phase validation pipeline to audit environment, security, data migrations, and API stability before deploy.
$12
· or 60 creditsSecure checkout via Stripe
Included in download
- Prevent accidental deployment of destructive database migrations.
- Audit environment variables for missing keys or placeholder values.
- terminal, network automation included
- Ready for Claude Code
- Instant install
Sample input
I'm ready to ship the latest changes to production. Can you run a pre-deploy check on the main branch?
Sample output
🚀 Deploy Readiness Report Branch: main | Verdict: RED 🔴
Phase 4: Data Layer ❌
- High Risk: Found 'DROP COLUMN' in migration 024_auth_update.sql. No down migration found.
Phase 6: Security Gate ❌
- Blocking: Hardcoded 'STRIPE_SK' found in config/payments.js:14.
Deploy Blocked. Fix issues to proceed.
About This Skill
The Ultimate Quality Gate for Production Deploys
Deploying shouldn't be a "fingers crossed" experience. Pre-Deploy Guardian is an automated 8-phase validation pipeline designed to catch the critical failures that standard CI/CD pipelines often miss, such as misconfigured environment variables, breaking API contracts, and missing rollback strategies.
What it does
This skill systematically audits your project across eight key dimensions:
- Environment Scan: Validates .env files against examples and flags placeholders.
- Code Health: Verifies test stability, linting, and build integrity.
- Dependency Audit: Scans for high-severity CVEs and loose version ranges.
- Data Layer: Detects pending or destructive migrations (DROP/TRUNCATE).
- API Stability: Flags breaking changes in routes and response formats.
- Security Gate: Hunts for hardcoded secrets and debug-mode leakage.
- Rollback Plan: Generates a custom, ready-to-execute recovery document.
- Deploy Summary: Produces a final Green/Yellow/Red readiness report.
Why use this skill?
While CI proves the code builds, Pre-Deploy Guardian proves the code is safe for production. It acts as an expert DevOps engineer standing between your merge and your customers, ensuring you never ship a broken migration or an exposed API key again. It supports any framework using standard manifest files (package.json, pyproject.toml, Cargo.toml, etc.).
Use Cases
- Prevent accidental deployment of destructive database migrations.
- Audit environment variables for missing keys or placeholder values.
- Detect breaking API changes before they reach production consumers.
- Automatically generate a structured rollback plan for every release.
- Block deployments containing plain-text secrets or high-severity CVEs.
Known Limitations
- Requires local repository access and common CLI tools (grep, npm, git).
- Cannot scan compiled binaries or obfuscated code.
- Limited to scanning locally accessible config files.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/pre-deploy-guardian -o /tmp/pre-deploy-guardian.zip && unzip -o /tmp/pre-deploy-guardian.zip -d ~/.claude/skills && rm /tmp/pre-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
Allowed Hosts
File Scopes
Claude Code, Cursor, Windsurf, and other 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.
cinematic-sites
Turn any basic business URL into a high-end cinematic landing page with AI-generated 4K assets and GSAP animations.
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.

Legacy Code Modernization Planner for AI Coding Agents
Creates safe modernization roadmaps for old, messy, undocumented, or fragile codebases, including risk audits, refactor phases, dependency reviews, testing plans, migration steps, and AI coding prompts.