insurance-claim-adjustment

Validate claim inputs, call the calculation engine, and generate a standardized settlement memo.

580|66|Updated Apr 21, 2025
One-click install
npx skills add https://github.com/aliyun/qwen-dianjin --skill insurance-claim-adjustment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: insurance-claim-adjustment
Source: https://github.com/aliyun/qwen-dianjin/tree/main/DianJin-SKILLS/claim-expert/claim-adjustment
Command: npx skills add https://github.com/aliyun/qwen-dianjin --skill insurance-claim-adjustment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It prevents incorrect claim settlement calculations by verifying eligibility, checking input completeness and consistency, orchestrating a calculation-engine call, and producing a standardized settlement memo after receiving computed results.

Core Features & Use Cases

  • Admission & readiness checks: Confirms the case is in the right state and that required prior steps (liability, medical review, expense review, policy parameters) are completed.
  • Input integrity validation: Verifies required fields and consistency rules such as amount equations (price × quantity), deduction references, policy parameter alignment, and date constraints.
  • Settlement orchestration via MCP: Calls calculation-engine.calculate_settlement with validated inputs, then performs a reasonableness review on returned results.
  • Standardized output: Generates an audit-friendly settlement memo (amounts in cents, dates in ISO 8601) and clearly labels the computation source.

Quick Start

Ask the AI to run the insurance claim adjustment settlement memo for case X with the provided expense items, deduction items, and policy parameters.

Frequently Asked Questions about insurance-claim-adjustment

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

FAQPage Schema
How do I generate a standardized settlement memo for an insurance claim?

Insurance claim settlement memos are generated after the Skill validates input data completeness, orchestrates a calculation-engine call via MCP, and formats the computed results into an audit-friendly document with cents and ISO 8601 dates.

What pre-calculation eligibility checks are required for insurance claim settlements?

Insurance claim settlement calculations require admission checks to confirm the case state and verify that prior steps like liability, medical review, expense review, and policy parameters are fully completed before computing payable amounts.

How does data validation work for insurance claim calculations?

Data validation for insurance claim calculations verifies required fields and consistency rules, checking amount equations like price multiplied by quantity, deduction references, policy parameter alignment, and date constraints before processing.

Can I use this to calculate payable amounts if my policy parameters are not yet reviewed?

No, you cannot calculate payable amounts without completed policy parameter reviews, because the Skill enforces strict admission gating that blocks calculation until all prior steps including liability and medical reviews are finished.

What is the best way to ensure audit logging compliance during claim settlement?

The best way to ensure audit logging compliance during claim settlement is to use a standardized memo output that labels computation sources clearly, using cents for monetary units and ISO 8601 formats for all dates.

Why does my insurance claim calculation fail during MCP orchestration?

Insurance claim calculation during MCP orchestration fails when input integrity validation detects mismatches in amount equations, deduction references, or policy parameter alignment, preventing the calculation-engine call from executing.