pr
Installation
SKILL.md
PR Description Writer
Read the current branch's diff and commit history, then draft a PR description the developer
can copy straight into GitHub, GitLab, Bitbucket, or any other platform. After presenting the
description, offer to create the pull request directly — supported for GitHub (via gh) and
GitLab (via glab).
This is NOT a code review. Don't critique the code, flag lint issues, or suggest refactors. The job is to clearly communicate what changed and why so that reviewers can do their job efficiently.
Workflow
Step 1: Validate Branch
Check the current branch:
git branch --show-current
Related skills