pr

Automate Git feature-branch workflows and open pull requests via gh pr create.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/im9/inboil --skill pr-im9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/im9/inboil/tree/main/.claude/skills/pr
Command: npx skills add https://github.com/im9/inboil --skill pr-im9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the workflow of creating feature branches, committing changes, pushing to remote, and opening pull requests to main.

Core Features & Use Cases

  • Feature branch automation: Create a branch from main, switch context, and prepare for work.
  • Automated commit workflow: Draft and stage commits following project conventions, with Co-Authored-By annotations.
  • PR creation & onboarding: Push changes and open a pull request to main with a structured title/body.

Quick Start

Invoke the /pr command to create a feature branch from your current changes, commit, push, and open a PR to main.

Frequently Asked Questions about pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate creating a Git branch, committing changes, and opening a pull request?

You can automate the Git pull request workflow by invoking a single command that creates a feature branch from main, stages commits with Co-Authored-By annotations, pushes to remote, and opens a pull request.

Can I automatically generate structured pull request titles and bodies from my Git commits?

Yes, automated PR creation generates a structured title and body for your pull request while pushing your staged Git commits to the remote repository.

Does this Git workflow automation support intelligent branch naming for feature and bugfix tasks?

Yes, the branch creation automation supports intelligent branch naming derived from your feature, bugfix, or documentation tasks before staging and committing changes.

What is the best way to create a feature branch from main and push changes for a code review?

The best way is using an end-to-end feature branch automation workflow that switches context from main, commits your changes, and runs gh pr create to open a pull request for review.

Can I use GitHub's gh pr create command with automated Git commit staging and Co-Authored-By?

Yes, the automated commit workflow drafts and stages changes following project conventions with Co-Authored-By annotations, then executes remote push and gh pr create for pull request creation.

Do I need to manually run Git remote push before opening a pull request to main?

No, remote push is automated alongside branch creation and commit staging, ensuring your local changes are pushed to remotes before the pull request to main is opened.