← Back to list

github-issues
by BreakerOfStems
⭐ 0🍴 0📅 Jan 23, 2026
SKILL.md
name: github-issues description: View and understand GitHub issues
GitHub Issues Skill
Read and understand GitHub issues to gather requirements.
See also: Shared Conventions | Safety Guidelines
Purpose
View issue details, comments, and labels to understand work requirements.
Commands
gh issue view <number>
gh issue view <number> --comments
gh issue list
gh issue list --label <label>
gh issue list --assignee @me
Workflow
-
View issue details
gh issue view 123 -
Read comments for context
gh issue view 123 --comments -
Check related issues
gh issue list --label "related-feature"
Output Format
When summarizing an issue, include:
- Issue number and title
- Current status (open/closed)
- Key requirements from description
- Important points from comments
- Acceptance criteria if specified
Policies
- Read-only operations only
- Summarize key points concisely
- Note any ambiguities that need clarification
- Cross-reference related issues when relevant
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