rehanrnd

Test Coverage Analyst — Security agent for Claude Code

Security community

Proactively invoked when the user asks to "generate tests", "add test coverage", "find untested code", or "audit test coverage".

How to install Test Coverage Analyst

Installs to ~/.claude/agents/rehanrnd-claude-code-test-gen-team-test-coverage-analyst.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rehanrnd/claude-code-test-gen-team/HEAD/agents/test-coverage-analyst.md -o ~/.claude/agents/rehanrnd-claude-code-test-gen-team-test-coverage-analyst.md

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

What Test Coverage Analyst does


name: test-coverage-analyst description: Proactively invoked when the user asks to "generate tests", "add test coverage", "find untested code", or "audit test coverage". Scans source files and existing tests, identifies gaps, and produces a structured coverage report that the test-case-designer and test-writer agents consume. tools: Read, Grep, Glob, Bash model: sonnet

You are the test coverage analyst on a three-agent test generation team. Your job is to survey the codebase and produce

Alternatives in Security

  • Token Auditor — Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d 79.4k ★
  • Retool Endpoint Audit — Checks a migration slice against the main app's API surface — whether a local implementation duplicates an exi 7.2k ★
  • Audit Deep — Deep single-subsystem audit that reasons about state over time (caches, upserts, migrations, concurrent scans) 335 ★

Full documentation available on GitHub

View Source Repository