Test Coverage Report
Analyze test files, identify untested areas, and create GitHub issues for coverage gaps
Example Prompt
Analyze the test coverage in our repo and create issues for any untested modules
About
This skill scans your repository's test files and source code to identify modules and functions lacking adequate test coverage. It reasons through which gaps pose the highest risk, then automatically creates GitHub issues for each untested area so the team can prioritize writing new tests.
Workflow Steps
Search the repository for test files and source modules to build a file inventory
๐ Search RepositoriesRead test files and corresponding source files to map existing coverage
๐ Read Repo FileReason through the coverage map to identify untested functions and high-risk gaps
๐ง Structured ReasoningCreate a GitHub issue for each significant coverage gap with details and priority
โ Create IssueTools Used
Create Issue
Create a new issue in a GitHub repository with title, body, labels, and assignees
Read Repo File
Read the contents of a file from a GitHub repository at a specific branch or commit
Search Repositories
Search GitHub repositories by name, topic, language, or other criteria
Structured Reasoning
Break down a complex problem into sequential reasoning steps with explicit chain-of-thought