Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions entries/github-issue-triage/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Triage a GitHub issue backlog overnight

An agent reads, classifies, and labels a thousand issues per hour with deterministic rules, which a human maintainer gets through maybe thirty before burning out.

This is part of [AI Building Tutorials](https://github.com/thebuilderweekly/ai-building-tutorials) by [The Builder Weekly](https://thebuilderweekly.com).

**Read this tutorial:**
- [In this repo](./tutorial.md) — the raw markdown with code blocks
- [On the web](https://thebuilderweekly.com/tutorials/github-issue-triage) — rendered with diagrams and syntax highlighting

## What this tutorial teaches

**Before:** Your open-source repo has four hundred stale issues, no labels, and no routing. New contributors bounce off the chaos.

**After:** Every issue has an accurate label, a priority, and a next-action, applied by an agent that ran once against the backlog and then once per new issue.

## Tools used

anthropic-api

## Pillar

[Operational](https://thebuilderweekly.com/tutorials/pillars/operational)
23 changes: 23 additions & 0 deletions entries/github-issue-triage/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"id": "github-issue-triage",
"title": "Triage a GitHub issue backlog overnight",
"slug": "github-issue-triage",
"pillar": "operational",
"clusterTags": [
"github-api",
"classification",
"backlog"
],
"soulLine": "An agent reads, classifies, and labels a thousand issues per hour with deterministic rules, which a human maintainer gets through maybe thirty before burning out.",
"beforeState": "Your open-source repo has four hundred stale issues, no labels, and no routing. New contributors bounce off the chaos.",
"afterState": "Every issue has an accurate label, a priority, and a next-action, applied by an agent that ran once against the backlog and then once per new issue.",
"status": "published",
"author": "tbw-ai",
"contributors": [],
"tools": [
"anthropic-api"
],
"createdAt": "2026-05-20",
"lastVerifiedAt": "2026-05-20",
"freshnessWindowDays": 90
}
Loading