requesting-code-review

Dispatch a code-reviewer subagent to review implementation against plan.

3|Updated Oct 18, 2025
One-click install
npx skills add https://github.com/DYAI2025/Stoppclock-page --skill requesting-code-review-dyai2025
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/DYAI2025/Stoppclock-page/tree/main/stoppclock_speckit/.claude/commands/SKILL (25).md
Command: npx skills add https://github.com/DYAI2025/Stoppclock-page --skill requesting-code-review-dyai2025

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the code review process, ensuring that work meets requirements and catches issues early. It guides you in dispatching a code-reviewer subagent to get timely feedback, preventing problems from cascading into later stages of development.

Core Features & Use Cases

  • Automated Review Dispatch: Easily send your completed work for review using a structured subagent prompt.
  • Pre-Merge Quality Gate: Mandatory review before merging to main, ensuring high code quality.
  • Use Case: After completing a major feature, use this skill to get an objective assessment of your implementation, catching potential bugs or architectural issues before they impact production.

Quick Start

1. Get git SHAs:

BASE_SHA=$(git rev-parse HEAD~1)

HEAD_SHA=$(git rev-parse HEAD)

2. Dispatch code-reviewer subagent:

Task tool (code-reviewer):

description: "Review implementation"

prompt: |

Use template at requesting-code-review/code-reviewer.md

WHAT_WAS_IMPLEMENTED: [summary]

PLAN_OR_REQUIREMENTS: [plan/requirements]

BASE_SHA: [base commit]

HEAD_SHA: [current commit]

DESCRIPTION: [brief summary]

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I get a code review before merging to main?

Dispatch a code-reviewer subagent to review your implementation against requirements. Gather git SHAs for your changes, summarize what you implemented and the original plan, then use the code-reviewer template to generate structured feedback covering code quality, architecture, testing, and production readiness.

When should I request a code review during development?

Request code review after completing major features, before merging to main as a mandatory quality gate, after subagent-driven tasks, or when stuck or planning refactoring. Early review catches architectural issues and bugs before they cascade into production.

What does a code review report include?

The code-reviewer subagent produces structured feedback covering code quality, architectural soundness, test coverage, severity-based issue categorization, and a production-readiness assessment to help you address problems before deployment.

Can I use code review for refactoring work?

Yes, you can dispatch a code review before refactoring to get objective feedback on your planned changes. This helps catch potential issues in your refactoring approach before implementation begins.

What information do I need to provide for a code review?

Provide a summary of what was implemented, the original plan or requirements, base and head git SHAs showing your changes, and a brief description. The code-reviewer subagent uses this context to evaluate your work against requirements.

Does code review work with subagent-driven tasks?

Yes, code review is applied after each subagent-driven task to ensure work meets requirements before proceeding. This integrates review as a standard step in the development workflow alongside automated implementations.

Related Skills