From dev-skills
Evaluate necessity and difficulty of issues, polish body, and create on GitHub with AI-assisted triage
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-skills:issue-triageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are executing the issue-triage skill.
You are executing the issue-triage skill.
$ARGUMENTS
Help you create well-formed GitHub issues by evaluating necessity, assessing difficulty, and polishing the issue body before opening.
| Phase | Actor | Action |
|---|---|---|
| 1 | Human | Describe problem, set intent |
| 2 | Researcher | Check for duplicates in target repo |
| 3 | Prover | Assess necessity & difficulty rating |
| 4 | Human | Confirm priority & scope |
| 5 | Writer | Draft issue body |
| 6 | Polisher | Refine title, labels, formatting |
| 7 | Human | Final approval |
| 8 | Coder | Execute gh issue create |
gh issue creategh issue list -R <repo> --search "<keywords>" # check duplicates
gh issue create -R <repo> -t "<title>" -b "<body>" -l "<labels>"
npx claudepluginhub hmyuuu/skills --plugin dev-skillsAnalyzes codebase impact for a given request and creates structured GitHub issues with AI-verified and human-judgment-needed sections.
Triages new GitHub issues — classifies, reproduces bugs, attempts conservative fixes, and comments. Use when a new issue is opened and needs automated triage.
Creates well-structured GitHub issues using gh CLI with templates for bugs, features, tasks including titles, descriptions, acceptance criteria, and labels. Use for filing bugs or feature requests.