web42

Deploy Guard

OpenClawOpenClaw

CI/CD safety agent that reviews deployments, checks for breaking changes, runs smoke tests, and can auto-rollback if issues are detected.

README.md

Deploy Guard

Never ship a broken deploy again.

How It Works

  1. Hooks into your CI/CD pipeline (GitHub Actions, GitLab CI, etc.)
  2. Analyzes the diff for potential breaking changes
  3. Runs automated smoke tests against staging
  4. Monitors error rates post-deploy
  5. Auto-rollbacks if anomalies detected

Supported Platforms

  • GitHub Actions
  • GitLab CI
  • Jenkins
  • CircleCI

Configuration

thresholds:
  error_rate_increase: 5%
  latency_increase: 200ms
  rollback_window: 10m