What problem does it solve?
This Skill automates the process of writing, editing, shortening, and standardizing PR descriptions for changes merging into a specified branch, such as origin/main. It integrates with GitHub issues for context and produces ready-to-use Markdown PR descriptions in zh-tw with retained en-us technical terms.
Core Features & Use Cases
- PR Description Drafting: Automatically generates PR description drafts based on GitHub branch names and issues.
- Issue Integration: Pulls issue details and context directly into the PR description.
- Markdown Format: Outputs PR descriptions in
zh-tw with en-us technical terms for clarity.
- Use Case: When a developer needs to create a PR for a
BUG-1691 issue, using this Skill can automatically pull the issue details, create a PR description, and prepare for review.
Quick Start
Use the gen-pr skill with the branch name for the change you wish to merge, such as gen-pr fix/202604/BUG-1691-product-gift-layout-issue.