tester-detective

Official

QA-driven test coverage investigation.

AuthorMadAppGang
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill focuses on test coverage investigation using AST callers analysis and automated test-gaps detection to identify where tests exist, where they don’t, and how robust the test suite is.

Core Features & Use Cases

  • Find Tests for a Function: identify which tests call or cover a function
  • Map Test Infrastructure: locate test utilities and fixtures
  • Test Coverage Gaps: surface high-priority untested code
  • Test Quality Notes: assess the quality and depth of tests

Quick Start

claudemem --nologo status; claudemem --nologo map "test coverage" --raw; claudemem --nologo callers processPayment --raw

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: tester-detective
Download link: https://github.com/MadAppGang/claude-code/archive/main.zip#tester-detective

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository