requesting-code-review

Automate code-review requests after task completion with structured inputs.

1|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/tuantiensiu/todo-app --skill requesting-code-review-tuantiensiu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/tuantiensiu/todo-app/tree/main/.opencode/skill/requesting-code-review
Command: npx skills add https://github.com/tuantiensiu/todo-app --skill requesting-code-review-tuantiensiu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures timely, structured code reviews by automatically dispatching a review subagent after task completion to prevent issues from cascading.

Core Features & Use Cases

  • Structured review workflow: guides when to request reviews (mandatory after each task, before merging) and what to include (WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, and SHAs).
  • Template-driven feedback: standard review prompts and reviewer guidance help maintain quality across tasks and features.
  • Use Case: When completing a major feature, you dispatch a review to verify alignment with plan before merging.

Quick Start

Request a code review after finishing a task by filling the review template with what you implemented, the plan, and the base and head SHAs, then act on the feedback.

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 after completing a development task?

Automate code review requests by dispatching a review subagent after task completion. You provide the implementation details, plan requirements, and Git base and head SHAs to trigger structured, independent verification before merging.

What inputs do I need to dispatch a code review for a feature branch?

To dispatch a code review, you need to provide four inputs: WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, and HEAD_SHA. These inputs allow the review subagent to verify alignment between the code changes and the original plan.

When should I request a code review in a subagent-driven workflow?

Request a code review after completing each task, finishing a major feature, or before merging. Dispatching reviews at these checkpoints catches issues early and prevents defects from cascading into other parts of the project.

What is the best way to ensure consistent code review feedback across multiple features?

The best way to ensure consistent code review feedback is using a template-driven workflow. Standardized review prompts and reviewer guidance maintain quality across tasks by structuring the verification process for every feature.

How does a review subagent handle feedback integration after verifying a task?

The review subagent dispatches structured feedback based on the provided SHAs and implementation details. It includes integration guidance to help developers act on the review results and resolve any identified issues before merging.

Can I use this code review workflow without Git commit SHAs?

No, providing the BASE_SHA and HEAD_SHA is required. The Git commit SHAs are essential inputs for the review subagent to identify the exact code changes and perform accurate independent verification against the plan.