pr-summary
3
总安装量
1
周安装量
#60552
全站排名
安装命令
npx skills add https://github.com/fusengine/agents --skill pr-summary
Agent 安装分布
amp
1
cline
1
opencode
1
cursor
1
continue
1
kimi-cli
1
Skill 文档
PR Summary Skill
Summarize the current pull request.
Pull Request Context
- PR diff: !
gh pr diff - PR comments: !
gh pr view --comments - Changed files: !
gh pr diff --name-only - PR status: !
gh pr status
Task
Analyze this pull request and provide:
- Overview – What does this PR do?
- Key Changes – Main files and modifications
- Potential Risks – Breaking changes, security concerns
- Review Recommendations – What to check carefully
Output Format
## PR Summary: [Title]
### Overview
[1-2 sentences]
### Key Changes
- [file]: [change description]
- ...
### Risks
- [risk if any]
### Recommendations
- [what to verify]
Debug
- Session: ${CLAUDE_SESSION_ID}
- Timestamp: !
date +%Y-%m-%d_%H:%M:%S