Acerca de
This skill provides instant insights into Go project testing health by parsing test and source files directly through static analysis. Unlike traditional coverage tools that require runtime execution, it maps tests to specific functions, identifies untested exported methods, and detects gaps in unit and E2E suites. It is particularly useful for developers who need rapid feedback on test organization and coverage across large codebases where running full test suites is time-consuming or complex to configure.