review-draft-story
No SKILL.md available for this skill.
View on GitHubMore from michael-menard/monorepo
wt-sync
Sync current git worktree with upstream remote changes. Use when pulling latest changes from the remote branch. Handles uncommitted changes with stashing, offers rebase or merge.
21wt-cleanup
Identify and remove merged or stale git worktrees. Use for housekeeping, removes worktrees for branches that have been merged to main. Frees disk space.
21wt-finish
Finish a feature by merging it to the base branch and cleaning up the worktree. Use when completing a feature or story, handles merge, push, and cleanup automatically.
19next-actions
Query the KB database for the next unblocked stories and recommend commands.
19token-log
Log token usage for a specific phase of story workflow. Called automatically by workflow commands after completing a phase. Writes to the storyTokenUsage table via kb_log_tokens MCP tool.
19wt-status
Show comprehensive status of git worktrees and database-tracked story associations, including orphaned and untracked detection.
19