library/specializations/code-migration-modernization/skills/test-coverage-analyzer/SKILL.md
Analyze test coverage and identify gaps before migration to ensure adequate safety nets
npx skillsauth add a5c-ai/babysitter test-coverage-analyzerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyzes test coverage comprehensively to identify gaps and ensure adequate test safety nets before undertaking migration efforts.
Enable comprehensive test coverage analysis for:
| Tool | Language | Integration Method | |------|----------|-------------------| | Istanbul/nyc | JavaScript/TypeScript | CLI | | JaCoCo | Java | CLI / Maven/Gradle | | Cobertura | Java/Python | CLI | | Coverage.py | Python | CLI | | SimpleCov | Ruby | CLI | | go test -cover | Go | CLI | | dotCover | .NET | CLI |
{
"analysisId": "string",
"timestamp": "ISO8601",
"coverage": {
"line": {
"percentage": "number",
"covered": "number",
"total": "number"
},
"branch": {
"percentage": "number",
"covered": "number",
"total": "number"
},
"function": {
"percentage": "number",
"covered": "number",
"total": "number"
}
},
"gaps": [
{
"file": "string",
"uncoveredLines": ["number"],
"uncoveredBranches": ["string"],
"criticality": "high|medium|low",
"recommendation": "string"
}
],
"criticalPaths": {
"covered": "number",
"total": "number",
"uncoveredPaths": []
}
}
characterization-test-generator: Generate tests for gapsstatic-code-analyzer: Combined quality analysismigration-testing-strategist: Uses for test planningregression-detector: Uses for regression preventiondevelopment
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.