.agents/skills/test-coverage-improver/SKILL.md
Improve test coverage in the OpenAI Agents Python repository: run `make coverage`, inspect coverage artifacts, identify low-coverage files, propose high-impact tests, and confirm with the user before writing tests.
npx skillsauth add openai/openai-agents-python test-coverage-improverInstall 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.
Use this skill whenever coverage needs assessment or improvement (coverage regressions, failing thresholds, or user requests for stronger tests). It runs the coverage suite, analyzes results, highlights the biggest gaps, and prepares test additions while confirming with the user before changing code.
make coverage to regenerate .coverage data and coverage.xml..coverage and coverage.xml, plus the console output from coverage report -m for drill-downs.tests/, rerun make coverage, and then run $code-change-verification before marking work complete.make coverage at repo root. Avoid watch flags and keep prior coverage artifacts only if comparing trends.coverage report -m for file-level totals; fallback to coverage.xml for tooling or spreadsheets.uv run coverage html to generate htmlcov/index.html if you need an interactive drill-down.src/agents/ before examples or docs.tests/ and avoid flaky async timing.scripts/, references/, or assets/ unless needed later.pnpm test:coverage instead of guessing.testing
Use when the task requires capturing or automating a real browser from the terminal.
development
Build a concise prior authorization packet from local case files and payer policy docs.
development
Fix the tiny credit-note formatting bug and rerun the exact targeted test command.
testing
Analyze CSV files in /mnt/data and return concise numeric summaries.