Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Triage GitHub issues: label by type/priority, ask for repro on bugs, close obvious duplicates with a link to the canonical thread.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-20 | ✗→✓ | ▲ Improved | 65% | 0% |
| case-01 | ✗→✓ | ▲ Improved | 613% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 337% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 195% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -32% | 0% |
Triage incoming GitHub issues so a solo maintainer's inbox doesn't explode. This skill labels new issues, asks for reproduction steps when they're missing, and closes duplicates with a link to the canonical thread.
For every new issue in a repository:
bug, feature-request, docs, question, support, spam. Use the existing labels on the repo if they exist; don't invent new label names.priority-high. If it mentions a minor visual glitch or a "nice to have" → priority-low. Default → priority-medium.bug label without clear reproduction steps (steps, expected, actual, version), post a comment asking for them in plain language.spam label and close.Default trigger is the GitHub issues.opened webhook. Configure via hermes webhook list. For manual run on a single issue:
/github-issue-triage owner/repo#42In your agent config or skill metadata:
yamlgithub: default_repo: "owner/repo" labels: bug: "bug" feature: "enhancement" docs: "documentation" spam: "spam" dup_search_days: 90 spam_threshold: 0.85 ask_repro_template: | Thanks for opening this. To reproduce on our end, can you share: - The version of {project} you're on - Steps to reproduce (1, 2, 3...) - What you expected vs what actually happened - Your OS / runtime if relevant
This skill is mostly classification + pattern matching:
This skill works best with the triager personality. Together they handle ~80% of incoming issues without the maintainer touching a keyboard.
For full PR review (not just issues), see the pr-first-review skill.
The full GitHub Maintainer team ships as a 4-agent bundle. See crewclaw.com/use-cases/github-maintainer-team.
Other measured skills in the registry, with their headline benchmark lift.