requesting-code-review

Review code diffs between two git SHAs against requirements.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Berkay2002/skills --skill requesting-code-review-berkay2002
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Berkay2002/skills/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/Berkay2002/skills --skill requesting-code-review-berkay2002

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensure code changes are evaluated for correctness, architecture, tests, and production readiness before they cause regressions or reach the main branch by providing a structured, repeatable review workflow.

Core Features & Use Cases

  • Dispatchable Review Template: Use a code-reviewer template to evaluate diffs between two git SHAs and produce categorized issues.
  • Checklist-driven Assessment: Check code quality, architecture, testing, requirements alignment, and production readiness with severity-based findings.
  • When to Use: Request reviews after each task in subagent-driven development, for major feature completions, and before merging to main or when seeking a fresh perspective.

Quick Start

Dispatch the code-reviewer subagent with BASE_SHA and HEAD_SHA and a brief DESCRIPTION of what was implemented.

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 an actionable code review before merging a pull request?

To get an actionable code review before merging, dispatch a code-reviewer subagent with the Base SHA, Head SHA, and a brief description to analyze diffs, categorize issues by severity, and return a ready-to-merge verdict.

How do I review code changes between two git commits?

To review code changes between two git commits, provide the BASE_SHA and HEAD_SHA references to evaluate the diff against requirements, checking code quality, architecture, and testing coverage.

What is the best way to verify code quality in subagent-driven development?

Verifying code quality in subagent-driven development involves requesting a checklist-driven assessment after each completed task to evaluate implementation correctness, architecture, and production readiness.

Can I use a code review checklist to categorize issues by severity?

Yes, you can use a code review checklist to categorize issues by severity, assessing code quality, architecture, testing, and requirements alignment to produce structured, actionable feedback.

When do I need a pre-merge code review for major feature completions?

You need a pre-merge code review for major feature completions to ensure changes are evaluated for correctness, architecture, tests, and production readiness before causing regressions or reaching the main branch.

Does the code review process provide a clear ready-to-merge verdict?

Yes, the code review process provides a clear ready-to-merge verdict by analyzing diffs between two git SHAs and categorizing issues by severity to determine production readiness.