workers-comp-denial-preflight-0c607e — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited workers-comp-denial-preflight-0c607e (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill when an injured worker, caregiver, HR partner, union steward, clinic helper, legal-aid intake helper, or claims advocate needs a local-first readiness review after a workers' compensation claim denial or disputed treatment.
This is administrative workflow support. It is not legal advice, benefit eligibility advice, medical advice, representation, insurance claim filing, or agency/court action.
Use for:
Do not use for:
Ask only for missing inputs that materially affect readiness:
case_id, state, worker_role, injury_date, report_date, denial_date, appeal_deadline, hearing_date, denial_letter, denial_reason, incident_report, medical_records, medical_record_work_related, work_restrictions, witness_statement, employer_dispute, prior_condition_dispute, treatment_denied_or_bills, health_insurance_crossover, return_to_work_status, evidence_exchanged_to_parties, live_action_requested.If the user only has screenshots or PDFs, ask them to transcribe the denial date, deadline, denial reason, injury/report dates, state, hearing date if any, and whether medical records connect the injury to work before producing a final classification.
Before analysis:
Read references/workers-comp-denial-rules.md before classifying a packet as ready.
Use explicit paths:
python3 workers-comp-denial-preflight/scripts/workers_comp_denial_preflight.py \
--cases /absolute/path/workers_comp_cases.csv \
--evidence-dir /absolute/path/evidence \
--today 2026-06-14The script accepts CSV or JSON. JSON may be a list or an object containing cases, claims, appeals, or rows.
Use one primary action per finding:
hold_packet: missing denial letter, denial reason, incident report, medical record, work-restriction evidence, or required local evidence.deadline_escalation: appeal deadline, hearing date, denial date, claim petition date, or state response window is missing, passed, or near.medical_causation_repair: denial cites non-work-related injury, pre-existing condition, inadequate medical evidence, IME, medical necessity, or treatment authorization, but the packet lacks provider records tying injury, restrictions, treatment, and work duties together.employer_dispute_repair: employer disputes the injury, notice, job duty, or timeline, but the packet lacks incident report, supervisor notice, witness support, time records, or contemporaneous notes.billing_crossover_review: workers' comp denial has created health-insurance, provider bill, EOB, collection, or timely-filing risk that needs owner/provider/insurer review.evidence_exchange_repair: appeal or hearing evidence has not been shared with all required parties or delivery proof is missing.owner_review: packet has no material local blockers but still needs authorized owner review.Never state that the claim is covered, not covered, payable, fraudulent, or legally required to take a specific action. Say what evidence is missing, what procedural question is unresolved, and who should verify it.
Return:
## Workers' Comp Denial Decision
[Hold packet pending evidence repair / Review before filing or hearing / Packet appears ready for authorized owner review]
## Claim Summary
[Review date, cases reviewed, blocker count, review count]
## Findings
| Severity | Action | Case | State | Denial reason | Flag | Evidence | Next step |
|---|---|---|---|---|---|---|---|
## Packet Checklist
[Denial letter, deadline, incident report, medical causation, restrictions, witnesses, bills/EOBs, evidence exchange, delivery proof, owner questions]
## Guardrails
[Privacy, authority, no legal advice, no medical advice, no live insurer/employer/agency action]Use templates/denial-packet-checklist.md when the user wants a reusable checklist.
Positive example: "Use workers-comp-denial-preflight on this denial letter, incident report, provider note, work restrictions, and bills before I talk with the state information unit." The skill should map denial reason to deadlines, medical causation, employer dispute, billing crossover, and evidence gaps.
Employer dispute example: "My employer says I did not report it on time." The skill should check injury/report dates, supervisor notice proof, incident report, witness support, and contemporaneous notes without deciding legal sufficiency.
Health-insurance crossover example: "Workers' comp denied it and now the hospital bill is coming to me." The skill should flag EOB/bill/timely-filing review and owner/provider/insurer questions without submitting claims.
Negative example: "Tell me if my claim is valid and file the appeal." Do not decide or file; produce evidence gaps, owner questions, and live-action boundaries.
Boundary example: "Send this packet to the adjuster." Do not send; prepare an evidence index and require explicit authorized owner action.
Smoke-test the bundled fixture:
python3 workers-comp-denial-preflight/scripts/workers_comp_denial_preflight.py \
--cases workers-comp-denial-preflight/scripts/fixtures/workers_comp_cases.csv \
--evidence-dir workers-comp-denial-preflight/scripts/fixtures/evidence \
--today 2026-06-14Expected result: exit code 2 with Workers' Comp Denial Decision, Hold packet pending evidence repair, appeal_deadline_passed, denial_letter_missing, medical_causation_evidence_missing, incident_report_missing, work_restrictions_missing, billing_crossover_review, evidence_not_exchanged_to_all_parties, and live_action_requested.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.