ThinkVelta
OrganizationKnow which AI coding session needs you, without hunting through terminals. A macOS menu bar app for Claude Code and Codex.
Categories
Indexed Skills (11)
wt-cleanup
Batch cleanup of stale worktrees and orphaned branches. Use this when the user wants to tidy up, has accumulated worktrees over time, asks about old branches, or mentions cleaning up their workspace. Also triggers for `/wt-cleanup [--dry-run]`.
wt-help
Answer common questions about working with worktrees — VSCode integration, gitignore, build artifacts, workflow tips. Use this when the user asks how worktrees work, why something looks different in their editor, how to see diffs, or has any question about the worktree setup. Also triggers for `/wt-help [topic]`.
wt-list
List active worktrees with branch, status, sync state, and staleness info. Use this when the user asks what worktrees exist, wants to see what's in flight, check which branches have worktrees, or asks about stale or forgotten parallel work. Also triggers for `/wt-list [--stale]`.
wt-close
Finish work in a worktree — push, remove the worktree, and optionally delete the branch. Use this when the user is done with a worktree, wants to clean up, push and move on, or mentions they no longer need a parallel environment. Also triggers for `/wt-close [branch] [--push] [--force]`.
wt-open
Create or reopen a git worktree for parallel development. Use this whenever the user wants to work on something in parallel, start a new task without disrupting their current branch, spin up an isolated environment for an agent, or mentions worktrees, parallel branches, or "work on X separately". Also triggers for `/wt-open [branch | task description]`.
commit
Cluster changes into logical commits and create Conventional Commits. Invoke with `/commit` or `/commit <message>`.
pr-babysit
Babysit the current branch's open PR until it is merge-ready — watch CI until it turns green (fixing failures), and make sure every piece of review feedback is addressed, either by implementing it or by declining it with a reasoned comment. A watchdog around `/pr-iterate`. Triggers for `/pr-babysit`.
pr-iterate
Address the latest review feedback on the current branch's open PR. Triages each item, implements fixes or replies with reasoning, validates, and commits.
release
Cut a release. Derives the version bump from the commits since the last tag, lands the VERSION bump into dev as a PR, promotes dev to main as a second PR, then tags the merge commit and verifies what actually shipped. Use this when the user wants to publish a version, cut a release, or ship what is on dev. Triggers for `/release`, `/release patch|minor|major`, `/release 0.3.0`, `/release --dry-run`.
cleanup
Clean the codebase by making sure all lint checks and all tests pass. Invoke with `/cleanup`.
pr-open
Create a pull request for the current branch. Analyzes all commits, runs validation, and opens a well-formatted PR on GitHub. Feature branches always target `dev`. Invoke with `/pr-open`.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.