Code Review banner
dykyi-roman dykyi-roman

Code Review

Git community

Description

--- description: Code review for branch changes. Analyzes git diff between branches with multi-level depth (low/medium/high). Matches changes against task description. Returns structured report with severity levels and verdict. allowed-tools: Read, Grep, Glob, Bash, Task model: opus argument-hint: [branch/path] [level] [-- task-description] --- # Code Review Command Perform comprehensive code review on branch changes with configurable depth levels. ## Input Parsing Parse `$ARGUMENTS` to extr

Installation

Installs to ~/.claude/skills/dykyi-roman-awesome-claude-code-code-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dykyi-roman-awesome-claude-code-code-review && curl -fsSL https://raw.githubusercontent.com/dykyi-roman/awesome-claude-code/HEAD/commands/code-review.md -o ~/.claude/skills/dykyi-roman-awesome-claude-code-code-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository