Deploy Guard
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
- Hooks into your CI/CD pipeline (GitHub Actions, GitLab CI, etc.)
- Analyzes the diff for potential breaking changes
- Runs automated smoke tests against staging
- Monitors error rates post-deploy
- 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