Test Gap Analyzer

Analyzes code to identify untested functions, low coverage areas, and missing edge cases. Use when reviewing test coverage or planning test improvements. Generates specific test suggestions with example templates following amplihack's testing pyramid (60% unit, 30% integration, 10% E2E). Can use coverage.py for Python projects.

rysweet 0f5f5f7 14.2 KB Updated

File contents

rysweet/amplihack-rs/tree/main/amplifier-bundle/skills/test-gap-analyzer commit 0f5f5f7bea

Frequently asked questions

npx skillmds@latest add rysweet/test-gap-analyzer-2