← スキル一覧に戻る

github-issue-prioritizer
by digitalpalidictionary
Digital Pāḷi Dictionary
⭐ 45🍴 17📅 2026年1月23日
SKILL.md
name: github-issue-prioritizer description: Fetch all open GitHub issues and determine the most important one to work on next based on priority signals license: MIT compatibility: opencode metadata: audience: developers workflow: github-issues
What I do
I fetch all open GitHub issues from the specified repository and determine which issue should be worked on next by analyzing priority signals.
Priority Ranking Criteria
Issues are ranked by the following weighted factors (highest priority first):
- Critical Labels - Issues with "bug", "critical", "urgent", "high-priority", "p0", "severity/critical" labels get highest priority
- Reactions - Issues with more "+1" or emoji reactions indicate community interest
- Comments - More discussion suggests active interest or complexity
- Age - Older unaddressed issues may be more important to resolve
- Assignee Status - Unassigned issues may need attention; assigned issues with no recent activity may be blocked
- Milestone Proximity - Issues close to current milestone deadline
How to use me
- Fetch the repository issues using the GitHub CLI or API
- Call this skill with the repository context
- I'll analyze and rank all open issues
- Return the top-priority issue with reasoning
Input Format
When calling this skill, provide:
- Repository (owner/repo format)
- Optional: Number of top issues to return (default: 1)
- Optional: Specific labels to filter by
- Optional: Milestone context
Output Format
I return:
- The single most important issue to work on next
- Top 3-5 alternative issues with brief justification
- Detailed ranking rationale with priority score breakdown
Required Tools
To use this skill effectively, the agent needs:
git- to get repository URL (git remote get-url origin)curl- to call GitHub REST API for fetching issues- File read/write permissions for logging/scoring cache
- Repository context awareness
Notes
- Unlabeled issues are ranked lower than labeled ones
- Closed issues are excluded from analysis
- Draft PRs linked to issues may affect priority
- The skill weights can be adjusted based on team preferences
スコア
総合スコア
55/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です