What problem does it solve?
This Skill solves the hassle of manually tracking local repository state, identifying stale branches, orphaned worktrees, and mismatched PRs or board tickets, preventing clutter and confusion in development workflows.
Core Features & Use Cases
- Repo Overview: Collects and displays local branches, PR statuses, board ticket progress, and active worktrees in a clear table.
- Cleanup Recommendations: Analyzes data to suggest removing gone branches, outdated ones behind main, or unused worktrees.
- Safe Cleanup: Only performs deletions or removals after explicit user confirmation, never touching active PRs or in-progress items.
- Use Case: As a developer juggling multiple features, use this to quickly scan your repo after a sprint, spot a stale fix branch with no PR, and approve its cleanup to keep your workspace tidy.
Quick Start
Invoke the /just-ship-status command to get an overview of your local branches, PRs, board tickets, and worktrees along with any cleanup suggestions.