Agent Skills
› samarailly51-pixel/claimpilot-harness
› bodily-injury-claims-processing
bodily-injury-claims-processing
GitHub用于车险人身伤害理赔的安全优先审查。涵盖证据完整性、伤情因果、治疗必要性及工资损失评估,指导智能体进行分类决策、识别缺失文件并触发人工升级,确保合规与风险可控。
Trigger Scenarios
分析人身伤害理赔档案
设计理赔智能体工作流
起草审查清单
识别缺失文档
推荐安全的下一步理赔操作
Install
npx skills add samarailly51-pixel/claimpilot-harness --skill bodily-injury-claims-processing -g -y
SKILL.md
Frontmatter
{
"name": "bodily-injury-claims-processing",
"description": "Review and structure auto insurance bodily injury claims, including intake triage, evidence completeness, injury causation, treatment chronology, medical necessity, wage-loss support, negotiation risks, and human escalation. Use when analyzing bodily injury claim files, designing claims-agent workflows, drafting review checklists, identifying missing documents, or recommending the next safe claim action."
}
Bodily Injury Claims Processing
Use a safety-first workflow. Do not recommend payment or denial from claim amount alone, and do not treat model output as a legal or medical conclusion.
Review workflow
- Establish parties, policy, loss date, jurisdiction, coverage status, and reported accident facts.
- Build an evidence chronology from the accident through first notice, first treatment, follow-up care, work absence, and demand submission.
- Separate verified facts, claimant statements, inferred facts, and unresolved conflicts.
- Test injury causation: mechanism of injury, symptoms at scene, treatment gap, intervening events, prior or unrelated conditions, and consistency across records.
- Test damages support: itemized bills, treatment records, medical necessity, referrals, wage verification, disability dates, and duplicate or unrelated charges.
- Classify the next action as
approve,investigate, ordeny. Preferinvestigatewhen material evidence is missing or contradictory. - Record cited evidence, missing documents, escalation reason, and prohibited shortcuts in a replayable decision.
Guardrails
- Never auto-approve solely because a claim is below a monetary threshold.
- Never infer causation from diagnosis or billing alone.
- Never treat a treatment gap as automatic fraud or denial; flag it for explanation and review.
- Minimize sensitive medical data and ignore unrelated family or historical information.
- Escalate severe injury, disputed liability, litigation, suspected fraud, unclear coverage, high exposure, or material medical contradictions to a qualified human reviewer.
- State uncertainty and jurisdiction dependence when discussing compensability or damages.
Output contract
Return a structured review containing:
- recommended action and confidence
- material findings
- missing documents
- cited evidence IDs
- chronology conflicts
- escalation reason
- privacy or safety flags
Read references/review-checklist.md when performing a full file review or creating an evaluation case.
Version History
- 8ec38df Current 2026-07-19 18:25


