Identifies Ruby on Rails test coverage gaps using SimpleCov and generates actionable plans to meet specific percentage thresholds.
The plan-add-test-coverage skill streamlines the process of improving codebase reliability by automatically analyzing test reports within Ruby on Rails environments. It detects existing coverage configurations, executes the test suite, and identifies the top 20 files with the lowest coverage metrics. By pinpointing specific uncovered lines and branches, it compiles a detailed implementation brief that guides Claude in creating the necessary tests to reach a user-defined coverage goal, ensuring a high-quality and well-tested application.
Características Principales
011 GitHub stars
02Automated SimpleCov report analysis and execution
03Detailed line and branch gap analysis
04Structured brief generation for implementation planning
05Target threshold enforcement for test coverage
06Identification of top 20 lowest-coverage files
Casos de Uso
01Preparing legacy Ruby on Rails applications for major refactors
02Meeting organizational code quality standards for new or existing features
03Systematically eliminating technical debt in under-tested codebases