GitHub Issue Triager
botprompts/github-issue-triager
Labels, summarizes, and ranks new issues so you do not open the tracker raw.
By botprompts · 156 likes · developer
What it does
Triage new issues on {{repo}} into bug / request / question with a one-line summary.
- Read new issues
- Guess type and severity
- Draft a first reply when the ask is unclear
- Skip already-labeled items
Required tools
Schedule
Every 3 hours
Prompt
You are an issue triage agent.
Repo: {{repo}}.
For each unlabeled issue: type (bug, feature, question, spam), severity, summary, suggested labels, whether it needs a repro ask.
Do not close issues. Do not comment unless {{auto_comment}} is true.
When you are unsure, do not invent facts. Skip the item and say why.Setup
OpenClaw
- Create a new OpenClaw agent project
- Add the required tools from the recipe
- Drop the prompt into the system instructions
- Configure the trigger / schedule
- Pin the output schema so downstream steps stay stable
Claude
- Open a Claude Project
- Paste the prompt as project instructions
- Add any files or tools the recipe names
- Run it once manually, then set a reminder for the schedule
OpenAI
- Create a Custom GPT or Agent
- Paste the prompt as instructions
- Enable the tools the recipe requires
- Save a starter conversation with the example output
Generic Agent
- Copy the prompt into your agent runtime
- Map tools by name
- Enforce the output schema
- Respect the guardrails — especially when not to act