Code Improvement Reviewer banner
Integralist Integralist

Code Improvement Reviewer

Development community

Description

--- name: code-improvement-reviewer description: "Use this agent when you want to review code for quality improvements including readability, performance, and best practices. This agent analyzes specific files or recently written code and provides actionable suggestions with concrete before/after examples. It does not review entire codebases unless explicitly requested.\\n\\nExamples:\\n\\n<example>\\nContext: User has just written a new function and wants feedback on it.\\nuser: \"Can you revie

Installation

Installs to ~/.claude/agents/integralist-claude-skills-code-improvement-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Integralist/claude-skills/HEAD/.claude/agents/code-improvement-reviewer.md -o ~/.claude/agents/integralist-claude-skills-code-improvement-reviewer.md

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

Full documentation available on GitHub

View Source Repository