requesting-code-review

Review code changes against requirements before merging.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/hochoa13/Asistente-Harlest --skill requesting-code-review-hochoa13
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/hochoa13/Asistente-Harlest/tree/main/skills/software-development/requesting-code-review
Command: npx skills add https://github.com/hochoa13/Asistente-Harlest --skill requesting-code-review-hochoa13

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps catch bugs, improve code quality, and ensure work meets requirements by systematically reviewing code before it's merged.

Core Features & Use Cases

  • Pre-merge validation: Ensures code adheres to standards and project requirements.
  • Bug detection: Identifies issues early in the development cycle, preventing costly fixes later.
  • Knowledge sharing: Facilitates learning and best practice adoption through peer review.
  • Use Case: After implementing a new user authentication feature, you can use this Skill to have a subagent review the code for security vulnerabilities, correctness, and adherence to coding standards before merging it into the main branch.

Quick Start

Delegate a task to the reviewer subagent to review the implementation for correctness and quality.

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 pre-merge code review for feature implementations?

Initiate a systematic code review by gathering context on changed files and commits, completing a self-review checklist, and delegating validation to a reviewer subagent to ensure quality before merging.

What is a systematic code review process for bug fixes?

A systematic code review process dispatches a reviewer subagent to validate task completion against requirements using a defined checklist. It identifies bugs early and ensures work meets quality standards before merging.

Can I use an automated reviewer to catch security vulnerabilities before merging?

Yes, you can dispatch a reviewer subagent to check code for security vulnerabilities, correctness, and adherence to coding standards. This facilitates early bug detection and validates work against project requirements before merging.

Does systematic code validation require a self-review checklist?

Yes, systematic code validation requires a self-review checklist alongside context gathering of changed files and commits. This preparation feeds the reviewer subagent the necessary information to ensure quality before merging.

What is the best way to validate task completion against project requirements?

The best way to validate task completion is by running a systematic code review that applies a defined checklist and output format. Dispatching a reviewer subagent ensures work meets requirements and catches bugs before merging.