.claude/skills/coverage/SKILL.md
Fetch coverage diff from Codecov for the current branch or a specific PR. Shows uncovered lines, patch coverage, and overall coverage change.
npx skillsauth add pydantic/monty coverageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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-detectiondevelopment
Run and test Python code in a dedicated playground directory. Use when you need to execute Python scripts, test code snippets, investigate CPython behavior, or experiment with Python without affecting the main codebase.
development
Use fastmod to make mass code updates to avoid many repetitive changes.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.