Prior Auth Review Skill

🏢Official
by anthropics · vlatest · Repository

Official anthropics skill covering authentication, code review for implementing security and authentication.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add prior-auth-review-skill npx -- -y @trustedskills/prior-auth-review-skill
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "prior-auth-review-skill": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/prior-auth-review-skill"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to analyze and verify insurance pre-authorizations for healthcare services. It cross-references patient eligibility, coverage details, and specific procedure codes against payer requirements to determine approval status before treatment occurs.

When to use it

  • Pre-service verification: Check if a scheduled MRI or specialist consult is covered under a patient's current plan.
  • Claim denial prevention: Identify missing documentation or incorrect coding that could cause an insurance claim to be rejected later.
  • Cost estimation accuracy: Confirm whether a service will be fully covered, partially covered, or require out-of-pocket payment.
  • Compliance auditing: Review historical authorization records to ensure all necessary approvals were obtained prior to rendering care.

Key capabilities

  • Validates patient eligibility against specific insurance policies.
  • Interprets complex CPT and HCPCS procedure codes for coverage rules.
  • Identifies gaps in pre-authorization documentation.
  • Flags potential denials based on medical necessity criteria.

Example prompts

  • "Review the pre-authorization status for a 70-year-old patient requesting a knee replacement under Plan ID #4592."
  • "Check if this specific MRI procedure requires prior approval and list the missing documents needed for submission."
  • "Analyze the coverage details for a pediatric asthma management plan and determine if the requested inhaler is covered."

Tips & gotchas

Ensure you have access to real-time payer databases or up-to-date policy documents, as insurance rules change frequently. Always verify that the patient's demographic data matches the eligibility records exactly to avoid false negatives in authorization checks.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
anthropics
Installs
40

🏢 Official

Published by the company or team that built the technology.