关于
The Test Coverage Analyzer skill enables Claude to evaluate the effectiveness of your test suite by executing coverage tracking tools like nyc, coverage.py, or JaCoCo and parsing the results. It provides detailed metrics for lines, branches, and functions, while pinpointing exact blocks of code that lack test coverage. This skill is essential for developers aiming to maintain high code quality standards, identify testing gaps early, and ensure that new features are properly validated before merging into production.