Git expert for atomic commits, rebasing, and history management with style detection
Git 版本控制与协作专家,涵盖 GitHub/Gitee 平台操作、Conventional Commits 规范及 PR/MR 最佳实践。
Senior DevOps & Automation Specialist. Expert in GitHub Actions, Issue Orchestration, and Advanced Git Internals.
Git conventions and workflow guidelines using Conventional Commits, branching strategies, and best practices for version control
Cleans up merged Git branches safely. Use when cleaning up old branches, deleting merged branches, or maintaining repository hygiene.
Advanced git operations including rebase, bisect, cherry-pick, and conflict resolution. Use when rebasing branches, debugging with bisect, cherry-picking commits, or resolving complex merge conflicts.
Creates Git branches following naming conventions. Use when creating feature, bugfix, hotfix, or release branches, or when the user asks to create a new branch.
Create isolated git workspaces for feature development. Smart directory selection, safety verification, and cross-platform support (Windows/Unix).
Manage Git worktrees for parallel Claude Code development. Use this skill when engineers ask to "create a worktree", "run parallel Claude sessions", "work on multiple features simultaneously", or...
Manage Git commits using conventional commit format with atomic staging. Use when committing changes, staging files, or creating commit messages.
Git worktree management with tmux and iTerm2 integration. Use when creating isolated dev environments, managing parallel feature branches, switching contexts without stashing, or running multiple...
Creates git commits following Conventional Commits format with type/scope/subject. Use when user wants to commit changes, create commit, save work, or stage and commit. Handles regular branch...
Expert guidance for Git workflows, troubleshooting, and best practices
Advanced Git workflows, branching strategies, and commit conventions
Generate descriptive commit messages by analyzing git diffs. Use when
自动监控代码变更。当代码修改完成后,自动创建本地 Git 存档 (Commit)。分析历史风格生成 Commit Message。严禁推送。
Master Git workflows including GitFlow, GitHub Flow, Trunk-Based Development. Configure branches, merge strategies, and collaboration patterns for team environments.
Reimplement the current Git branch on a fresh branch off `main` with a clean, narrative-quality commit history.
Write consistent high-quality Git commits following project conventions
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.