review-pr Skill
Generate structured PR review comments using Claude Code agents and post them to GitHub. No API key required - uses Claude Code's existing authentication. Published by microsoft in Agent365-devTools.
What is review-pr Skill?
Generate structured PR review comments using Claude Code agents and post them to GitHub. No API key required - uses Claude Code's existing authentication. Published by microsoft in Agent365-devTools. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Security review
- Design and media
- Testing use cases
- Security review use cases
Technical details
- Install or run with Copy skill directory
When to use review-pr Skill
- Use it for testing.
- Use it for security review.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/Agent365-devTools
- Skill file: .claude/skills/review-pr/SKILL.md
What it does
Generate structured PR review comments using Claude Code agents and post them to GitHub. No API key required - uses Claude Code's existing authentication.
Skill instructions
PR Review Skill Generate and post AI-powered PR review comments to GitHub following engineering best practices. Usage bash /review-pr <pr-number Generate review (step 1) /review-pr <pr-number --post Post review to GitHub (step 2) Examples: - /review-pr 180 - Generate review and save to YAML file - /review-pr 180 --post - Post the reviewed YAML to GitHub What this skill does Step 1: Generate (/review-pr <number) 1. Fetches PR details from GitHub using the gh CLI 2. Performs architectural review (NEW!): Questions design decisions, checks for scope creep, validates use cases 3. Analyzes changes for security, testing, design patterns, and code quality issues 4. Differentiates contexts: CLI code vs GitHub Actions code (different standards) 5. Creates actionable feedback: Specific refactoring suggestions based on file names and patterns 6. Generates structured review comments in an editable YAML file 7. Shows preview of all generated comments Step 2: Post (/review-pr <number --post) 1. Reads
Explore related resources
Frequently asked questions
What is review-pr?
review-pr is a open-source AI agent skill with Copy skill directory. Generate structured PR review comments using Claude Code agents and post them to GitHub. No API key required - uses Claude Code's existing authentication.
Who is review-pr best for?
review-pr is best for reusing agent instructions, scripts, and references, testing workflows, security review workflows, design and media workflows.
How do I install review-pr?
Install or run review-pr using Copy skill directory. Check review-pr for the latest setup command.
Is review-pr actively maintained?
review-pr may need a closer maintenance check before production use.
Auto-fetched from GitHub.