Detailed Review banner
dachivadachkoria dachivadachkoria

Detailed Review

Code Quality community

Description

--- name: detailed-review description: "Structured code review with checklist and severity ratings" --- # Detailed Code Review > 💡 For quick reviews, use Claude Code's built-in `/review` > This command provides a more structured, checklist-based review. Review code changes: $ARGUMENTS ## Target Selection **If `$ARGUMENTS` is empty:** ```bash # Review staged changes git diff --cached ``` **If `$ARGUMENTS` is `--branch` or `--pr`:** ```bash # Review all changes in current branch vs main git

Installation

Installs to ~/.claude/commands/dachivadachkoria-claude-code-starter-kit-detailed-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/dachivadachkoria/claude-code-starter-kit/HEAD/.claude/commands/detailed-review.md -o ~/.claude/commands/dachivadachkoria-claude-code-starter-kit-detailed-review.md

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

Full documentation available on GitHub

View Source Repository