Loading...
Loading...
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.
npx skill4agent add shihyuho/skills cover-branchesgit diffgit diff HEADpackage.jsonMakefilepom.xml