소개
Coverage Loop is a specialized Claude Code skill designed to systematically improve codebase reliability through an automated, iterative feedback loop. It handles the tedious process of running coverage reports, identifying high-priority uncovered business logic, and writing individual tests for each gap until a user-defined target is met. By prioritizing meaningful testing over vanity metrics, it focuses on core application logic and error handling first, providing a transparent audit trail of progress via a dedicated log file.