Total 50,476 skills, Version Control has 883 skills
Showing 12 of 883 skills
Guía para escribir mensajes de commit siguiendo Conventional Commits. Usar cuando se vaya a realizar un commit, crear mensajes descriptivos, estandarizar el historial del proyecto, o automatizar versionado y changelogs. Incluye tipos de commit, scopes, breaking changes, formato y mejores prácticas. Activar con frases como "hacer commit", "mensaje de commit", "conventional commits", o "escribir commit semántico".
Formats git commit messages according to Conventional Commits specification. Use this when the user asks to commit changes or write a commit message.
Sync a commit from the gemini remote into sync-upstream for empower-site.
Generate well-formatted git commit messages following conventional commit standards
Create git commits using conventional commits with scopes. Use when the user asks to commit, make a commit, save changes, or any git commit operation. Never include Co-Authored-By lines, AI agent mentions, or any reference to Claude, AI, or automated tooling in commit messages.
Use after completing implementation - create pull request with complete documentation, proper labels, linked issues, and verification summary
Perform git commit following Conventional Commits standards
Create GitHub pull requests. Use when user asks to "create a pull request", "open a PR", "/create-pr", or requests creating pull requests.
Systematic workflow for addressing PR review comments using gh-pr-review CLI. Use when the user wants to work through PR review comments and prefers the gh-pr-review tool over helper scripts.
Multi-repository git synchronization patterns for batch operations
Git version control and GitHub CLI workflows for commits, branches, pull requests, and code reviews with professional commit message practices.
Supports commands: [commit|commit_a commit_b] [--verify] [--apply] [--commit] Interactive git diff review skill. Parses git diff output into individual hunks, presents each hunk to the user with analysis for accept/reject decisions, verifies complete coverage, and generates a Markdown review report.