review-pr Skill
Review a PR for correctness, pattern compliance, testing, accessibility, and safety. Produces a confidence score for merge readiness. Published by microsoft in fluentui.
What is review-pr Skill?
Review a PR for correctness, pattern compliance, testing, accessibility, and safety. Produces a confidence score for merge readiness. Published by microsoft in fluentui. 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
- Documentation
- Testing use cases
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use review-pr Skill
- Use it for testing.
- Use it for documentation.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/fluentui
- Skill file: .agents/skills/review-pr/SKILL.md
What it does
Review a PR for correctness, pattern compliance, testing, accessibility, and safety. Produces a confidence score for merge readiness.
Skill instructions
Review a Pull Request Review PR $ARGUMENTS and produce a confidence score for merge readiness. Phase 1: Gather PR Context bash PR metadata gh pr view $ARGUMENTS --json title,body,author,labels,files,additions,deletions,baseRefName,headRefName,state,isDraft,number Changed files list gh pr diff $ARGUMENTS --name-only Full diff gh pr diff $ARGUMENTS CI status gh pr checks $ARGUMENTS Phase 2: Classify PR Type Determine the PR type from changed files and metadata: | Type | Detection | Check scope | | ---------------- | -------------------------------------------------------------------- | ---------------------------------------------- | | docs-only | All files are .md, docs/, /stories/, /.storybook/ | Change file only | | test-only | All files are .test., .spec., /testing/ | Change file + test quality | | bug-fix | Branch starts with fix/ or title contains "fix" | All checks, extra weight on tests | | feature | Branch starts with feat/ or adds new exports | All checks, extra weight on API +
Explore related resources
Frequently asked questions
What is review-pr?
review-pr is a open-source AI agent skill with Copy skill directory. Review a PR for correctness, pattern compliance, testing, accessibility, and safety. Produces a confidence score for merge readiness.
Who is review-pr best for?
review-pr is best for reusing agent instructions, scripts, and references, testing workflows, documentation 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.