pull-request-descriptor
Installation
SKILL.md
Pull Request Descriptor
Overview
This skill analyzes the changes between your current branch and a target branch (typically main/master) to generate comprehensive, well-structured Pull Request descriptions. It examines code diffs, commit history, and changed files to create informative PR descriptions that help reviewers understand the changes quickly.
When to Use
Use this skill when:
- Ready to create a Pull Request
- User asks to "create PR description", "write PR summary", "PR 설명 작성해줘"
- Need to document changes for team review
- Want to generate a structured PR description automatically
- Preparing to merge a feature branch
IMPORTANT: This skill generates the PR description content. To actually create the PR on GitHub, use gh pr create command after generating the description.