About
The Test Coverage Optimizer skill streamlines the process of auditing and enhancing code quality within Python projects. It automates the execution of coverage suites, parses complex reports to find untested logic branches, and prioritizes critical areas such as public APIs and error-handling paths. By generating structured test proposals and requiring user confirmation before implementation, it ensures that all new tests are meaningful, stable, and aligned with project standards, ultimately helping developers meet strict CI/CD coverage thresholds with minimal manual effort.