prior-auth-review-skill

Automate prior authorization review with ICD-10, CPT/HCPCS validation and CMS policy matching.

1|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/jp-solumhealth/jpstack --skill prior-auth-review-skill-jp-solumhealth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prior-auth-review-skill
Source: https://github.com/jp-solumhealth/jpstack/tree/main/prior-auth-review
Command: npx skills add https://github.com/jp-solumhealth/jpstack --skill prior-auth-review-skill-jp-solumhealth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Prior authorization reviews are time-consuming, inconsistent, and often lack clear, auditable rationale. This skill streamlines payer review by validating provider credentials and codes, matching clinical evidence to CMS coverage policies, and producing a structured decision package for human sign-off.

Core Features & Use Cases

  • Parallel MCP Validation: Simultaneously verify provider NPI, batch-validate ICD-10 codes, and search CMS coverage policies for fast turnaround.
  • Procedure Code Validation: Validate CPT/HCPCS via WebFetch to official CMS fee schedule sources.
  • Clinical Extraction & Policy Matching: Extract structured clinical findings, map evidence to policy criteria, and evaluate each criterion with confidence scores.
  • Audit-Ready Outputs: Produce waypoints/assessment.json, waypoints/decision.json, audit_justification.md, and provider notification letters with an auditable MCP invocation trail.
  • Human-in-the-Loop Safety: Enforce rubric-based recommendations with explicit human review, override logging, and clear error handling for missing connectors or low-confidence extraction.
  • Use Case Example: Payers can auto-assess straightforward PA requests (e.g., imaging or procedures) to auto-approve clear cases and pend ambiguous ones while documenting all sources and rationale.

Quick Start

Provide the PA request files, provider NPI, CPT and ICD codes, then ask the skill to assess medical necessity and generate the assessment and decision package.

Frequently Asked Questions about prior-auth-review-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate prior authorization reviews for medical necessity?

Prior authorization reviews can be automated by validating provider NPI credentials, batch-validating ICD-10 and CPT codes, and matching clinical evidence against CMS coverage policies to generate an auditable decision package for human sign-off.

How does matching clinical evidence to CMS coverage policies work?

Matching CMS coverage policies involves extracting structured clinical findings from documentation, mapping evidence to specific policy criteria, and evaluating each criterion with confidence scores to enforce rubric-based recommendations.

What's the best way to validate CPT and ICD-10 codes for payer review?

CPT and ICD-10 codes can be batch-validated using parallel MCP connector lookups and WebFetch validation against official CMS fee schedule sources to ensure procedural accuracy in prior authorization requests.

Can I generate an audit trail for prior authorization decisions?

Audit trails for prior authorization decisions are generated as structured waypoint JSON files and audit justification markdown, documenting all MCP invocation sources, clinical extraction rationale, and policy matching logic.

Does prior authorization automation enforce human review gates?

Prior authorization automation enforces human review gates by requiring explicit sign-off on rubric-based recommendations, logging overrides for ambiguous cases, and handling missing connectors or low-confidence clinical extraction errors.

How do I verify provider NPI credentials for a prior authorization request?

Provider NPI credentials are verified through parallel MCP connector lookups during the prior authorization assessment, checking provider validity alongside ICD-10 and CPT code validation simultaneously to reduce decision time.