What problem does it solve?
This Skill automates the creation of a concise PR title and a detailed, bilingual (Korean and English) description from a collection of commits, ensuring consistency when consolidating work into a single PR.
Core Features & Use Cases
- Consolidated PR Content: Generates a single Conventional Commits style title and a well-structured description.
- Base Branch Detection & Commit Analysis: Detects the base branch automatically, collects commits since divergence, and analyzes changed files.
- PR Content Output & Quick Copy: Saves the output to pr_content.md with both Korean and English versions for easy copying into GitHub PR forms.
- Use Case: When you have multiple commits across a feature branch that need to be explained succinctly in one PR.
Quick Start
Run the prepare-pr skill on a multi-commit feature branch to generate bilingual PR content and save it to pr_content.md.