code-review

Define code-review scope and trigger verification steps across impacted files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Code reviews often rely on subjective judgments and inconsistent feedback. This Skill enforces rigorous, evidence-based reviews to improve code quality, reduce defects, and ensure alignment with project plans.

Core Features & Use Cases

  • Structured review workflow: scout edge cases, run verification gates, and orchestrate a task pipeline for multi-file changes.
  • Edge-case scouting: proactively identify failing paths, data flows, and integration risks before merging.
  • Evidence-driven reviews: require SHAs, plans, and checklists to justify status claims and acceptance criteria.
  • Collaboration hygiene: router to parallel reviews and controlled feedback cycles with clear priorities.

Quick Start

Begin by performing edge-case scouting for the latest changes, then request a code-review to validate the implementation against the plan.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform an evidence-based code review for multi-file changes?

An evidence-based code review identifies change scope and risk, specifies base and head SHAs, defines a review plan, and triggers verification steps across impacted files to validate completion against clear acceptance criteria.

What is edge-case scouting in a code review workflow?

Edge-case scouting proactively identifies failing paths, data flows, and integration risks before merging. It structures the code review workflow by running verification gates and orchestrating a task pipeline for multi-file changes.

How do I validate code review status claims using SHAs and checklists?

You validate code review status claims by requiring base and head SHAs, review plans, and checklists as evidence. This justifies the status assertions and ensures alignment with project plans and acceptance criteria.

Can I use structured code reviews to reduce subjective feedback and defects?

Yes, structured code reviews enforce rigorous, evidence-based validation to improve code quality and reduce defects. They replace subjective judgments with controlled feedback cycles, clear priorities, and parallel review routing.

What is the best way to start a rigorous code review workflow?

Begin by performing edge-case scouting for the latest changes to identify integration risks. Then request a code review to validate the implementation against the plan, specifying base and head SHAs to frame the verification steps.

When should I not use an automated code review workflow?

You should avoid automated code review workflows when you cannot provide base and head SHAs or define a review plan. The process requires evidence requirements and acceptance criteria to validate completion, making it unsuitable for unstructured changes.