Create Pr Description
Automatically generates clear, concise pull request descriptions summarizing code changes and their purpose.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add create-pr-description npx -- -y @trustedskills/create-pr-description
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"create-pr-description": {
"command": "npx",
"args": [
"-y",
"@trustedskills/create-pr-description"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill generates descriptions for pull requests, streamlining the code review process. It can analyze changes and produce a draft PR description including summary of changes, proposed testing strategy, and potential risks. The goal is to reduce manual effort and ensure consistent documentation for all pull requests.
When to use it
- When creating a new pull request with significant code changes that require detailed explanation.
- To quickly generate a baseline PR description when time is limited.
- For teams wanting to enforce a standard format and level of detail in their pull request descriptions.
- To help less experienced developers create more comprehensive pull requests.
Key capabilities
- Analyzes code changes within a branch.
- Generates a draft pull request description.
- Includes summary of changes.
- Suggests testing strategies.
- Identifies potential risks associated with the changes.
Example prompts
- "Generate a PR description for my latest commit on the 'feature/new-login' branch."
- “Create a pull request description summarizing the changes in this diff.”
- "Draft a PR description including testing suggestions for these code modifications."
Tips & gotchas
The skill requires access to your codebase or a relevant diff. The generated descriptions are drafts and may require manual review and adjustments before submitting the pull request.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.