Perform comprehensive code review with automated fixes
Performs comprehensive code review with automated fixes across multiple languages.
/plugin marketplace add laurigates/claude-plugins/plugin install code-quality-plugin@lgates-claude-plugins[PATH]code/echo "${1:-.}"find ${1:-.} -type f \( -name "*.py" -o -name "*.js" -o -name "*.ts" -o -name "*.go" -o -name "*.rs" \) 2>/dev/null | head -20find ${1:-.} -type f -name "*test*" 2>/dev/null | wc -lfind ${1:-.} -type f -name "*.py" -o -name "*.js" -o -name "*.ts" -o -name "*.go" -o -name "*.rs" | xargs wc -l 2>/dev/null | tail -1$1: Path to review (defaults to current directory)Delegate this task to the code-review agent.
Use the Task tool with subagent_type: code-review to perform a comprehensive code review. Pass all the context gathered above to the agent.
The code-review agent should:
Analyze code quality:
Security assessment:
Performance evaluation:
Architecture review:
Test coverage gaps:
Apply fixes where appropriate and safe
Generate report with:
Provide the agent with:
The agent has expertise in: