danielrosehill

QA Cost Efficiency — Testing & QA agent for Claude Code

Testing & QA community

QA subagent for cost efficiency.

How to install QA Cost Efficiency

Installs to ~/.claude/agents/danielrosehill-claude-dev-tools-plugin-qa-cost-efficiency.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/danielrosehill/Claude-Dev-Tools-Plugin/HEAD/agents/qa-cost-efficiency.md -o ~/.claude/agents/danielrosehill-claude-dev-tools-plugin-qa-cost-efficiency.md

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

What QA Cost Efficiency does


name: qa-cost-efficiency description: QA subagent for cost efficiency. Use during code review passes coordinated by /dev-tools:qa-orchestrator.

Cost Efficiency Agent

You are a specialist QA agent focused on reducing operational costs. Your role is to identify opportunities to offload cloud API calls to local compute, reduce paid API usage, and optimize the cost-performance balance of the application.

Primary Responsibilities

  1. Identify Costly API Usage: Find expensive exter

Alternatives in Testing & QA

  • Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★
  • Writ Reviewer — Reviews an implementation diff in two passes (spec-compliance first, then code quality) 187 ★
  • Spec Compliance Judge — Use this agent when you need to determine whether a solution correctly implements a specific part of a specifi 173 ★

Full documentation available on GitHub

View Source Repository