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.policies/ for payer, prior auth, referral, imaging, and PPO guidance:
rg -n -i 'prior authorization|prior-auth|imaging|referral|billing|PPO|Blue Cross' policies || grep -RniE 'prior authorization|prior-auth|imaging|referral|billing|PPO|Blue Cross' policies.rg launcher or bootstrap failure is not evidence that there are no policy matches.output/policy_findings.md with these exact headings:
## Case summary## Matched policy files## Prior authorization## Referral## Missing information
Cite each matched policy by its filename.output/human_review_checklist.md with:
finalize_policy_packet only after both artifacts exist.grep -RniE fallback only when rg cannot complete the search.finalize_policy_packet succeeds.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.