pr

Creates a pull request from git status, diff, log, and template files.

2|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/rioX432/live-translate --skill pr-riox432
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/rioX432/live-translate/tree/main/.claude/skills/pr
Command: npx skills add https://github.com/rioX432/live-translate --skill pr-riox432

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of preparing a pull request by gathering branch changes, commit history, and repository conventions into one reliable PR draft.

Core Features & Use Cases

  • PR preparation: Reviews the current branch with git status, git diff, and git log to understand the full change set.
  • Repository awareness: Finds the related issue, checks for a pull request template, and respects the project’s base branch.
  • Release-ready body generation: Builds a structured changelog section from commits and can include issue-closing references when applicable.
  • Use case: A developer finishes a feature branch and wants an AI to open a complete pull request with the right title, body, and template sections filled in.

Quick Start

Use the pr skill to create a pull request for the current branch with a concise title, issue link if available, and changelog entry.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I generate a pull request body from git commits automatically?

To generate a pull request body from commits, this Skill analyzes git log, git diff, and git status to assemble a structured PR draft with release notes. It reviews the full change set to build the PR body automatically.

How do I link a GitHub issue to a pull request automatically?

To link a GitHub issue to a pull request, this Skill identifies the related issue and can include issue-closing references in the PR body. It handles issue linking by adding closing keywords to the generated content.

Can I populate a .github pull request template with branch changes?

Yes, this Skill can populate a .github/pull_request_template.md by checking for its existence and respecting repository conventions. It fills in template sections using the gathered branch changes and commit history.

Does this pull request workflow require the gh CLI to push and open PRs?

Yes, this branch-based pull request workflow requires the gh CLI to execute gh pr create and open the PR. It relies on this command-line tool to push remote changes and assemble the valid PR body.

What is the best way to create release-ready changelog entries from a feature branch?

To create release-ready changelog entries, this Skill builds a structured changelog section directly from branch commits and can update CHANGELOG.md. It compiles commit history into structured release notes for the PR body.