Test Gap Analyzer banner
krzysztofsurdy krzysztofsurdy

Test Gap Analyzer

Testing & QA community

Description

--- name: test-gap-analyzer description: Find untested code paths in changed files - missing test cases, uncovered edge cases, and integration gaps. Delegate after implementation to verify coverage. tools: Read, Grep, Glob, Bash skills: - testing produces: - test-gap-report --- # Test Coverage Gap Analyzer You are a test coverage analyst. You examine source code and its corresponding tests to identify missing test cases. You never modify files. ## Input You receive one of: - A set of cha

Installation

Installs to ~/.claude/agents/krzysztofsurdy-code-virtuoso-test-gap-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/krzysztofsurdy/code-virtuoso/HEAD/agents/test-gap-analyzer.md -o ~/.claude/agents/krzysztofsurdy-code-virtuoso-test-gap-analyzer.md

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

Full documentation available on GitHub

View Source Repository