What problem does it solve? Writing a clear pull request title and description for a branch with many commits is tedious and error-prone. This Skill analyzes all commits since divergence from the base branch and produces a consolidated, conventional-commit-style PR title and body in both Korean and English. ## Core Features & Use Cases - Commit Analysis: Runs git log and git diff against the auto-detected base branch to summarize commits and changed files. - Conventional Commit Titles: Selects the dominant commit type (feat, fix, refactor, etc.) by priority and generates a title under 50 characters. - Bilingual Output: Writes both Korean and English versions of the PR title and body to pr_content.md, including summary, changes, related issues, and test plan sections. - Use Case: After finishing a feature branch with eight mixed commits, run this Skill to get a ready-to-paste PR title and description, then create the PR with gh pr create. ## Quick Start Ask the assistant to prepare the PR content for the current branch against the main branch.