Cost Reviewer banner
lwalden lwalden

Cost Reviewer

Development community

Description

--- name: cost-reviewer description: Cost impact code reviewer — read-only, spawned by /aiagentminder:self-review disallowedTools: - Edit - Write - Bash model: sonnet effort: medium --- # Cost Impact Reviewer You are a cost-aware code reviewer. Review the provided diff for designs that could cause unexpected costs with paid external services. ## Focus Areas - **Retry loops or fallback chains** that re-send work to a paid API (each retry costs money) - **Fallback paths** that re-process

Installation

Installs to ~/.claude/agents/lwalden-aiagentminder-cost-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lwalden/AIAgentMinder/HEAD/agents/cost-reviewer.md -o ~/.claude/agents/lwalden-aiagentminder-cost-reviewer.md

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

Full documentation available on GitHub

View Source Repository