pr

Generates GitHub pull-request descriptions from analyzed commit and file data.

11|1|Updated Aug 6, 2025
One-click install
npx skills add https://github.com/thkt/dotclaude --skill pr-thkt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/thkt/dotclaude/tree/main/.ja/skills/pr
Command: npx skills add https://github.com/thkt/dotclaude --skill pr-thkt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of detailed Pull Request descriptions by analyzing branch changes, saving developers time and ensuring consistent, informative PRs.

Core Features & Use Cases

  • Automated Change Analysis: Analyzes git status, git diff, and git log to understand all modifications in the current branch.
  • Intelligent Description Generation: Uses a specialized agent (pr-generator) to craft a comprehensive PR title and body.
  • Interactive Workflow: Guides the user through selecting a base branch and confirming the PR creation.
  • Use Case: After completing a new feature, run /pr to automatically generate a PR description that summarizes the changes, lists key modifications, and prepares it for review.

Quick Start

Run the pr skill to generate a pull request description for the current branch, referencing issue number 456.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automatically generate a pull request description from git branch changes?

To automatically generate a pull request description, this Skill analyzes git status, git diff, and git log to understand branch modifications. It then uses a specialized agent to craft a comprehensive PR title and body summarizing the changes.

Can I select a specific base branch when creating a PR description?

Yes, you can select a specific base branch when creating a PR description. The Skill features an interactive workflow that guides you through base branch selection and asks for confirmation before finalizing the pull request creation.

What is the best way to ensure consistent GitHub PR formatting?

The best way to ensure consistent GitHub PR formatting is using an automated generator. This Skill adheres to specific output formatting rules for titles and bodies, analyzing your code changes to produce standardized and informative pull request descriptions.

Does the PR generator work without additional dependencies installed?

Yes, the PR generator works without additional dependencies. It operates by running git commands natively and utilizing a built-in pr-generator agent to analyze your current branch changes and output the final description.

How do I summarize code review modifications for a pull request?

To summarize code review modifications for a pull request, run the Skill after completing your feature. It evaluates your git diff and log to list key modifications, preparing a comprehensive overview for reviewers.