requesting-code-review

Review completed software changes and classify issues by severity before merging.

1|Updated Mar 6, 2014
One-click install
npx skills add https://github.com/79yuuki/dotfiles --skill requesting-code-review-79yuuki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/79yuuki/dotfiles/tree/main/claude/skills/requesting-code-review
Command: npx skills add https://github.com/79yuuki/dotfiles --skill requesting-code-review-79yuuki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers avoid shipping flawed implementations by providing a structured process for requesting focused code reviews before changes are merged or extended.

Core Features & Use Cases

  • Review Coordination: Guides dispatching a dedicated code reviewer subagent with precise implementation context instead of relying on conversation history.
  • Quality Validation: Provides review criteria covering requirements alignment, architecture, testing, security, and production readiness.
  • Use Case: When finishing a major feature or development task, use this Skill to prepare a reviewer request, evaluate findings by severity, and decide whether work is ready to continue.

Quick Start

Use the requesting-code-review skill to review my completed feature changes against the requirements and identify any critical issues 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 validate code changes before a git merge?

Validating code changes before a git merge involves reviewing completed software updates against requirements to identify implementation issues. The process uses structured reviewer context and git commit ranges to classify issues by severity and provide actionable feedback.

What is a structured code review for software development?

A structured code review for software development is a validation process that evaluates implementation issues before merging. It applies review criteria covering requirements alignment, architecture, testing, security, and production readiness to ensure changes do not cascade flaws into production.

How do I request a code review using a subagent workflow?

Requesting a code review using a subagent workflow involves dispatching a dedicated reviewer subagent with precise implementation context. This avoids relying on conversation history and instead provides structured reviewer context and git commit ranges for accurate evaluation.

When do I need to run a pre-merge validation checkpoint?

You need to run a pre-merge validation checkpoint when finishing a major feature, completing a refactoring task, or finalizing a development task. This checkpoint catches implementation issues before changes are merged or extended into further development.

Does this code review process work with standard git commit ranges?

Yes, the code review process works with standard git commit ranges to evaluate completed changes. It requires specifying the commit range and structured reviewer context to accurately identify issues and assess production readiness.