Efficiently handles git commits, pushes, and PR creation.
Install
mkdir -p .claude/skills/gh-posva && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17338" && unzip -o skill.zip -d .claude/skills/gh-posva && rm skill.zipInstalls to .claude/skills/gh-posva
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Commit, push, and open a PR using the cheap low-token git-ops agent. Use for git/github wrap-up — git commit, git push, gh pr create, "ship it", "open a PR", "create the PR", "push and PR", end-of-task git handoff.Key capabilities
- →Stage relevant changes for commit
- →Commit changes with a Conventional Commits message
- →Open a pull request with a concise title and body
- →Print the URL of the created pull request
How it works
The skill stages changes, creates a conventional commit, pushes the branch, and then uses `gh pr create` to open a pull request, finally printing the PR URL.
Inputs & outputs
When to use gh
- →Finalize and submit a PR
- →Quick commit and push
- →Ship task changes
About this skill
gh: git handoff
Commit the relevant changes, push, and open a PR (follow user instructions exactly):
- Stage what belongs together, commit with a Conventional Commits message.
- Push the current branch (create one off the default branch first if needed).
- Open a PR with
gh pr create— concise title, short what/why body. - Print the PR URL.
Keep output minimal: the PR URL on success, the exact error on failure.
When not to use it
- →When detailed output beyond the PR URL or exact error is required
- →When the user does not want Conventional Commits
Limitations
- →The skill keeps output minimal.
- →It uses Conventional Commits messages.
How it compares
This skill automates the sequence of git operations for committing, pushing, and creating a pull request with conventional messaging, simplifying the end-of-task git handoff compared to manual execution.
Compared to similar skills
gh side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| gh (this skill) | 0 | 27d | No flags | Beginner |
| resolve-conflicts | 81 | 8mo | Review | Intermediate |
| git-advanced-workflows | 11 | 2mo | Review | Advanced |
| nx-workspace | 4 | 6mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
resolve-conflicts
antinomyhq
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.
git-advanced-workflows
wshobson
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
nx-workspace
nrwl
Explore and understand Nx workspaces. USE WHEN answering any questions about the nx workspace, the projects in it or tasks to run. EXAMPLES: 'What projects are in this workspace?', 'How is project X configured?', 'What targets can I run?', 'What's affected by my changes?', 'Which projects depend on library Y?', or any questions about Nx workspace structure, project configuration, or available tasks.
fix-github-issue
AgnosticUI
Fix a GitHub issue by number. Use when asked to fix GitHub issues.
rebase-pr
AztecProtocol
Rebase a PR on its base branch, fix conflicts, and verify build
resolve-pr-parallel
EveryInc
Resolve all PR comments using parallel processing. Use when addressing PR review feedback, resolving review threads, or batch-fixing PR comments.