pr-description
Installation
SKILL.md
PR Description Skill
This skill provides a structured approach to creating comprehensive pull request descriptions that help reviewers understand changes quickly.
When to Use
Use this skill when:
- Creating a new pull request
- User asks to "create a PR description" or "write a PR description"
- Documenting significant code changes for review
File Creation (Optional)
If saving the PR description to a file:
- Pattern:
pr_description_<descriptive_title>_<timestamp>.md - Get timestamp:
date +"%Y%m%d_%H%M%S" - Example:
pr_description_user_auth_refactor_20250612_152832.md