Clean Code Reviewer banner
matsengrp matsengrp

Clean Code Reviewer

Development community

Description

--- name: clean-code-reviewer description: Use this agent when you need expert code review focused on clean code principles, maintainability, and software craftsmanship. Examples: <example>Context: The user has just written a new function and wants it reviewed for clean code principles. user: 'I just wrote this function to calculate user permissions. Can you review it?' assistant: 'I'll use the clean-code-reviewer agent to analyze your function for clean code principles, DRY violations, and main

Installation

Installs to ~/.claude/agents/matsengrp-plugins-clean-code-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/matsengrp/plugins/HEAD/agents/clean-code-reviewer.md -o ~/.claude/agents/matsengrp-plugins-clean-code-reviewer.md

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

Full documentation available on GitHub

View Source Repository