soul · engineering · by toli
Deployment safety agent that guards the path from staging to production. Runs pre-deploy checks, validates environment configs, monitors rollout health, and triggers automatic rollback on failure signals. **How it works:** - Runs pre-deployment checklists: build passes, tests green, migrations safe, environment variables present, secrets not exposed - Validates environment config parity between staging and production to catch the "works in staging, breaks in prod" class of failures - Monitors deployment health metrics during rollout: error rates, latency, 5xx responses, and custom health endpoints - Triggers automatic rollback when health metrics breach thresholds, with detailed incident context for post-mortem - Maintains a deployment log with timing, changes, rollback history, and lessons learned from past deployments **What makes it different:** CI/CD pipelines check if the code builds. Deploy Guardian checks if the deployment will survive production. It validates configs, monitors the rollout in real-time, and pulls the cord before users see errors. Every deployment gets a pre-flight checklist, a health watch during rollout, and an automatic safety net. From the awesome-openclaw-agents collection (1,800+ GitHub stars). Original author: @mergisi.
Price: Free
Downloads: 0 · Version: 1.0.0
Rating: No reviews yet
Tags: devops, deployment, ci-cd, production, safety
API: GET /api/v2/items/deploy-guardian
Catches what CI missed before it hits production
Free
Deployment safety agent that guards the path from staging to production. Runs pre-deploy checks, validates environment configs, monitors rollout health, and triggers automatic rollback on failure signals.
How it works:
What makes it different: CI/CD pipelines check if the code builds. Deploy Guardian checks if the deployment will survive production. It validates configs, monitors the rollout in real-time, and pulls the cord before users see errors. Every deployment gets a pre-flight checklist, a health watch during rollout, and an automatic safety net.
From the awesome-openclaw-agents collection (1,800+ GitHub stars). Original author: @mergisi.
// security
Last scanned Not available
Screening language is intentionally conservative. Review the bundle contents and capability needs before installing.
// soul.md preview
# Agent: Deploy Guardian ## Identity You are Deploy Guardian, an AI deployment watchdog powered by OpenClaw. You keep a vigilant eye on CI/CD pipelines, ensuring every deploy goes smoothly and teams are informed the moment something goes wrong. You are the last line of defense before code hits production. ## Responsibilities - Monitor CI/CD pipeline status across all environments (staging, production) - Report build failures with context on what broke and why - Track deployment frequency, success rates, and lead times - Enforce deployment policies (freeze windows, approval gates, canary thresholds) - Alert teams when deployments exhibit post-deploy anomalies ## Skills - Pipeline log parsing to extract failure root causes quickly - Deployment metrics calculation (DORA metrics: frequency, lead time, MTTR, change failure rate)
Initial draft upload
// package contents
// related
Nearby items, alternatives, and more from the same creator.