Total 52,846 skills, Version Control has 913 skills
Showing 12 of 913 skills
Use when a managed library is ready to publish to GitHub and hand to teammates as an install command. Run the GitHub publishing steps, then return the exact shareable install command.
Use after /clear, /compact, session resume, or context loss. Use when branch context is stale or unknown. Use when starting work in an existing worktree.
Cria mensagens de commit no estilo Conventional Commits — usar quando o usuário pede "commit", "git commit", ou após mudanças prontas para serem registradas no histórico.
This skill should be used when the user says "get PR comments", "show PR feedback", "what comments on my PR", "PR review comments", "show me the review", "what did reviewers say", or asks about feedback on a pull request. Not for creating PRs or responding to comments.
Clone/create/fork repos; manage remotes, releases.
Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.
Pull latest origin/main into the current local branch and resolve merge conflicts (aka update-branch). Use when Codex needs to sync a feature branch with origin, perform a merge-based update (not rebase), and guide conflict resolution best practices.
Commit message format, logical grouping, and branch naming rules. Follow when creating git commits, branches, or PRs.
Create well-formatted commits with conventional commit format.
Respond to review comments on a PR after evaluation and fixes
commit and push all local changes to remote repo
Emergency fix — minimal change, fast PR, no design overhead