git-pull-request

Generate a GitHub Pull Request creation command with a descriptive title and body.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dominicmarshall34/dotfiles --skill git-pull-request
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-pull-request
Source: https://github.com/dominicmarshall34/dotfiles/tree/main/claude/skills/git-pull-request
Command: npx skills add https://github.com/dominicmarshall34/dotfiles --skill git-pull-request

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you write clear, concise, and informative GitHub Pull Request titles and bodies, making code reviews more efficient and effective.

Core Features & Use Cases

  • Automated PR Description Generation: Generates a gh pr create command with a well-formatted title and body based on best practices.
  • Reviewer Guidance: Ensures reviewers understand the changes, their purpose, and any potential impact.
  • Use Case: After completing a new feature, use this Skill to generate the command to create a pull request with a descriptive title like "feat: Implement user authentication" and a body explaining the changes and linking to related issues.

Quick Start

Use the git-pull-request skill to generate a gh pr create command for your changes.

Frequently Asked Questions about git-pull-request

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

FAQPage Schema
How do I generate a GitHub pull request with a conventional commit title and detailed body?

To generate a GitHub pull request, use this Skill to produce a `gh pr create` command featuring a conventional commit title and a structured body. It ensures reviewers understand the purpose, approach, and impact of your code changes.

What is the best way to format a PR body for efficient code review?

The best way to format a PR body for efficient code review is using structured information that explains the changes, their purpose, and potential impact. This Skill generates that structured body automatically alongside a descriptive title.

Can I use the GitHub CLI to create pull requests with conventional commit formats?

Yes, you can use the GitHub CLI to create pull requests with conventional commit formats. This Skill generates a `gh pr create` command that adheres to conventional commit message formats for your title and body.

How do I write a descriptive PR title for a new feature?

To write a descriptive PR title for a new feature, adhere to conventional commit message formats, such as "feat: Implement user authentication". This Skill generates this title automatically to communicate your code changes clearly to reviewers.

Do I need any dependencies to generate a GitHub PR creation command?

No, you do not need any dependencies to generate a GitHub PR creation command. This Skill operates with no external dependencies to produce the formatted `gh pr create` command for your codebase.