What problem does it solve?
This Skill gives you a fast, read-only snapshot of where a repository stands so you can plan a release or choose the next thing to build without digging through git history, backlog notes, and memory files by hand.
Core Features & Use Cases
- Release recap: Reports the last shipped version, commits since the latest tag, conventional-commit types, and the semver bump those commits imply.
- Repository state awareness: Shows whether the branch is ahead, behind, or aligned with upstream, and degrades gracefully when tags or git metadata are missing.
- Backlog and questions summary: Buckets work items into open, picked up, and dropped, nests epic children under their parent, and condenses pending questions into a compact planning view.
- Use case: Use it at session start or before a release discussion to quickly understand what shipped, what is staged, and what should be tackled next.
Quick Start
Ask the standup skill to summarize the repository’s last release, unreleased commits, backlog, and open questions.