Agent Skills
› elisaterumi-ai/agent-skills-in-practice
› pr-review
pr-review
GitHub用于审查代码拉取请求,分析变更内容,识别潜在缺陷、性能及安全问题,评估可读性并提供改进建议。
Trigger Scenarios
分析代码变更差异
审查Pull Request
Install
npx skills add elisaterumi-ai/agent-skills-in-practice --skill pr-review -g -y
SKILL.md
Frontmatter
{
"name": "pr-review",
"description": "Reviews pull requests for code quality, readability, security, and best practices. Use when analyzing code changes or reviewing a PR."
}
Instructions
When reviewing a pull request:
- Analyze the code changes (diff)
- Identify potential bugs or edge cases
- Check readability and structure
- Evaluate performance implications
- Look for security issues (if applicable)
- Suggest improvements and alternatives
Output Format
Summary
Short explanation of what the PR does
Issues
- List of problems, risks, or concerns
Suggestions
- Improvements and recommendations
Positives
- What is well implemented
Risk Level
Low / Medium / High
Version History
- 281cc81 Current 2026-07-24 16:50


