requesting-code-review

Dispatch a code-reviewer subagent to evaluate changes after task completion.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/iinoshirozheng/SinoCloudChat --skill requesting-code-review-iinoshirozheng
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/iinoshirozheng/SinoCloudChat/tree/main/.agents/skills/requesting-code-review
Command: npx skills add https://github.com/iinoshirozheng/SinoCloudChat --skill requesting-code-review-iinoshirozheng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams catch issues early by routing code changes to a dedicated reviewer subagent before merging, reducing defects and rework.

Core Features & Use Cases

  • Automated review requests: When a task is completed by subagents, a code-reviewer subagent is dispatched to evaluate changes for quality and safety.
  • Structured feedback: Produces a formatted assessment with strengths, issues, and clear remediation steps.
  • Workflow integration: Works within task-driven development cycles and supports ad-hoc merges and refactors.

Quick Start

Trigger a code-review pass by dispatching the code-reviewer subagent after completing a task.

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 reviews after a task is completed?▼

Automate code reviews by dispatching a code-reviewer subagent immediately after task completion to evaluate changes for quality and safety. This routes code changes to a dedicated reviewer before merging, reducing defects and rework.

What is template-driven feedback in a code review workflow?▼

Template-driven feedback in code review produces a formatted assessment with strengths, issues, and clear remediation steps. It satisfies requirements for structured review prompts and tracking issues with severity classifications.

When should I trigger a code review subagent during development?▼

Trigger a code review subagent after task completion in subagent-driven projects, after major feature implementations, and before merging to main branches. It works within task-driven development cycles and supports ad-hoc merges.

Can I integrate automated code reviews into task-driven development cycles?▼

Yes, automated code reviews integrate into task-driven development cycles by dispatching a reviewer subagent when tasks are completed. This workflow integration supports structured feedback and ad-hoc refactors.

Does automated code review support severity classifications for issues?▼

Yes, automated code review supports severity classifications for tracking issues. It dispatches a code-reviewer subagent to produce structured feedback with formatted assessments, issues, and remediation steps.

Why use a subagent for code reviews instead of manual checks?▼

Using a subagent for code reviews catches issues early by routing changes to a dedicated reviewer before merging. This automated approach reduces defects and rework compared to manual checks by providing template-driven feedback.