pr-description-writer
by Samuel Rose
Writes clear pull request descriptions by analyzing your branch diff. Covers what changed, why, how, and what to test. Works with GitHub, GitLab, and Bitbucket.
- Structure code changes into What, Why, and How sections automatically
- Generate detailed testing checklists based on the scope of the diff
- Identify and link related issue tickets by parsing branch and commit data
Free
One-time purchase · Own forever
See it in action
## What This PR implements OAuth2 login via Google. ## Why Closes #452. Users need a faster way to sign up. ## Changes - Added `GoogleAuthStrategy` - Updated User schema with `provider_id` ## Testing - [x] Unit tests for auth flow - [x] Manual login verification
pr-description-writer
by Samuel Rose
Writes clear pull request descriptions by analyzing your branch diff. Covers what changed, why, how, and what to test. Works with GitHub, GitLab, and Bitbucket.
Free
One-time purchase · Own forever
⚡ Also available via Agensi MCP — your AI agent can load this skill on demand via MCP. Learn more →
Included in download
- Downloadable skill package
- Works with Claude Code, GitHub Copilot CLI
- Instant install
See it in action
## What This PR implements OAuth2 login via Google. ## Why Closes #452. Users need a faster way to sign up. ## Changes - Added `GoogleAuthStrategy` - Updated User schema with `provider_id` ## Testing - [x] Unit tests for auth flow - [x] Manual login verification
About This Skill
This skill reads your branch diff against the base branch and writes a complete pull request description. It structures the description into What, Why, How, Changes, Testing, and Notes for Reviewers sections. It links referenced issues, detects the intent from the branch name and commit messages, and scales the description length to the size of the change. A one-line bug fix gets a short description. A major feature gets the full treatment. Works with GitHub PRs, GitLab MRs, and Bitbucket PRs.
📖 Learn more: Best Code Review Skills for Claude Code →
Use Cases
- Structure code changes into What, Why, and How sections automatically
- Generate detailed testing checklists based on the scope of the diff
- Identify and link related issue tickets by parsing branch and commit data
- Adjust description length and detail level based on the size of the PR
- Sync technical summaries across GitHub, GitLab, and Bitbucket workflows
Known Limitations
- Cannot analyze visual UI changes (images/layout) beyond code diffs. - Large diffs exceeding context windows may result in partial analysis. - Cannot access private external documentation links.
How to Install
unzip pr-description-writer.zip -d ~/.claude/skills/Reviews
No reviews yet — be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet — be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
No special permissions declared or detected
Claude Code, GitHub Copilot CLI, Cursor, Aider, Sourcegraph Cody
Frequently Asked Questions
Learn More About AI Agent Skills
Similar Skills
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
readme-generator
Generates a complete, polished README.md by scanning your actual project structure, dependencies, and code.
changelog-generator
Generates user-facing changelogs from git history. Transforms developer commit messages into clear release notes that users actually understand.
git-commit-writer
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.