Pr review
Skill elisaterumi-ai/agent-skills-in-practice/examples/pr-review
Learn what AI skills are and how to design, structure, and use them in real-world agent systems.
npx -y skills add elisaterumi-ai/agent-skills-in-practice --skill pr-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Reviews pull requests for code quality, readability, security, and best practices. Use when analyzing code changes or reviewing a PR.
SKILL.md
0.7 KB, as published. Nobody here has run it
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