CI Runbook Agent
Composable CI playbooks triggered by events. Define automation recipes in .warpfix.yaml — WarpFix executes them as background agents.
4
Active Playbooks
183
Total Runs
1,247
Events Processed
42
Issues Prevented
Flaky Test Quarantine
on_test_failure47 runsLast: 2h ago
Steps
1Rerun failing test with diagnostics (--verbose --detectOpenHandles)
2If test passes on retry → mark as flaky, increment flake counter
3If flake rate > 15% → auto-open issue labeled 'flaky-test'
4Propose quarantine patch: move test to __flaky__/ directory
5Comment on PR with flaky test history and fix suggestion
Coverage Regression Guard
on_pr_opened89 runsLast: 30m ago
Dependency Release Monitor
on_schedule (daily)30 runsLast: 6h ago
New Fingerprint Alert
on_new_fingerprint12 runsLast: 1d ago
Release Readiness Gate
on_branch (release/*)5 runsLast: 1w ago
Recent Agent Activity
Flaky Test Quarantine
2h ago
Detected flaky test: should render dashboard with user data (23% flake rate)
Coverage Regression Guard
30m ago
PR #847: coverage dropped by 3.2% — blocked with test suggestions
Dependency Release Monitor
6h ago
lodash 4.17.21 available — CVE-2021-23337 fix. Auto-PR opened.
New Fingerprint Alert
1d ago
New fingerprint f2a9d7e5 detected in 2 repos — Docker OOM pattern
WarpFix Doctor
A terminal agent that queries logs, PRs, and failures, then suggests commands or patches. Works inside Warp terminal.
$ warpfix doctor
Scanning CI history for repo: my-app...
Analyzing 340 workflow runs from last 30 days...
CI Health Report:
3 failures in last 24h
├─ TypeError in src/api/handler.ts (fingerprint: a3f8c2d1)
├─ ESLint import/order in src/utils.ts (auto-fixable)
└─ Test timeout in tests/integration.test.ts (flaky: 18%)
2 flaky tests detected (quarantine recommended)
1 outdated dependency with security advisory
Run `warpfix fix --dry-run` to preview patches
Run `warpfix quarantine --apply` to isolate flaky tests