requesting-code-review

Request code reviews and manage categorized feedback from a code-reviewer subagent.

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

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 requirements before being merged, thereby preventing issues from cascading.

Core Features & Use Cases

  • Automated Review Dispatch: Integrates with a code-reviewer subagent to provide focused context for evaluation.
  • Structured Feedback: Delivers categorized feedback (Critical, Important, Minor) on code quality, architecture, testing, and requirements.
  • Workflow Integration: Seamlessly fits into subagent-driven development, plan execution, and ad-hoc development workflows.
  • Use Case: After completing a major feature, you can use this skill to automatically send the relevant code changes to a reviewer, receive feedback, and address any critical or important issues before merging to the main branch.

Quick Start

Use the requesting-code-review skill to get a code review for your latest 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 requests before merging code changes?

To automate code review requests before merging, this Skill dispatches your code changes to a code-reviewer subagent. It evaluates the changes against specified requirements and quality standards to prevent issues from cascading.

What is structured feedback in a code review workflow?

Structured feedback in a code review categorizes evaluation results into Critical, Important, and Minor tiers. It covers code quality, architecture, testing, and requirements to help developers address the most severe issues first.

How do I integrate code review into an automated development workflow?

Integrating code review into an automated development workflow connects the review dispatch process with subagent-driven execution and ad-hoc tasks. This automatically validates code changes against requirements before merging.

Can I use a subagent to evaluate code quality against specific requirements?

Yes, you can use a specialized code-reviewer subagent to evaluate code quality. The skill provides focused context to the subagent, allowing it to analyze your code changes against your specified requirements and standards.

When do I need pre-merge validation for software development tasks?

Pre-merge validation is needed after completing a major feature or code change. Requesting a code review ensures your software development tasks meet quality standards and architectural requirements before integrating into the main branch.