Total 50,503 skills, Version Control has 883 skills
Showing 12 of 883 skills
Automated git commit and push tool with AI-generated commit messages
Git workflow and branching strategy expert. Use when establishing team collaboration patterns, optimizing commit practices, or designing scalable version control workflows for better developer experience.
Use this to write commit messages unless specific commit message conventions are explicitly specified.
This skill should be used when the user asks to "start a feature", "create feature branch", "begin new feature", "git flow feature start", or wants to start working on a new feature branch.
Use this skill when you need to perform Git operations such as committing changes, creating branches, merging, resolving conflicts, managing remotes, or any other Git-related tasks.
Sync .env files from git root repository to worktrees. Use when asked to sync env, copy env, environment file, or when working in a git worktree that is missing a .env file. Automatically detects missing .env in worktrees.
Git version control, branching strategies, and collaboration patterns
Split a large PR diff into reviewable sub-patches for easier code review.
Reflects, updates GitHub Issue, closes PR if open, cleans up worktree/branch.
Submit commits as Phabricator diffs for code review using Sapling.
Emergency fix — minimal change, fast PR, no design overhead
Create an isolated git worktree for parallel feature work or PR review. Use when starting work that should not disturb the current checkout, or when `ce-work` or `ce-code-review` offers a worktree option.