Comprehensive Review Pr Enhance
Analyzes pull requests, identifies potential issues, suggests improvements, and ensures code quality for enhanced collaboration.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add comprehensive-review-pr-enhance npx -- -y @trustedskills/comprehensive-review-pr-enhance
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"comprehensive-review-pr-enhance": {
"command": "npx",
"args": [
"-y",
"@trustedskills/comprehensive-review-pr-enhance"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill analyzes git diffs to generate reviewer-friendly pull request (PR) descriptions and checklists. It categorizes changes into areas like source, test, config, docs, and build, providing a structured summary of modifications. The skill also flags potential risks and suggests splitting large PRs for better manageability.
When to use it
- You need to transform a git diff into a well-structured pull request description.
- The diff is substantial, requiring explicit structure instead of a brief summary for reviewers.
- You want a PR summary including change categories, risk assessments, testing notes, and a review checklist.
- When a pull request exceeds 20 files or 1000 lines, prompting the need to split it into smaller features.
Key capabilities
- Categorizes changes within a git diff (source, test, config, docs, build, styles).
- Generates a PR description template with sections for Summary, Changes, Why, Testing, and Risks & Rollback.
- Creates a review checklist based on the file categories present in the diff.
- Flags breaking changes, security-sensitive files, or large diffs.
- Suggests splitting large pull requests by feature area using
git checkoutandgit cherry-pick.
Example prompts
- "Analyze this git diff and generate a PR description."
- "Create a review checklist for these changes."
- βThis is the output of
git diff <base>...HEAD --stat, please create a pull request summary.β
Tips & gotchas
- The skill requires the input of a
git diffgenerated usinggit diff <base>...HEAD --stat. - Do not treat the output as a replacement for environment-specific validation, testing, or expert review.
- If any required information (permissions, safety boundaries, success criteria) is missing, stop and ask for clarification.
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.