pr-creator

Create GitHub Pull Requests with titles, descriptions, and review metadata.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JoseAntonioNuevo/clawdbot --skill pr-creator-joseantonionuevo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-creator
Source: https://github.com/JoseAntonioNuevo/clawdbot/tree/main/skills/pr-creator
Command: npx skills add https://github.com/JoseAntonioNuevo/clawdbot --skill pr-creator-joseantonionuevo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, git.

What problem does it solve?

Create GitHub Pull Requests with proper titles and descriptions.

Core Features & Use Cases

  • Automatically generates concise PR titles following best practices
  • Builds detailed PR bodies with task context, changes, and testing notes
  • Integrates with GitHub CLI to push PRs, assign reviewers, and apply labels

Quick Start

Generate a well-formed PR title and body for the current task description.

Frequently Asked Questions about pr-creator

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

FAQPage Schema
How do I automate GitHub pull request titles and descriptions with gh CLI?

Automate GitHub pull request titles and descriptions by using this Skill with the gh CLI. It generates concise PR titles and detailed bodies containing task context, changes, and testing notes automatically.

Can I assign reviewers and apply labels automatically when creating a GitHub PR?

You can assign reviewers and apply labels automatically when creating a GitHub PR. The Skill integrates with GitHub CLI to push PRs while configuring draft status, labels, and reviewers based on your inputs.

Does this pull request generator require a configured GitHub repository?

Yes, this pull request generator requires a configured GitHub repository. It also depends on the gh CLI, jq, and git tools being installed in your environment to validate branches and push the PR.

What is the best way to ensure my branch is up to date before pushing a pull request?

To ensure your branch is up to date before pushing a pull request, this Skill validates the branch state using git. It checks the base and head branches before pushing the PR to GitHub.

Can I create a draft pull request with a custom PR body template?

Yes, you can create a draft pull request with a custom PR body template. The Skill supports optional draft status, base and head branch specification, and PR body templates for detailed descriptions.

What limitations exist when generating pull requests with GitHub CLI automation?

Limitations when generating pull requests with GitHub CLI automation include requiring local access to gh, jq, and git. The workflow depends on a properly configured repository and branch validation before pushing.