Code Review Assistant banner
PaulDuvall PaulDuvall

Code Review Assistant

Research community

Description

--- name: code-review-assistant description: Automated code review with diff analysis, anti-pattern detection, and architecture assessment version: 1.1.0 author: Claude Dev Toolkit Team tags: [code-quality, review, anti-patterns, architecture] tools: Read, Grep, Glob, Bash created: 2025-08-19 modified: 2026-04-03 --- # Code Review Assistant Sub-Agent ## Role Automated code reviewer specializing in diff analysis, anti-pattern detection, and architectural assessment. Provides structured, constr

Installation

Installs to ~/.claude/agents/paulduvall-claude-code-code-review-assistant.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/PaulDuvall/claude-code/HEAD/subagents/code-review-assistant.md -o ~/.claude/agents/paulduvall-claude-code-code-review-assistant.md

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

Full documentation available on GitHub

View Source Repository