Cloudflare · 2026-08-04 · notable
Astro triagebot-action — AI issue triage drops Astro's open-issue count 85%
Cloudflare and Astro open-sourced triagebot-action, a GitHub Action that reproduces bugs, diagnoses causes, and posts preview builds for reporters. In production on Astro's own repo, it cut the open-issue count from 200+ to about 30.

Astro's team shipped a GitHub Action that pushes AI agents to reproduce, debug, and verify issues before a human sees them.
What is it?
triagebot-action is a GitHub Action from the Astro core team (now inside Cloudflare) that runs an AI-agent pipeline against every incoming bug report. When a new issue lands, the Action reproduces the bug, diagnoses the root cause, and publishes a preview build for the reporter to verify before an engineer looks at it.
How does it work?
The Action drives a label-driven state machine — each incoming issue gets a label, and the Action interprets that label to run one step (reproduce, diagnose, propose a fix, ship a preview). It runs on Flue, an open agent-execution framework, which spawns isolated subagents that compile findings into sequential reports.
Why does it matter?
Astro's team demonstrated the result on its own repo: open issues fell from over 200 to about 30, an 85% reduction. For any maintainer team drowning in bug reports, a production-tested reference for AI-assisted triage on a popular JS framework is a clean starting point.
Who is it for?
OSS maintainers, dev-tool teams, GitHub-native workflows
Try it
https://github.com/withastro/triagebot-action