From fuse-ai-pilot
Summarizes GitHub pull requests using diff, comments, changed files, and status. Delivers overview, key changes, potential risks, and review recommendations for PR reviews before merging.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fuse-ai-pilot:pr-summaryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Summarize the current pull request.
Summarize the current pull request.
gh pr diffgh pr view --commentsgh pr diff --name-onlygh pr statusAnalyze this pull request and provide:
## PR Summary: [Title]
### Overview
[1-2 sentences]
### Key Changes
- [file]: [change description]
- ...
### Risks
- [risk if any]
### Recommendations
- [what to verify]
date +%Y-%m-%d_%H:%M:%Snpx claudepluginhub fusengine/agents --plugin fuse-ai-pilotGenerates structured PR descriptions from git diffs with categorized changes, review checklists, risk assessments, and test summaries. Use for PR reviews and diff documentation.
Reviews GitHub pull requests using gh CLI, analyzing diffs for code quality, security, and test coverage.
Reviews GitHub pull requests end-to-end using the gh CLI. Covers diff analysis, commit history, CI checks, and severity-leveled feedback submission.