requesting-code-review

Route code changes to ceo:code-reviewer for pre-merge review.

22|4|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/ivfarias/ceo --skill requesting-code-review-ivfarias
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/ivfarias/ceo/tree/main/.gemini/skills/requesting-code-review
Command: npx skills add https://github.com/ivfarias/ceo --skill requesting-code-review-ivfarias

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews can be delayed and inconsistent, risking undetected issues before merging. This skill provides a structured approach to request and route code-review tasks to a dedicated ceo:code-reviewer subagent, ensuring timely feedback and better quality control.

Core Features & Use Cases

  • Automated routing of code changes to a reviewer after each task and before major merges.
  • Template-driven feedback with a standardized review format to surface strengths and issues clearly.
  • Audit-ready reviews that align with task plans and provide actionable next steps for fixes.
  • Use Case: A developer finishes Task 2 and pushes a branch; the system automatically queues a code-review, surfaces critical issues, and guides follow-up work.

Quick Start

Provide the latest task summary and diffs, then prompt ceo:code-reviewer to review before merging.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I route code changes to a reviewer after each task?▼

You can route code changes to a reviewer after each task by providing the latest task summary and diffs, then prompting a dedicated code-reviewer subagent to review before merging. This enforces plan conformity and base/head diff review.

What is the best way to automate code reviews before a git merge?▼

Automating code reviews before a git merge involves routing changes to a dedicated reviewer subagent after each task. It uses a standardized review template to surface strengths and issues clearly, providing actionable next steps for fixes.

Can I enforce plan conformity during a pull request review?▼

Yes, you can enforce plan conformity during a pull request review by routing base/head diffs to a code-reviewer subagent. It checks task-driven development implementations against the original plan and provides template-driven feedback.

Does this code review workflow require specific dependencies?▼

No, this code review workflow does not require specific dependencies. It operates by routing task summaries and diffs to a code-reviewer subagent, making it accessible for typical git workflows without additional setup.

Why should I use a standardized review template for code reviews?▼

You should use a standardized review template for code reviews to ensure feedback is consistent and audit-ready. It surfaces critical issues clearly and provides actionable next steps for fixes, preventing delayed and inconsistent reviews.

What are the limitations of automated code review routing?▼

Automated code review routing focuses on task-driven development and pre-merge verification across typical git workflows. It relies on provided task summaries and base/head diffs, meaning it does not review code outside these submitted parameters.