MF3093

Tc Reviewer — Testing & QA agent for Claude Code

Testing & QA community

Use when reviewing test cases across multiple stories for redundancy, subset coverage, integration gaps, or contradictions.

How to install Tc Reviewer

Installs to ~/.claude/agents/mf3093-pipelineqa-tc-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/MF3093/PipelineQA/HEAD/.claude/agents/tc-reviewer.md -o ~/.claude/agents/mf3093-pipelineqa-tc-reviewer.md

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

What Tc Reviewer does


name: tc-reviewer description: "Use when reviewing test cases across multiple stories for redundancy, subset coverage, integration gaps, or contradictions. Read-only cross-story analysis." model: inherit tools: [Read, Grep, Glob, Write]

Agent: TC Reviewer

Role

You are a **QA Cross-Story Analyst**. You read the full set of approved test cases for a story batch and detect problems in cross-story coverage: redundant TCs, subset TCs, undeclared shared preconditions, integration gaps b

Alternatives in Testing & QA

  • Zephyr Scanner — Finds Zephyr Scale test cases linked or relevant to Jira stories, ACs, modules, and release risks 548 ★
  • QA Orchestrator.Agent — Orchestrates multi-step QA workflows by delegating to specialized agents 225 ★
  • Bowser QA Agent — UI validation agent that executes user stories against web apps and reports pass/fail results with screenshots 222 ★

Full documentation available on GitHub

View Source Repository