code-review Skill
Fast multi-perspective code review for regorus. Use for everyday code reviews. Reviews from 3 perspectives with calibrated severity and noise filtering. Published by microsoft in regorus.
What is code-review Skill?
Fast multi-perspective code review for regorus. Use for everyday code reviews. Reviews from 3 perspectives with calibrated severity and noise filtering. Published by microsoft in regorus. 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
- Deployment
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use code-review Skill
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/regorus
- Skill file: .github/skills/code-review/SKILL.md
What it does
Fast multi-perspective code review for regorus. Use for everyday code reviews. Reviews from 3 perspectives with calibrated severity and noise filtering.
Skill instructions
Code Review Skill What You're Protecting A bug in regorus can mean allow when the answer should be deny. Review this diff to find bugs that matter at that severity level. Key constraints (details in copilot-instructions.md): - Undefined ≠ false — silent wrong policy results - Panics across FFI → permanent engine poisoning (process-wide) - 9 binding targets → any API change has 9x blast radius - Dual execution paths — interpreter and RVM must agree - enforcelimit() required in accumulation loops Do not run cargo, clippy, tests, or build commands. Diff-review only. Step 1: Get the Diff bash Primary: use gh pr diff (works in cloud agent + any PR context). Fallback: git merge-base for local non-PR usage. if gh pr diff --name-only /dev/null 2&1; then echo "---STAT---" gh pr diff --name-only echo "---DIFF---" gh pr diff else BASE=$(git merge-base upstream/main HEAD 2/dev/null \ || git merge-base origin/main HEAD 2/dev/null \ || git merge-base main HEAD 2/dev/null) echo "Reviewing changes sin
Explore related resources
Frequently asked questions
What is code-review?
code-review is a open-source AI agent skill with Copy skill directory. Fast multi-perspective code review for regorus. Use for everyday code reviews. Reviews from 3 perspectives with calibrated severity and noise filtering.
Who is code-review best for?
code-review is best for reusing agent instructions, scripts, and references, deployment workflows.
How do I install code-review?
Install or run code-review using Copy skill directory. Check code-review for the latest setup command.
Is code-review actively maintained?
code-review may need a closer maintenance check before production use.
Auto-fetched from GitHub.