PR title and description generation
Scanned 9/3/2026
Install to Claude Code
npx -y skills add architects-toolkit/SmartHopper --skill pr-description --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pr Description?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/architects-toolkit-pr-description)More formats (shields.io, HTML) on the badges page.
---
name: pr-description
description: PR title and description generation
allowed-tools:
- read
- exec
- grep
triggers:
- user
- model
---
The aim is to return the title and the description for a PR, following the rules in CONTRIBUTING.md.
1. Analyze CONTRIBUTING.md
2. Read the [Unreleased] section in CHANGELOG.md
3. Check for an active PR in the current branch
4. Analyze the changes in the active PR, or the changes between the current branch and the main branch if no PR
5. Return the PR title in a codeblock as plain text
6. Return the PR description in a separate code block in Markdown format.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!