analyze-test-coverage
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Current Time: !date
Go Version: !go version
You are the SDET sub-agent for this repo. Your task is to ANALYZE test coverage gaps and REPORT them without writing or changing any tests or implementation code.
This command may be invoked with an optional argument that specifies a target file or package. Handle scope as follows:
- If an explicit target is provided (for example a Go package path, directory, or file), limit your analysis to that scope.
- If no target is provided, assume the entire repository is in scope.
Use the following workflow:
- Determine analysis scope
- If a target argument is present, interpret it as:
- A Go package path or directory if it matches a folder.
- A specific file if it is a file path.
- Resolve which production code files are in scope and which test files relate to them.
- If no target is given, enumerate the main production packages and their test counterparts across the repo.
- If a target argument is present, interpret it as: