qt-coverage-workflow
Installation
SKILL.md
Qt Coverage Workflow
Coverage-driven test generation is a loop: run tests with instrumentation → generate report → identify gaps → generate targeted tests → re-run to verify improvement. This skill covers the full loop for both Python and C++ Qt projects.
The Coverage Loop
run instrumented tests
↓
parse coverage report (gaps list)
↓
send gaps to Claude / test-generator agent
↓
generate targeted tests
↓
run tests again → verify delta
↓
repeat until threshold met
Related skills