create-pr

Create GitHub pull requests with Japanese titles and descriptions.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/mikanfactory/dotfiles --skill create-pr-mikanfactory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/mikanfactory/dotfiles/tree/main/home/dot_claude/skills/create-pr
Command: npx skills add https://github.com/mikanfactory/dotfiles --skill create-pr-mikanfactory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of GitHub Pull Requests, including generating titles and descriptions in Japanese based on your code changes and PR templates.

Core Features & Use Cases

  • Automated PR Creation: Creates pull requests using the gh pr create command.
  • Japanese Descriptions: Generates PR titles and descriptions in Japanese, leveraging existing PR templates.
  • Contextual Information: Gathers current branch, recent commits, and diff statistics to inform PR content.
  • Use Case: After pushing your feature branch, you can use this Skill to quickly open a PR with a well-formatted Japanese description, ready for review.

Quick Start

Use the create-pr skill to make a new 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 GitHub pull request creation with Japanese titles and descriptions?

You can automate GitHub pull request creation with Japanese titles and descriptions by running this Skill, which analyzes your code differences and leverages PR templates to execute the `gh pr create` command. It gathers your current branch, recent commits, and diff statistics to generate the PR content.

Does the pull request automation tool use existing PR templates?

Yes, the pull request automation tool uses existing PR templates to generate Japanese titles and descriptions. It analyzes your code differences and formats the output based on the template structure before submitting the request via the GitHub CLI.

How do I ensure my feature branch is consistent with origin/main before creating a pull request?

To ensure your feature branch is consistent with origin/main before creating a pull request, this Skill checks branch consistency with origin/main as part of its automated process. This step is handled before executing the `gh pr create` command.

What is the best way to generate a Japanese pull request description from code changes?

The best way to generate a Japanese pull request description from code changes is to use this automation Skill. It analyzes your code differences, gathers recent commits and diff statistics, and leverages PR templates to produce well-formatted Japanese text for your review.

Do I need the GitHub CLI installed to automate pull request creation?

Yes, you need the GitHub CLI installed to automate pull request creation with this Skill, as it relies on the `gh pr create` command to submit the request. The tool uses this command to finalize the PR after generating the Japanese content.

What information does the pull request generator analyze from my local repository?

The pull request generator analyzes your current branch, recent commits, and code diff statistics from your local repository. It uses this contextual information to inform the Japanese titles and descriptions for the GitHub pull request.