prepare-pr

Generates Korean and English PR titles and descriptions from commit history.

1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/kubrickcode/specvital --skill prepare-pr-kubrickcode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prepare-pr
Source: https://github.com/kubrickcode/specvital/tree/main/.claude/skills/prepare-pr
Command: npx skills add https://github.com/kubrickcode/specvital --skill prepare-pr-kubrickcode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of pull request titles and descriptions by analyzing commit history, saving developers time and ensuring consistent PR formatting.

Core Features & Use Cases

  • Automated PR Content Generation: Analyzes commits to generate both Korean and English PR titles and descriptions.
  • Conventional Commits Support: Adheres to conventional commit standards for PR titles.
  • Use Case: When you have a feature branch with multiple commits, use this Skill to consolidate the changes into a well-formatted PR title and body, ready for submission.

Quick Start

Use the prepare-pr skill to generate a PR title and description based on the current branch's commits.

Frequently Asked Questions about prepare-pr

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

FAQPage Schema
How do I generate a pull request description from git commit history?

To generate a pull request description from commit history, this Skill analyzes your feature branch commits against a base branch and consolidates the changes into a formatted PR title and body automatically.

What is the best way to automate PR titles for conventional commits?

Automating PR titles for conventional commits is handled by analyzing your branch history to extract feature types and fixes, ensuring the generated pull request title adheres strictly to conventional commit standards.

Can I create pull request content in both Korean and English?

Yes, you can create pull request content in both Korean and English. The Skill analyzes your commit history and outputs the generated PR titles and descriptions bilingually for your GitHub workflows.

Does this PR generation tool extract related issue numbers from commits?

Yes, the PR generation tool extracts related issue numbers from your commit history. It analyzes the commits on your feature branch to identify and include relevant issue references in the pull request description.

Do I need any external dependencies to automate pull request creation?

No external dependencies are required to automate pull request creation. The Skill operates independently using its internal scripts to analyze your git commit history and generate the formatted PR content.

When should I use an automated pull request generator?

You should use an automated pull request generator when you have a feature branch with multiple commits and need to consolidate those changes into a well-formatted, consistent PR title and body ready for submission.