requesting-code-review

Dispatch a code-reviewer subagent to analyze code changes against requirements.

27|6|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/5kahoisaac/opencode-configs --skill requesting-code-review-5kahoisaac
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/5kahoisaac/opencode-configs/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/5kahoisaac/opencode-configs --skill requesting-code-review-5kahoisaac

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of requesting and receiving code reviews, ensuring that code meets quality standards and project requirements before being merged.

Core Features & Use Cases

  • Automated Review Dispatch: Integrates with a code-reviewer subagent to perform checks.
  • Structured Feedback: Provides categorized feedback on code quality, architecture, and requirements.
  • Use Case: After completing a feature, dispatch the code-reviewer subagent with specific commit SHAs and implementation details to get a detailed assessment of your changes.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent with the base and head commit SHAs.

Frequently Asked Questions about requesting-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review requests before a git merge?

To automate code review requests before a merge, this Skill dispatches a specialized subagent to analyze your code changes against project requirements using specific commit SHAs and a structured markdown template.

What is subagent-driven development for code quality assurance?

Subagent-driven development for quality assurance involves dispatching a specialized code-reviewer subagent to evaluate commit ranges, ensuring iterative changes meet architecture and project standards before integration.

How do I use git commit SHAs to request a structured code review?

You request a structured code review by providing the base and head commit SHAs to the subagent, which then generates categorized feedback on code quality, architecture, and requirements.

Does the code review subagent integrate with existing development workflows?

Yes, the code review subagent integrates into existing development workflows like plan execution, facilitating iterative development by providing structured assessments after feature completion.

Do I need a markdown template for subagent code reviews?

Yes, a structured markdown template is required as review input to provide the subagent with implementation details and context for evaluating your code changes.

What are the limitations of automating code reviews with a subagent?

Automating code reviews with a subagent requires specific git commit ranges and a structured markdown template, meaning it cannot review uncommitted changes or operate without structured input context.