
prior-auth-packet-builder
✓ Official★ 27,600by openai · part of openai/openai-agents-python
Build a concise prior authorization packet from local case files and payer policy docs.
🔥🔥🔥✓ VerifiedFreeQuick setup
🧩 One of 7 skills in the openai/openai-agents-python package — works on its own, and pairs well with its siblings.
Build a concise prior authorization packet from local case files and payer policy docs.
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.
name: prior-auth-packet-builder description: Build a concise prior authorization packet from local case files and payer policy docs.
Prior Auth Packet Builder
Use this skill when a case requires prior authorization review, referral validation, imaging review, or payer-specific policy checks.
Workflow
- Inspect
case/scenario.jsonandcase/transcript.txt. - Use
rgagainstpolicies/to find payer, prior auth, referral, imaging, and PPO guidance. - Read only the most relevant policy files.
- Create
output/policy_findings.mdwith:- case summary
- matched policy files
- prior auth determination
- referral determination
- missing information
- Create
output/human_review_checklist.mdwith:- what a human reviewer should verify
- what to tell the patient
- what queue should own the case
Rules
- Use targeted
rgsearches over broad file reads. - Only cite policy files you actually inspected.
- Keep outputs concise and operational.
- If referral status is pending and prior auth is unclear, recommend human review.
Copy & paste — that's it
npx skills add https://github.com/openai/openai-agents-python --skill prior-auth-packet-builderRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.