pr-description-writer

Installation
SKILL.md

PR Description Writer Skill

This skill generates clean, structured, production-ready Pull Request descriptions in Markdown format.

The user provides context about their PR (changes, bug, feature, architecture, etc). The skill determines or asks for the PR type and generates the correct template.


Proactive PR Detection

Before generating anything, always check if an open Pull Request already exists for the current branch using the gh CLI:

gh pr view --json number,title,url,body 2>/dev/null
  • If a PR is found, note its number, current title, URL, and body. Inform the user that an open PR was detected and show the PR URL.
  • If no PR is found (command exits non-zero), skip this step and proceed normally.
Related skills
Installs
37
GitHub Stars
10
First Seen
Feb 9, 2026