branch-review Skill
Multi-perspective code review for a branch before merging. Use when: reviewing a branch, preparing a PR, pre-merge review, auditing a feature branch, or when /branch-review is invoked. Spawns three constructive reviewer subagents (correctness, security, usability), then runs an adversarial gap analysis to find what the Published by microsoft in bocpy.
What is branch-review Skill?
Multi-perspective code review for a branch before merging. Use when: reviewing a branch, preparing a PR, pre-merge review, auditing a feature branch, or when /branch-review is invoked. Spawns three constructive reviewer subagents (correctness, security, usability), then runs an adversarial gap analysis to find what the Published by microsoft in bocpy. 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
- Security review
- Data analysis
- Design and media
- Security review use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use branch-review Skill
- Use it for security review.
- Use it for data analysis.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/bocpy
- Skill file: .github/skills/branch-review/SKILL.md
What it does
Multi-perspective code review for a branch before merging. Use when: reviewing a branch, preparing a PR, pre-merge review, auditing a feature branch, or when /branch-review is invoked. Spawns three constructive reviewer subagents (correctness, security, usability), then runs an adversarial gap analysis to find what the
Skill instructions
Branch Review Perform a thorough multi-perspective code review of a branch before it is merged. Four independent reviewers examine the diff from competing viewpoints, and their findings are synthesized into one actionable report. When to Use - A feature branch is ready to merge and needs review - Preparing a pull request - Final quality gate before integration Severity Levels Findings use the same severity scale as the review-loop skill: | Severity | Meaning | |----------|---------| | critical | Correctness bug, security vulnerability, or data loss risk. Must fix. | | high | Likely bug, race condition, or significant design flaw. Should fix. | | medium | Code smell, unclear logic, missing edge case, or maintainability concern. Recommended fix. | | low | Style nit, naming suggestion, minor improvement. Fix at discretion. | Persistence and Restart Every intermediate artifact produced by this skill is written to disk under .copilot/reviews/<slug/, where <slug is a short kebab-case name de
Explore related resources
Frequently asked questions
What is branch-review?
branch-review is a open-source AI agent skill with Copy skill directory. Multi-perspective code review for a branch before merging. Use when: reviewing a branch, preparing a PR, pre-merge review, auditing a feature branch, or when /branch-review is invoked.
Who is branch-review best for?
branch-review is best for reusing agent instructions, scripts, and references, security review workflows, data analysis workflows, design and media workflows.
How do I install branch-review?
Install or run branch-review using Copy skill directory. Check branch-review for the latest setup command.
Is branch-review actively maintained?
branch-review may need a closer maintenance check before production use.
Auto-fetched from GitHub.