examples/sandbox/healthcare_support/skills/prior-auth-packet-builder/SKILL.md
Build a concise prior authorization packet from local case files and payer policy docs.
npx skillsauth add openai/openai-agents-python prior-auth-packet-builderInstall 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 when a case requires prior authorization review, referral validation, imaging review, or payer-specific policy checks.
case/scenario.json and case/transcript.txt.rg against policies/ to find payer, prior auth, referral, imaging, and PPO guidance.output/policy_findings.md with:
output/human_review_checklist.md with:
rg searches over broad file reads.testing
Use when the task requires capturing or automating a real browser from the terminal.
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.
development
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.