Analyze test coverage and identify untested code paths
/plugin marketplace add kanopi/cms-cultivator/plugin install kanopi-cms-cultivator@kanopi/cms-cultivator# Analyze Test Coverage Analyze test coverage and identify untested code paths for PHP and JavaScript. ## Quick Start ### PHP Coverage (PHPUnit) ### JavaScript Coverage (Jest) ## How It Works This command uses the **coverage-analyzer** Agent Skill to identify test gaps. **For detailed coverage analysis and recommendations**, see: → [`skills/coverage-analyzer/SKILL.md`](../skills/coverage-analyzer/SKILL.md) The skill provides detailed instructions for: - Running coverage analysis (PHPUnit, Jest, Cypress) - Identifying untested code paths - Prioritizing coverage improvements - Ana...