requesting-code-review

Dispatch a code-review subagent to assess changes between git SHAs.

Updated Dec 13, 2025
One-click install
npx skills add https://github.com/Jetaofgak/HealthFlowFinal --skill requesting-code-review-jetaofgak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Jetaofgak/HealthFlowFinal/tree/main/.claude/skills/requesting-code-review
Command: npx skills add https://github.com/Jetaofgak/HealthFlowFinal --skill requesting-code-review-jetaofgak

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git.

What problem does it solve?

This Skill helps ensure work meets requirements by dispatching a code-review subagent to catch issues before they cascade into production.

Core Features & Use Cases

  • Mandatory review after each task: ensures quality before moving on.
  • Plan-bound reviews: ties review to specific plan scope.
  • Production readiness check: assesses readiness for merge.

Quick Start

  1. Get base and head SHAs with git commands.
  2. Dispatch the code-reviewer subagent against the changes.
  3. Act on feedback and push fixes as needed.

Frequently Asked Questions about requesting-code-review

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

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

Code review identifies issues before merge by dispatching a reviewer subagent with your git changes and implementation plan. Provide base and head SHAs, and the reviewer produces structured feedback on strengths, issues by severity, and production-readiness assessment.

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

You need git SHAs for both the base commit and head commit representing your changes. The review process uses these to compare implemented work against your plan scope and validate quality before production deployment.

When should I request code review in my development workflow?

Request review after completing major features, post-task in subagent-driven development, and before merging to main. Mandatory review after each task ensures quality gates are met and prevents issues from cascading into production.

What does the code review output include?

Code review produces structured feedback covering identified strengths, issues categorized by severity level, and a production-readiness assessment that indicates whether changes are safe to merge.

Can code review catch issues across my entire changeset?

Yes. By comparing base and head SHAs, the review examines all implemented changes within your plan scope, ensuring comprehensive coverage of modifications before they reach production.