← スキル一覧に戻る

milestone-tracker
by rollercoaster-dev
Monorepo for Rollercoaster.dev OpenBadges ecosystem - shared packages, applications, and documentation
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: milestone-tracker description: Track GitHub milestone progress and issue completion. Use when user asks about milestone status, how many issues done, sprint progress, or completion percentage. allowed-tools: Bash, Read
Milestone Tracker Skill
Purpose
Automatically fetch and summarize milestone progress when the user asks about completion status, remaining work, or sprint metrics. This is a read-only skill.
When Claude Should Use This
- User asks "milestone progress?"
- User asks "how many issues left?"
- User asks "completion percentage"
- User asks "what's left in the sprint?"
- User mentions milestone tracking
Instructions
List Milestones
gh api repos/rollercoaster-dev/monorepo/milestones --jq '.[] | {number, title, open_issues, closed_issues, due_on, state}'
Get Specific Milestone
gh api repos/rollercoaster-dev/monorepo/milestones/<number>
Get Issues in Milestone
gh issue list --milestone "<milestone-name>" --state all
Calculate Progress
Completion % = (closed_issues / (open_issues + closed_issues)) * 100
Current Milestones
OpenBadges Badge Generator (#14)
- Issues: #108-#128 (21 issues)
- Tracks: Key management, baking, verification, E2E tests
Dependency Tracks:
- Track A (Keys): #108 → #109 → #110 → #111 → #112 → #113
- Track B (PNG Baking): #114 → #115 → #116
- Track C (SVG Baking): #114 → #117 → #118
- Track D (Unified Baking): #116 + #118 → #119 → #120
- Track E (Verification): #121 → #122 + #123 → #124 → #125 → #126
- Track F (E2E + Docs): All above → #127 → #128
Output Format
## Milestone: <name>
**Progress:** X/Y issues (Z%)
**Due:** <date or "No due date">
### By Status
- Done: <count>
- Blocked: <count>
- In Progress: <count>
- Not Started: <count>
### Recently Completed
- #X: <title>
- #Y: <title>
### Up Next (Unblocked)
- #A: <title>
- #B: <title>
### Blocked
- #C: <title> - Waiting on #X
Progress Bar
Generate visual progress:
[████████░░░░░░░░░░░░] 40% (8/20)
スコア
総合スコア
55/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です