code-review

Automates code-review workflows by enforcing a canonical source of truth file and deterministic execution steps.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Hyeonjun0527/yeon --skill code-review-hyeonjun0527
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Hyeonjun0527/yeon/tree/main/.codex/skills/code-review
Command: npx skills add https://github.com/Hyeonjun0527/yeon --skill code-review-hyeonjun0527

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a repeatable, authoritative code-review procedure and a consistency-focused checklist to ensure code quality and alignment with team standards.

Core Features & Use Cases

  • Source of Truth: References the canonical code-review procedure located at .claude/commands/code-review.md.
  • Execution: Guides the reviewer to read the source, apply the documented steps verbatim, and reuse user-provided arguments to maintain intent.
  • Use Case: Ideal for engineering teams seeking consistent reviews across features, refactors, and bug fixes with clear criteria.

Quick Start

Read the canonical code-review procedure and perform it exactly as documented to review code.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I standardize code review criteria across features, refactors, and bug fixes?

To standardize code review criteria, this Skill enforces a single source of truth file at .claude/commands/code-review.md, applying documented steps verbatim to ensure consistent quality checks across engineering tasks.

What is a canonical source of truth file for structured code reviews?

A canonical source of truth file for code reviews is an authoritative document containing deterministic execution steps. This Skill references it to enforce consistent review criteria and ensure alignment with team engineering standards.

How do I automate a code review workflow with a checklist?

Automate a code review workflow by reading the canonical procedure file and executing its steps exactly as documented. This Skill guides the reviewer through the checklist while reusing user-provided arguments to maintain review intent.

Does this code review workflow require any external dependencies or components?

This code review workflow requires no external dependencies or components. It operates by reading and executing the canonical procedure file at .claude/commands/code-review.md without needing additional software engineering tools.

When do I need to use a deterministic execution procedure for code reviews?

You need a deterministic execution procedure for code reviews when engineering teams require strict consistency across features, refactors, and bug fixes. It ensures criteria are enforced verbatim from a canonical source rather than applied subjectively.