create-pr

Automate standardized GitHub pull request creation with the gh CLI.

19|5|Updated May 9, 2026
One-click install
npx skills add https://github.com/lexmount/browseruse-agent-bench --skill create-pr-lexmount
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/lexmount/browseruse-agent-bench/tree/main/browseruse_bench/skills/create-pr
Command: npx skills add https://github.com/lexmount/browseruse-agent-bench --skill create-pr-lexmount

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

This Skill eliminates the friction of manually drafting pull requests by enforcing consistent, conventional-commit style titles and structured bodies, ensuring your contributions are always review-ready.

Core Features & Use Cases

  • Standardized Formatting: Automatically applies conventional commit types and scopes to maintain a clean project history.
  • Review-Ready Templates: Generates a comprehensive PR body including summary, testing checklists, and issue references.
  • Use Case: After finishing a feature branch for a new benchmark, use this Skill to quickly generate a draft PR that clearly communicates the changes and testing steps to maintainers.

Quick Start

Use the create-pr skill to generate a draft pull request for your current branch using the feat type and core scope.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automate GitHub pull request creation with conventional commit formatting?

Automating GitHub pull request creation with conventional commit formatting is achieved by using the gh CLI to enforce standard titles and structured body templates. This ensures consistent repository maintenance and review-ready contributions.

Does the create-pr Skill require authenticated access to the GitHub CLI?

Yes, the create-pr Skill requires authenticated access to the GitHub CLI. You must have the gh CLI installed and logged in, alongside a local git repository containing your pushed branch changes, to generate standardized pull requests.

What is included in the structured PR body generated for GitHub?

The structured PR body generated for GitHub includes a comprehensive summary, testing checklists, and issue references. This review-ready template clearly communicates your branch changes and testing steps to project maintainers.

Can I generate a draft pull request for a specific conventional commit type and scope?

Yes, you can generate a draft pull request for a specific conventional commit type and scope. The Skill applies standard formatting to automatically map your feature branches to types like feat and specific scopes.

How to ensure consistent PR titles across a git workflow?

To ensure consistent PR titles across a git workflow, automate the creation process to enforce conventional commit naming conventions. This eliminates manual drafting friction and maintains a clean project history.

Why use the gh CLI for pull request automation instead of manual drafting?

Using the gh CLI for pull request automation eliminates the friction of manual drafting by enforcing structured conventional commit titles and bodies. This approach guarantees your repository contributions are always review-ready.