Cover Branches

Find branch coverage gaps in changed code and fix them by writing missing tests. Two analysis layers: Source ↔ Test (logic branches vs test cases) and Spec ↔ Test (requirement scenarios vs test cases, when a spec file is provided). Use when verifying test completeness after implementing a feature or fixing a bug, when auditing whether tests match a spec, or when suspecting untested branches.

shihyuho Updated

File contents

shihyuho/skills/tree/main/deprecated/cover-branches commit 94e4309edb

Frequently asked questions

npx skillmds@latest add shihyuho/cover-branches