用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/TuYv/ccpm --skill prior-auth-packet-builder命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | prior-auth-packet-builder |
| description | Build a concise prior authorization packet from local case files and payer policy docs. |
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.