using-git-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification. Triggers: "worktree", "isolated workspace", "feature branch isolation", "multiple branches", "parallel development"
git-commit
Detects changes and creates well-formed commits with conventional commit messages. Use when the user asks to commit, save changes, or create a commit.
git-workflow
**MANDATORY**: Enforce branch/worktree workflow. Use when starting work, picking up work, creating branches, using git worktrees, or when asked to implement anything non-trivial. Ensures all work happens on correctly named branches, preferably in dedicated worktrees.
fork-dev-branch
Create a development branch for a given GitHub issue with standardized naming
worktree-task
使用 git worktree + 背景代理会话管理大型任务(默认启动 Claude Code;可用 --codex 快速切到 Codex CLI,或通过 --agent-cmd 指定任意命令)。适合用户希望在不阻塞当前会话的情况下执行大型或多步骤任务。
open-issue
Create GitHub issues from conversation context with proper formatting and tag selection
stacked-prs
Manage stacked PRs with proper visualization, merge-based updates, and iterative CodeRabbit feedback cycles
create-release-note
Detailed implementation guide for generating bug fix release notes from Jira and GitHub PRs
ocpbugs-jira-conventions
Jira conventions and bug templates for the OCPBUGS project
jira-pull-request-extractor
Recursively extract GitHub Pull Request links from Jira issues
suggest-reviewers-helper
Git blame analysis helper for the suggest-reviewers command
create-jira-bug
Implementation guide for creating well-formed Jira bug reports
kubit-proposing-change
Use when making non-trivial changes, modifying public APIs, or proposing new framework features. Use when changes affect multiple files or require design decisions.