About
The Review Coverage skill empowers developers to maintain high software quality by automating the identification of untested code paths. By analyzing the git diff between a current branch and the main codebase, this skill highlights exactly which logic changes lack corresponding tests, preventing regressions before they reach production. It functions as an intelligent assistant during the code review process, ensuring that every new feature or bug fix meets your team's testing standards without requiring manual line-by-line verification.