SYSTEM Cited by 1 source
triagebot-action¶
triagebot-action is Astro’s standalone GitHub Action repository for automated GitHub-issue triage. It packages a reusable agent skill and its workflow away from the Astro monorepo, allowing changes to be tested before they operate on the project’s live issue stream. (Source: sources/2026-08-04-cloudflare-astro-issue-triage)
Workflow role¶
The Action receives GitHub issues, executes the four-stage skill — reproduce, diagnose, verify, fix — and publishes its evidence, preview package, and next instructions back onto the original issue. The reported configuration separates read and write GitHub tokens and supplies Cloudflare account credentials and a Workers AI triage model, but the article does not disclose the exact permission scopes or isolation model. (Source: sources/2026-08-04-cloudflare-astro-issue-triage)
Design value¶
Keeping automation outside the application repository makes its own upgrade and test lifecycle independent. In the article’s framing, this avoids modifying the triage procedure directly in “live infrastructure” when evolving Flue or the action workflow. The repository is intended as a reference implementation that other teams can use directly or fork. (Source: sources/2026-08-04-cloudflare-astro-issue-triage)
Seen in¶
- sources/2026-08-04-cloudflare-astro-issue-triage — Astro’s issue-triage factory.
Related¶
- systems/astro
- systems/flue
- systems/github-actions
- systems/pkg-pr-new
- concepts/issue-labels-as-workflow-state
- patterns/issue-labels-as-workflow-state-machine
- patterns/sequential-isolated-agent-stages-with-report-handoff
- patterns/reproduce-to-regression-test-agent-skill
- patterns/preview-package-reporter-verification-gate