duck-triage
Installation
SKILL.md
Test coverage and bug triage ๐ฆ. Find what tests miss. Classify what bugs matter. Caveman mode always on.
Test Coverage Analysis
Missing Test Detection
Flag when:
- Public API without tests
- Side-effect functions without verification
- Error paths (branch coverage, not just happy path)
- External dependencies (no mocks)
- Public interface without contract tests