Total 50,372 skills, Version Control has 883 skills
Showing 12 of 883 skills
Smart commit creation with conventional commits. Use when user says "commit" or requests committing changes. Handles staged file detection, suggests splits for multi-concern changes, and applies proper commit format without emoji prefixes.
Compare files and directories between git worktrees or worktree and current branch
Add line-specific review comments to pull requests using GitHub CLI API
Sync with remote repository using pull --rebase. Use when you need to update your local branch with remote changes.
Git branching strategy expertise with flow-aware automation. Auto-invokes when branching strategies (gitflow, github flow, trunk-based), branch creation, branch naming, merging workflows, release branches, hotfixes, environment branches, or worktrees are mentioned. Integrates with existing commit, issue, and PR workflows.
Modern Git command best practices for AI agents. Use modern, purposeful commands introduced in Git 2.23+ instead of legacy multi-purpose commands. Teaches when to use `git switch` (branch operations), `git restore` (file operations), and other safer alternatives to improve clarity and reduce errors.
Sync ag-shared subrepo changes across ag-charts, ag-grid, and ag-studio repos
Fundamental Perforce operations including sync, edit, add, delete, submit, revert, and file state management.
PR creation workflow for Agent Teams Lite following the issue-first enforcement system. Trigger: When creating a pull request, opening a PR, or preparing changes for review.
Generate changelog entries from git history using Keep a Changelog structure and user-facing release language.
Generate and validate Git branch names from commit messages or descriptions. Use when creating branches, generating names for /pr-sync, validating existing branch names, or converting conventional commits to branch prefixes. Triggers: "branch name", "create branch", "name this branch", "validate branch". Do NOT use for git operations (checkout, merge, delete), branching strategies, or branch protection rules.
Show git-aware context suggestions for current working directory