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.zip

Installs 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.
214 chars✓ has a “when” trigger
Beginner

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

You give it
Local git changes and user intent to create a PR
You get back
The URL of the newly created pull request

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):

  1. Stage what belongs together, commit with a Conventional Commits message.
  2. Push the current branch (create one off the default branch first if needed).
  3. Open a PR with gh pr create — concise title, short what/why body.
  4. 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.

SkillInstallsUpdatedSafetyDifficulty
gh (this skill)027dNo flagsBeginner
resolve-conflicts818moReviewIntermediate
git-advanced-workflows112moReviewAdvanced
nx-workspace46moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry