pr

Create GitHub pull requests from the current branch with structured bodies.

9|Updated Dec 21, 2016
One-click install
npx skills add https://github.com/ysoftman/myenv --skill pr-ysoftman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/ysoftman/myenv/tree/main/.claude/skills/pr
Command: npx skills add https://github.com/ysoftman/myenv --skill pr-ysoftman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates creating GitHub pull requests from the current branch with an English title and structured body content, reducing manual steps.

Core Features & Use Cases

  • Analyze changes on the current branch and prepare a PR draft.
  • Generate a PR body with sections for changes, issues, and related context.
  • Detect related issues from commit messages and Jira/Issue keys and attach them to the PR.

Quick Start

Create a PR from the current branch with an English title and a structured body.

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 GitHub pull request from my current branch?

You can automate creating a GitHub pull request by using this Skill to analyze your git state, detect the base branch, review diffs, and generate an English title with a structured body via gh. It applies safety checks and user confirmation before finalizing the pull request.

How does a pull request generator detect and link related issues?

This Skill detects related issues by parsing commit messages for Jira and Issue keys, then attaches those issue links directly into the structured PR body. This provides reviewers with immediate context and traceability for the code changes.

Do I need the gh CLI installed to create a pull request from the command line?

Yes, you need the gh CLI installed and authenticated. This Skill creates the pull request via gh, relying on the GitHub CLI to execute the final PR creation step after analyzing your branch diffs and generating the structured PR body.

What is the best way to structure a pull request body for code review?

The best way to structure a pull request body for code review is to include dedicated sections for changes, issues, and related context. This Skill automatically generates this structured format from your branch diff and commit history to ensure clear communication.

Can I trigger pull request creation with natural language commands?

Yes, you can trigger pull request creation with natural language commands. This Skill activates when you say phrases like pull request, PR creation, or similar branch-specific triggers, allowing you to initiate the automated PR drafting process conversationally.