← Back to list

gh-issues
by ainergiz
New Mac setup documentation and scripts for job onboarding
⭐ 0🍴 0📅 Jan 7, 2026
SKILL.md
name: gh-issues description: Create and manage GitHub issues with duplicate detection and hierarchy support. Use when creating issues, filing bugs, tracking tasks, managing sub-issues, or organizing parent/child relationships. Triggers on "create issue", "file bug", "track this", "sub-issue", "parent issue", "break down", "list sub-issues".
GitHub Issues Management
Routing
Creating a new issue? → Read references/creating.md
- Duplicate detection, codebase analysis, solution research
- Out-of-scope issue tracking during development
Managing issue hierarchy? → Read references/hierarchy.md
- Create/list/remove sub-issues
- Check parent issues
- Decide: new parent vs add to existing
Both? (Creating an issue as a sub-issue):
- Follow creating.md workflow to draft and create the issue
- Then follow hierarchy.md to link it as a sub-issue
Quick Commands
# Get current repo
gh repo view --json owner,name --jq '"\(.owner.login)/\(.name)"'
# Create issue
gh issue create --title "type(area): description" --body "content"
# View issue
gh issue view <number>
# List issues
gh issue list --state open --limit 20
Title Conventions
Use conventional format:
fix(area): description- Bug fixesfeat(area): description- New featuresrefactor(area): description- Code improvementsdocs(area): description- Documentationchore(area): description- Maintenance
Issue Body Template
## Summary
[1-2 sentences]
## Context
[Background, how discovered, why it matters]
## Current Behavior (for bugs)
[What happens now]
## Expected Behavior
[What should happen]
## Additional Context
[Related issues, links, etc.]
Score
Total Score
40/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