Total 30,627 skills, Version Control has 603 skills
Showing 12 of 603 skills
Bitbucket Git repository hosting with Pipelines. Use for Atlassian teams.
This skill should be used when user asks to "create a PR", "make a pull request", "open PR for this branch", "submit changes as PR", "push and create PR", or runs /create-pr or /pr-creator commands.
Sync .env files from git root repository to worktrees. Use when asked to sync env, copy env, environment file, or when working in a git worktree that is missing a .env file. Automatically detects missing .env in worktrees.
Manage git repositories using the worktree pattern. This allows multiple branches to be checked out simultaneously in sibling directories.
Formats git commit messages according to Conventional Commits specification. Use this when the user asks to commit changes or write a commit message.
Summarizes git commits for specified users over a given time period and generates markdown reports
Intelligently detects when too many files are staged and automatically groups them by feature or functionality using Conventional Commits with user language preference
Create a GitHub pull request following project conventions. Use when the user asks to create a PR, submit changes for review, or open a pull request. Handles commit analysis, branch management, and PR creation using the gh CLI tool.
Safely clean merged and stale git branches with explicit confirmations.
Sync a commit from the gemini remote into sync-upstream for empower-site.
Automatically creates comprehensive pull requests to the dev branch when user indicates their feature/fix is complete and ready for review. Use when user mentions creating PR, submitting for review, or indicates work is done. Examples - "create a PR", "ready for review", "open a pull request", "submit this to dev", "all tests passing, let's get this reviewed".
Commit staged changes with appropriate commit messages