Total 43,250 skills, Version Control has 788 skills
Showing 12 of 788 skills
The human project owner and final authority. Does not write code or run tools -- resolves tie-breaks, approves or denies major decisions, and unblocks deadlocks.
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.
Generate conventional commit messages from staged git diff
Create a PR from current commits and/or local changes. Identifies base branch, creates topic branch if needed, commits changes, and opens a PR.
Interact with GitLab repositories, merge requests, and APIs using the GITLAB_TOKEN environment variable. Use when working with code hosted on GitLab or managing GitLab resources.
Git Workflow Standard Operating Procedures, including commit message generation and remote repository synchronization
Advanced git workflows including worktrees, bisect, interactive rebase, hooks, and recovery techniques
Stage files, hunks, or specific lines in git non-interactively.
Git workflow patterns and version control best practices — branching strategies, commit conventions, PR workflows, release management, and monorepo patterns. Use when establishing team git conventions, reviewing branching strategies, or improving version control practices.
Create a well-formatted commit message from staged changes
Create or update a pull request for the current branch with a summary of all changes.
LOAD THIS SKILL when: user mentions 'pr'. Covers the full PR lifecycle — create PR, then aggressively watch CI + reviews in a continuous loop, fixing failures and addressing comments immediately until the PR is fully green.