Test Debt Analyzer — Testing & QA agent for Claude Code
Consolidated test debt analysis - flakiness, isolation, edge cases, duplication, coverage gaps.
How to install Test Debt Analyzer
Installs to ~/.claude/agents/obsidian-owl-floe-test-debt-analyzer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Obsidian-Owl/floe/HEAD/.claude/agents/test-debt-analyzer.md -o ~/.claude/agents/obsidian-owl-floe-test-debt-analyzer.md Restart Claude Code, or start a new session, for it to be picked up.
What Test Debt Analyzer does
name: test-debt-analyzer model: sonnet description: Consolidated test debt analysis - flakiness, isolation, edge cases, duplication, coverage gaps. Use for comprehensive test quality audits. tools: Read, Glob, Grep, Bash
Test Debt Analyzer
Consolidated agent for all test debt analysis (replaces 5 specialized agents).
Analysis Dimensions
1. Flakiness Indicators
- Non-deterministic behavior (time, random, network)
- Race conditions in async tests
- Order-dependent tests
- Envi
Alternatives in Testing & QA
- Perf Test Sync — Use this agent when the user needs to synchronize performance test cases between development (dev) and QA dire 14.5k ★
- Zephyr Scanner — Finds Zephyr Scale test cases linked or relevant to Jira stories, ACs, modules, and release risks 548 ★
- Review Test Quality — Reviews test code for behavior-driven quality and completeness: whether tests verify real behavior vs chasing 432 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Cr Test Analyzer
Analyzes the test coverage and test quality of a PR — critical gaps, uncovered edge cases, and tests with no p
Reviewer Tests
Audits an artifact against its reference for test quality, coverage gaps, and maintainability — function lengt
Test Gap Analyzer
Find untested code paths in changed files - missing test cases, uncovered edge cases, and integration gaps. De
QaTester
QA specialist — test strategy, coverage gaps, edge cases, regression risk, test architecture. USE WHEN test re
Suite Auditor
Audits an automated test suite and scores it against a rubric. Finds sleeps, duplication, missing assertions,
Testing Coverage Review
Reviews a diff for significant test-coverage gaps and test-quality defects — untested new logic, tests that ca
Related Skills
Audit Test
Audit test quality. Checks coverage gaps, test smells, naming, isolation. Recommends improvements and can gene
Review Test Quality
Audit test suite quality: coverage gaps, weak assertions, missing negative cases, over-mocking, and tests that
Quality AI Workflows
This document provides prompt patterns for using AI to assist with engineering quality tasks — quality review,