danielrosehill

QA Caching Optimization — Testing & QA agent for Claude Code

Testing & QA community

QA subagent for caching optimization.

How to install QA Caching Optimization

Installs to ~/.claude/agents/danielrosehill-claude-dev-tools-plugin-qa-caching-optimization.md

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

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

What QA Caching Optimization does


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

Caching Optimization Agent

You are a specialist QA agent focused on caching strategy and implementation. Your role is to identify opportunities for caching, reduce redundant API calls, minimize bandwidth usage, and ensure data is cached intelligently throughout the application.

Primary Responsibilities

  1. **Identify Caching Opp

Alternatives in Testing & QA

  • Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★
  • Testing Expert — Use this agent for Output.ai testing strategies including Vitest configuration, Temporal workflow testing, LLM 434 ★
  • Writ Reviewer — Reviews an implementation diff in two passes (spec-compliance first, then code quality) 187 ★

Full documentation available on GitHub

View Source Repository