create-pr

Create pull requests with titles, bodies, and analysis from git diffs.

1|Updated Jun 8, 2025
One-click install
npx skills add https://github.com/ryosukesuto/dotfiles --skill create-pr-ryosukesuto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/ryosukesuto/dotfiles/tree/main/config/claude/skills/create-pr
Command: npx skills add https://github.com/ryosukesuto/dotfiles --skill create-pr-ryosukesuto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of comprehensive Pull Requests by analyzing git diffs, generating necessary documentation, and integrating with code review tools.

Core Features & Use Cases

  • Automated PR Generation: Creates Pull Requests with titles, bodies, and relevant analysis based on code changes.
  • Code Analysis & Review: Integrates with tools like Codex for automated code review before PR creation.
  • Use Case: After completing a feature, you can invoke this Skill to automatically generate a PR, including a summary of changes, a Mermaid diagram if applicable, and results from automated tests.

Quick Start

Run the create-pr skill to automatically generate a pull request for your current changes.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automate pull request creation from git diffs?

You can automate pull request creation by analyzing git diffs to generate PR titles, bodies, and documentation. This skill uses the gh CLI to parse code changes and automatically submit comprehensive pull requests for your development workflow.

Can I generate PR documentation and code review summaries automatically?

Yes, you can generate PR documentation and code review summaries automatically. By integrating with code review tools like Codex, the skill analyzes your git diffs and produces detailed pull request bodies including summaries and Mermaid diagrams.

Do I need the gh CLI to automate GitHub pull request generation?

Yes, you need the gh CLI installed to automate GitHub pull request generation. The skill relies on both git and gh command line interfaces to analyze repository diffs and submit pull requests directly to your GitHub development workflow.

What is the best way to include code analysis results in a pull request?

The best way to include code analysis results in a pull request is to integrate automated analysis tools before PR creation. This skill evaluates your code changes, generates documentation, and embeds the analysis results directly into the pull request body.

Does automated PR creation work with Mermaid diagrams in the PR body?

Yes, automated PR creation works with Mermaid diagrams in the PR body. When analyzing your git diffs, the skill generates relevant documentation that can include Mermaid diagrams to visually represent code changes and architectural updates.

Why use an automated GitHub pull request generator instead of manual submission?

Using an automated GitHub pull request generator streamlines the submission process by analyzing diffs and generating comprehensive documentation. It reduces manual effort and ensures consistent code review integration, saving time during feature completion.