Total 50,473 skills, Version Control has 883 skills
Showing 12 of 883 skills
Smart git commit workflow using Conventional Commits format with AI-generated commit message suggestions based on staged changes.
Git workflow guidance for commits, branches, and pull requests
This skill should be used when the user wants to bump versions, create releases, or tag versions. Triggers include: "bump version", "bump the version", "version bump", "release version", "tag a release", "create release", "major/minor/patch bump", "update version", "new version", "/version". Updates plugin.json and marketplace.json. Creates git tag and commit.
Create a git commit with conventional commit format. MUST use anytime you want to commit changes.
Git worktree management with safe defaults and flexible placement strategies. Use when users ask to: (1) create a new worktree or work on multiple branches in parallel, (2) list existing worktrees, (3) remove or clean up worktrees, (4) manage worktree placement (subfolder vs sibling directory), or any other git worktree operations.
Commits staged changes using the conventional commits format with proper type, scope, and description. Use when committing code changes to maintain a clean, standardized git history.
[Git & Release] Stage, commit and push all code in the current branch
Git 2.49+ features including git-backfill, path-walk API, and performance improvements
Git version control with branching, merging, and rebasing. Use for source control.
Commit staged changes with appropriate commit messages
Create branch, commit, push, and open a pull request. Use when: user says "ship it", "ship this", "create a PR", "open a PR", "push and PR", or wants to go from uncommitted changes to an open pull request.
Use when creating "changelog", "release notes", "version updates", generating "CHANGELOG.md", or asking about "git history to changelog", "commit summary", "what changed since last release"