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 presents findings either inline or as a persistent report.

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

Announce at start: "I'm using the code-review skill to review the requested changes."

Commands

Command Skill Output When to use
/code-review (or implicit trigger) code-review Findings shown in conversation; no file Quick interactive review
/code-review-md code-review-md Markdown file at .reviews/<date>_<sha>.md Persistent record, share via git
/code-review-html code-review-html Markdown file + self-contained HTML Browser-readable report with badges, syntax highlighting, sidebar nav

Command Examples

Related skills

More from chann/skills

Installs
10
Repository
chann/skills
First Seen
Apr 8, 2026