code-review

Installation
SKILL.md

Code Review Skill

Overview

Structured code review from git diffs. Analyzes changes for correctness, security, complexity, maintainability, and language-specific best practices, then persists findings as a Markdown report and a self-contained, interactive HTML report — the same artifact pattern as diff-summary and diff-viewer.

The HTML report is bilingual (Korean + English with a full-page language toggle, Korean shown by default) and includes: severity badges, syntax highlighting with a light/dark/auto theme and an 8-option code scheme selector, a compact collapsible/resizable sidebar, per-finding "Copy Markdown", per-finding comments stored in the browser, and a "Copy feedback" button that emits a regeneration payload to refine the review.

Core principle: Diff in → severity-tagged findings out, scoped strictly to what changed.

Commands

Command Skill Output When to use
/code-review [scope] (or implicit trigger) code-review Markdown report + bilingual HTML under .reviews/, opened in browser Default review
/code-review-md [scope] code-review-md Markdown file at .reviews/<date>_<sha>.md (no HTML) Markdown-only record, share via git

Command Examples

Installs
52
Repository
chann/skills
First Seen
Apr 8, 2026
code-review — chann/skills