requesting-code-review Skill
Use when completing tasks, implementing major features, or before merging to verify work meets requirements Published by openai in plugins.
What is requesting-code-review Skill?
Use when completing tasks, implementing major features, or before merging to verify work meets requirements Published by openai in plugins. 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
- Developers using plugins
Technical details
- Install or run with Copy skill directory
When to use requesting-code-review Skill
- Use it for developers using plugins.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/superpowers/skills/requesting-code-review/SKILL.md
What it does
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Skill instructions
Requesting Code Review Dispatch a code reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work. Core principle: Review early, review often. When to Request Review Mandatory: - After each task in subagent-driven development - After completing major feature - Before merge to main Optional but valuable: - When stuck (fresh perspective) - Before refactoring (baseline check) - After fixing complex bug How to Request 1. Get git SHAs: bash BASESHA=$(git rev-parse HEAD~1) or origin/main HEADSHA=$(git rev-parse HEAD) 2. Dispatch code reviewer subagent: Use Task tool with general-purpose type, fill template at code-reviewer.md Placeholders: - {DESCRIPTION} - Brief summary of what you built - {PLANORREQUIREMENTS} - What it should do - {BASESHA} - Starting commit - {HEADSHA} - Endin
Explore related resources
Frequently asked questions
What is requesting-code-review?
requesting-code-review is a open-source AI agent skill with Copy skill directory. Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Who is requesting-code-review best for?
requesting-code-review is best for reusing agent instructions, scripts, and references.
How do I install requesting-code-review?
Install or run requesting-code-review using Copy skill directory. Check requesting-code-review for the latest setup command.
Is requesting-code-review actively maintained?
requesting-code-review may need a closer maintenance check before production use.
Auto-fetched from GitHub.