requesting-code-review

Dispatch a code-reviewer subagent to evaluate completed work against the plan.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/tridigitals/ispmanagement --skill requesting-code-review-tridigitals
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/tridigitals/ispmanagement/tree/main/.roo/skills/requesting-code-review
Command: npx skills add https://github.com/tridigitals/ispmanagement --skill requesting-code-review-tridigitals

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch a code-reviewer subagent to evaluate completed work, ensuring quality and timely feedback before merge.

Core Features & Use Cases

  • Structured review templates for evaluating code quality, architecture, and tests
  • Early issue detection to surface critical issues before integration
  • Use Case: After completing a task in subagent-driven development, request a reviewer to validate implementation against predefined criteria

Quick Start

Provide the task summary to trigger the reviewer and generate a detailed, template-based report.

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 merging a pull request?

Automating code review before merging a pull request requires dispatching a reviewer subagent to evaluate implementation against the plan, inspect code quality, architecture, tests, and production readiness, generating a structured report with base and head SHAs.

What is subagent-driven development and how does code review fit in?

Subagent-driven development uses specialized agents for tasks, where code review fits by dispatching a subagent after each completed task to validate implementation against predefined criteria, ensuring structured evaluation and early issue detection before integration.

How do I generate a structured code review report for git commits?

To generate a structured code review report for git commits, provide a task summary to trigger the reviewer subagent, which evaluates completed work and produces a template-ready report including base and head SHAs for precise tracking.

Can I use a code review subagent to check production readiness?

Yes, you can use a code review subagent to check production readiness by dispatching it to inspect code quality, architecture, and tests, ensuring critical issues are surfaced before integration into the main branch.

What's the best way to catch code quality issues early in a feature workflow?

The best way to catch code quality issues early is to request a code reviewer after completing major features or before merging to main, applying structured review templates to evaluate the implementation thoroughly.

Does this code review approach work without external dependencies?

Yes, the code review approach works without external dependencies, relying solely on a dispatched subagent to compare implementation against the plan and produce a template-based report for quality assurance.