requesting-code-review

Organize systematic code reviews with structured prompts and severity-based feedback.

Updated May 5, 2026
One-click install
npx skills add https://github.com/yanochka11/harness_bro --skill requesting-code-review-yanochka11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/yanochka11/harness_bro/tree/main/.claude/skills/curated/requesting-code-review
Command: npx skills add https://github.com/yanochka11/harness_bro --skill requesting-code-review-yanochka11

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers avoid costly mistakes by guiding them through focused code reviews before merging changes or continuing complex implementation work.

Core Features & Use Cases

  • Review Workflow Guidance: Provides a structured process for dispatching a reviewer subagent with the right context and evaluation criteria.
  • Quality Assessment Framework: Defines checks for requirements alignment, code quality, architecture, testing, security, and production readiness.
  • Use Case: Use this Skill after implementing a major feature to obtain targeted feedback on potential bugs, design issues, and missing requirements before merge.

Quick Start

Ask the skill to review the latest code changes against the implementation requirements and summarize critical, important, and minor issues.

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 for git changes before merging to production?

To review uncommitted git changes, you provide the git change ranges and requirement context to a reviewer subagent. The skill then evaluates the code against requirements, architecture, and security checks to determine production readiness.

What is a structured code review framework for feature development and refactoring?

A structured code review framework applies severity-based feedback categorization to evaluate requirements alignment, architecture, testing, and security. It guides developers through checking implementation quality before merging feature development or refactoring work.

Can I use a subagent to evaluate code quality and production readiness?

Yes, you can dispatch a reviewer subagent with structured prompts and git change ranges to evaluate production readiness. The subagent checks code quality, architecture, and security to provide severity-based feedback on your implementation.

How do I check if my code changes align with implementation requirements?

To check if code changes align with implementation requirements, you apply a quality assessment framework that evaluates requirements alignment, architecture, and security. This process categorizes identified issues into critical, important, and minor severity levels.

When should I perform a systematic code review during debugging workflows?

Perform a systematic code review during debugging workflows when implementation quality must be verified before expanding changes. This skill organizes reviews using git change ranges, requirement context, and severity-based feedback to catch issues early.