Cloudflare Cuts Astro GitHub Issues by 85% with AI Agents
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
Cloudflare using AI agents for issue triage is directly relevant to AI agent orchestration and developer tooling.
Cloudflare reduced Astro's open GitHub issues from over 200 to roughly 30 (an 85% drop) by deploying isolated AI agents within GitHub Actions that reproduce bugs, diagnose root causes, verify fixes, and generate preview releases for reporter validation. The workflow is orchestrated as a state machine driven by issue labels, with each stage—reproduction, diagnosis, verification, and fix—running as a separate subagent that passes context via a report.md file. Failed agent runs are treated as codebase maintainability signals; for example, adding a descriptive code comment prevented an agent from repeatedly introducing regressions in a Hot Module Replacement case. The system has been open-sourced as triagebot-action and its orchestration model evolved into Flue, a declarative framework for durable agent workflows with append-only event logs for resume capability.