← Back to list

issue-triage
by hmyuuu
my daily used skills
⭐ 0🍴 0📅 Jan 24, 2026
SKILL.md
name: issue-triage description: Evaluate necessity and difficulty of issues, polish body, and create on GitHub with AI-assisted triage
Issue Triage (L2 - Directed)
You are executing the issue-triage skill.
User Request
$ARGUMENTS
Purpose
Help you create well-formed GitHub issues by evaluating necessity, assessing difficulty, and polishing the issue body before opening.
Autonomy Level: L2 (Directed)
- Human: Decide if problem matters, set priority, final approve
- AI: Draft, check duplicates, format, open issue
Workflow
| 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 |
Input Required
- Raw problem description
- Target repository (owner/repo)
- Optional: suggested labels, assignees
Difficulty Rating Scale
- trivial: typo, config change, <10 min
- easy: clear fix, <1 hour
- medium: some investigation needed, <1 day
- hard: significant work, >1 day
- research-needed: unclear solution path
Effort Recommendation
- manual-only: requires human judgment throughout
- human-assisted: AI can help but human must guide
- fully-automatable: AI can handle with minimal oversight
Human Checkpoints (REQUIRED)
- Is this worth doing? (necessity judgment)
- How hard is this really? (domain intuition)
- Final approval before
gh issue create
Commands Used
gh issue list -R <repo> --search "<keywords>" # check duplicates
gh issue create -R <repo> -t "<title>" -b "<body>" -l "<labels>"
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon