← Back to list

status
by rollercoaster-dev
Monorepo for Rollercoaster.dev OpenBadges ecosystem - shared packages, applications, and documentation
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: status description: Show project progress overview - recent commits, active workflows, open PRs, and issues by milestone. Use when user asks about progress, status, what's next, or recent work. allowed-tools: Bash
Status Skill
Purpose
Provides a unified view of project progress by combining:
- Recent git commits
- Active checkpoint workflows
- Open pull requests with review status
- Open issues grouped by milestone
When to Use
- User asks "what's the status?"
- User asks "show progress"
- User asks "what have we done recently?"
- User asks "what's next?"
- User asks "what PRs are open?"
- User asks "what are we working on?"
Command
bun run checkpoint status
Options
| Flag | Description |
|---|---|
--commits <n> | Number of recent commits to show (default: 5) |
--issues <n> | Number of open issues to show (default: 10) |
--json | Output as JSON for machine processing |
Examples
# Default view
bun run checkpoint status
# More detail
bun run checkpoint status --commits 10 --issues 20
# Machine-readable
bun run checkpoint status --json
Output
The command displays:
- Recent Commits - Latest commits with SHA and message
- Active Workflows - Issue workflows tracked by checkpoint system
- Open PRs - Pull requests with review status (PENDING, APPROVED, CHANGES_REQUESTED)
- Open Issues - Grouped by milestone, sorted alphabetically
Instructions
- Run
bun run checkpoint statususing the Bash tool - Format the output as markdown and display it to the user
- Add a brief summary at the end highlighting:
- What was recently done
- What's currently in progress
- Suggested next steps
Important: The Bash output is not visible to the user. You MUST format and print the results in your response.
Integration
This skill uses bun run checkpoint status which queries:
- Git log for commits
- Checkpoint SQLite DB for workflows
- GitHub CLI for issues and PRs
See agent-architecture.md for how this fits into the workflow system.
Score
Total Score
55/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon