.agents/skills/coverage/SKILL.md
Fetch line-by-line coverage information from Codecov for a GitHub pull request.
Use this skill to check code coverage for your changes before merging.
uv run scripts/codecov_diff.py
This auto-detects the org, repo, and PR number using the gh CLI based on the current branch.
uv run scripts/codecov_diff.py 123
The script outputs:
45-48, 52, 60-65)gh CLI must be installed and authenticated for auto-detection