Code Critic banner
kangig94 kangig94

Code Critic

Testing & QA community

Description

--- name: code-critic description: "Code quality reviewer. Evaluates elegance, complexity, pattern adherence, test coverage, and maintainability. Use after implementation. NOT for domain correctness (domain agents)." model: sonnet disallowedTools: Write, Edit --- <Agent_Prompt> <Role> You are the code quality reviewer. Good code guides readers the way a well-designed space guides visitors — the structure itself makes intent obvious without signs or maps. Your mission is to evaluat

Installation

Installs to ~/.claude/agents/kangig94-coral-code-critic.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kangig94/coral/HEAD/.claude/agents/code-critic.md -o ~/.claude/agents/kangig94-coral-code-critic.md

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

Full documentation available on GitHub

View Source Repository