requesting-code-review

Guide structured code review through self-assessment and subagent delegation.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/GarrettRoi/open-manus --skill requesting-code-review-garrettroi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/GarrettRoi/open-manus/tree/main/skills/software-development/requesting-code-review
Command: npx skills add https://github.com/GarrettRoi/open-manus --skill requesting-code-review-garrettroi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of requesting and performing code reviews, catching bugs, security vulnerabilities, and quality issues before they are merged into the main codebase, thereby improving overall software quality and reducing technical debt.

Core Features & Use Cases

  • Systematic Review Process: Guides users through self-review, context gathering, and subagent dispatch for thorough code validation.
  • Issue Triage: Categorizes feedback into critical, important, and minor issues, prioritizing fixes.
  • Use Case: A developer completes a new feature. They use this Skill to initiate a code review, ensuring the code adheres to standards, passes tests, and meets requirements before it's submitted for merging.

Quick Start

Use the requesting-code-review skill to dispatch a reviewer subagent for the current code changes.

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 before a merge process?

A systematic code review process guides you through self-assessment, context compilation, and subagent dispatch for thorough validation. It categorizes triage feedback into critical, important, and minor issues to prioritize fixes before merging.

What is the best way to structure a code review workflow?

A structured code review workflow enforces a multi-stage process with clear criteria for approval. It guides users through self-review, context gathering, and subagent dispatch to ensure code adheres to standards, passes tests, and meets requirements before merging.

How does subagent validation work for code quality assurance?

Subagent validation works by delegating code quality checks after you complete self-assessment and context compilation. The subagent performs rigorous validation to catch bugs, security vulnerabilities, and quality issues, providing categorized feedback for issue triage.

Can I triage code review feedback by severity during software development?

Yes, you can triage code review feedback by severity during software development. The review process categorizes feedback into critical, important, and minor issues, prioritizing fixes to ensure adherence to project standards before merging.

Do I need to compile context before requesting a code review?

Yes, you need to compile context before requesting a code review. The process explicitly guides users through self-assessment and context gathering before delegating to a subagent for quality validation and issue detection.

Why should I use a structured code review process instead of manual validation?

A structured code review process catches bugs, security vulnerabilities, and quality issues that manual validation might miss. It enforces clear criteria for approval and merging, improving overall software quality and reducing technical debt before integration.