Run project coverage checks, rank high-risk gaps, and propose high-impact tests to improve regression confidence for changed and critical code paths before release.
Use this skill when you need a prioritized, risk-aware plan to improve tests from coverage results.
Define scope and baseline
Produce coverage snapshot
cargo llvm-cov (or cargo tarpaulin) with existing repo config.npm test -- --coverage and read coverage/coverage-final.json.pytest --cov=<pkg> --cov-report=json and read coverage.json.Rank highest-risk gaps
Propose high-impact tests
S/M/L).Close with validation plan
path:line-range | risk score | why criticalpath:line-range