← Back to registry
PR Description
Writes pull request descriptions with summary, motivation, and test plan
by communityv1.0.00 downloads~ tokens
Install to project
curl -sL https://api.freeskill.cloud/skills/pr-description/SKILL.md -o .claude/skills/pr-description/SKILL.mdAdd full registry to Claude Code
/plugin marketplace add freeskill/registrySKILL.md
--- name: PR Description description: Writes pull request descriptions with summary, motivation, and test plan tags: [git, writing] author: community version: 1.0.0 --- # PR Description Write a pull request description with: ## Summary 2-4 bullets: what changed and why. Lead with the outcome, not the implementation. ## Motivation 1-2 sentences: the problem this solves or the feature this adds. ## Test Plan Checklist of how to verify this works. Include: happy path, edge cases, things NOT covered. ## Notes (optional) Anything the reviewer should know: trade-offs made, follow-up work, screenshots.