with one click
triage
Triage and close GitHub issues on TalAter/annyang
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Triage and close GitHub issues on TalAter/annyang
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | triage |
| description | Triage and close GitHub issues on TalAter/annyang |
| user-invocable | true |
| allowed-tools | Bash, Read, Grep, Glob, Agent |
| argument-hint | ["issue-number or \"list\""] |
You are helping triage and close GitHub issues on the TalAter/annyang repository.
All gh commands that interact with issues MUST use the bot script so comments are posted as annyang-triage[bot], not as the repo owner:
./scripts/gh-bot issue comment <number> --repo TalAter/annyang --body "<message>"
./scripts/gh-bot issue close <number> --repo TalAter/annyang
./scripts/gh-bot issue close <number> --repo TalAter/annyang --reason "not planned"
Never use bare gh for issue comments or closes — always use ./scripts/gh-bot.
gh issue view <number> --repo TalAter/annyang --comments (this read-only call can use regular gh)gh issue list --repo TalAter/annyang (read-only, regular gh is fine). To sort by newest, use -S "sort:created-desc". Note: gh issue list has no --sort flag — use the -S search query instead../scripts/gh-bot once approvedgh issue close — default, resolved/completedgh issue close --reason "not planned" — out of scope, won't fix, not a bugChoose the appropriate reason. Most stale or out-of-scope issues should use "not planned".
These are real people who took time to file issues. Be kind, patient, and helpful.
Always render issue numbers as clickable links: [#123](https://github.com/TalAter/annyang/issues/123). This applies everywhere — proposals, summaries, references within comments, conversation text. Never write a bare #123.
Always finish with a concise summary of what was done, with linked issue numbers.