insurance-certificate-compliance-check

Performs contract-driven compliance review of insurance certificates and endorsements against CRE/site-access and vendor agreement requirements. Produces pass/fail/conditional determinations, deficit lists, and broker-ready remediation instructions. Use when reviewing COI packets, ACORD 25 forms, or endorsements for additional insured, primary and non-contributory, waiver of subrogation, completed operations, umbrella alignment, limits adequacy, or insurer rating compliance. Trigger terms: COI, ACORD, additional insured, certificate holder, cancellation notice.

11 stars

Best use case

insurance-certificate-compliance-check is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Performs contract-driven compliance review of insurance certificates and endorsements against CRE/site-access and vendor agreement requirements. Produces pass/fail/conditional determinations, deficit lists, and broker-ready remediation instructions. Use when reviewing COI packets, ACORD 25 forms, or endorsements for additional insured, primary and non-contributory, waiver of subrogation, completed operations, umbrella alignment, limits adequacy, or insurer rating compliance. Trigger terms: COI, ACORD, additional insured, certificate holder, cancellation notice.

Teams using insurance-certificate-compliance-check should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/insurance-certificate-compliance-check/SKILL.md --create-dirs "https://raw.githubusercontent.com/CaseMark/skills/main/skills/legal/insurance-certificate-compliance-check/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/insurance-certificate-compliance-check/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How insurance-certificate-compliance-check Compares

Feature / Agentinsurance-certificate-compliance-checkStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Performs contract-driven compliance review of insurance certificates and endorsements against CRE/site-access and vendor agreement requirements. Produces pass/fail/conditional determinations, deficit lists, and broker-ready remediation instructions. Use when reviewing COI packets, ACORD 25 forms, or endorsements for additional insured, primary and non-contributory, waiver of subrogation, completed operations, umbrella alignment, limits adequacy, or insurer rating compliance. Trigger terms: COI, ACORD, additional insured, certificate holder, cancellation notice.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Insurance Certificate Compliance Check

Compares Access Agreement insurance requirements to COI and endorsement evidence to produce a defensible compliance determination with actionable deficit remediation.

## Prerequisites

1. Access Agreement (final) with insurance clause, exhibits, and amendments
2. COIs for all required lines: CGL, auto, WC/EL, umbrella, specialty
3. Endorsement copies: AI, completed-ops AI, primary/non-contributory, waiver of subrogation, umbrella schedule
4. Recipient legal names, required AI entities, project scope
5. Access dates, locations, post-completion carry-forward period
6. Governing law / jurisdiction
7. Delivery recipients and privilege instructions

## Quick Start

1. Extract all insurance requirements from the agreement into a requirements matrix
2. Run COI baseline checks against each requirement
3. Verify endorsement-level evidence for every core element — COI text alone is non-binding
4. Assess risk and coverage-structure gaps
5. Apply jurisdiction-specific considerations
6. Output compliance determination with deficit list

## Workflow

### Step 1: Build Requirements Matrix

Extract from agreement into normalized rows:

| Category | Extract | Normalize to |
|---|---|---|
| Coverage types | CGL, auto, WC/EL, umbrella, specialty | `[line]: [form/limits/scope]` |
| Limits | Occurrence, aggregate, products-completed, per location/project | Numeric minimums + frequency |
| AI scope | Named entities and affiliates | Exact legal names + ongoing/completed |
| Priority terms | Primary/non-contributory | Which policies/lines |
| Waiver of subrogation | Which lines require waiver | CGL/WC/auto/property |
| Notice/ratings | Cancellation notice, AM Best, insurer status | Required evidence |
| Special clauses | Exclusions, endorsements by form number | Must be checked |

Flag vague clauses (`acceptable`, `sufficient`, `as required by owner`) as **Attorney Clarification Required**.

### Step 2: COI Baseline Checks

These are information-only — not proof of coverage:

1. Named insured matches recipient entity exactly (name + suffix + related entity logic)
2. Policy period covers access window
3. Required coverages and limits appear in correct fields
4. Occurrence vs claims-made confirmed
5. Aggregate designations align (`per occurrence`, `per location`, `per project`)
6. Producer/broker contact present
7. Red flags: expired/expiring policies, wrong entity, missing policy numbers

If incomplete, set `Conditionally Compliant` and list missing documents.

### Step 3: Endorsement Verification

COI text alone is non-binding. Require endorsement-level evidence for each:

| Element | Required | Common failure |
|---|---|---|
| Additional insured | Endorsement naming exact entities | Blanket AI with entity mismatch |
| Completed-ops AI | Separate completed-ops endorsement | Only ongoing AI provided |
| Primary/non-contributory | PNC clause/endorsement for AI | PNC on COI only |
| Umbrella alignment | AI/PNC in underlying + umbrella schedule | No schedule showing extension |
| Waiver of subrogation | Endorsement on required lines | Narrative in COI only |
| Cancellation notice | Enforceable mechanism documented | Reliance on ACORD boilerplate only |

### Step 4: Risk and Coverage-Structure Checks

1. Verify minimum limits vs exposed values per line and project
2. Compute combined limits where umbrella augments GL/auto/EL
3. Check for coverage-exclusion conflicts (geographic, type-of-work, access-specific)
4. Review deductibles/SIR if high-risk or large retention (from declarations/broker attestation)
5. Confirm insurer rating with explicit evidence

### Step 5: Jurisdiction Adaptation

Apply `[VERIFY]` to all jurisdiction-specific conclusions:

- **New York**: Construction gravity-risk and labor-law exclusions `[VERIFY]`
- **Texas**: Anti-indemnity impact on AI enforcement `[VERIFY]`
- **California**: Active-negligence/AI enforceability constraints `[VERIFY]`
- **Florida**: Policy disclosure and insurer-info rights `[VERIFY]`

If governing law is uncertain, mark all jurisdictional conclusions as **requires legal verification**.

### Step 6: Output

```
Result: [Compliant | Conditionally Compliant | Non-Compliant]
Jurisdiction: [state]
Coverage period tested: [start] to [end]
Review confidence: [High | Medium | Low]

Requirements Matrix:
- Requirement | Evidence | Status | Finding | Deficiency
- ...

Escalation: [In-house counsel / Risk manager / Coverage counsel]
Access decision: [Recommend allow / conditional / deny pending docs]
```

Use entity-name exactness and numeric precision (`$1,000,000 each occurrence`, `CG 20 37`).

## Critical Guardrails

- COI statements are documentary indication, not contractual proof
- Never state "fully covered" without endorsement/policy support
- `Certificate holder` ≠ `additional insured` — never conflate
- Never infer AI scope from checkbox or Description of Operations alone
- For each deficit, provide precise broker instruction: exact endorsement form/edition and deadline
- Track status as `confirmed`, `indicated-not-verified`, or `not shown`
- This is a **risk-control assessment**, not a coverage legal opinion
- Include attorney review requirement before operational reliance
- If access allowed with unresolved deficits, document written exception and mitigation
- If anti-indemnity/statutory effects drive outcome, escalate immediately
- Use `[VERIFY]` on all uncited or uncertain authority claims

Related Skills

managing-telehealth-compliance

11
from CaseMark/skills

Evaluates telehealth program compliance with state licensing, prescribing, and reimbursement requirements. Use when assessing telehealth compliance, reviewing licensure requirements, or managing virtual care regulations.

managing-state-regulatory-compliance

11
from CaseMark/skills

Monitors state-specific healthcare regulatory requirements including licensing, reporting, and scope of practice. Use when tracking state regulations, managing licensure requirements, or monitoring regulatory changes.

managing-research-compliance

11
from CaseMark/skills

Monitors research compliance with federal regulations (21 CFR, 45 CFR 46) and institutional policies. Use when ensuring research compliance, managing regulatory requirements, or conducting compliance reviews.

managing-medical-records-compliance

11
from CaseMark/skills

Evaluates medical records practices against retention, access, and amendment requirements. Use when auditing medical records, managing record retention, or processing amendment requests.

managing-informed-consent-compliance

11
from CaseMark/skills

Evaluates informed consent practices against state law requirements and institutional policies. Use when auditing consent processes, reviewing consent form adequacy, or managing consent compliance.

managing-emtala-compliance

11
from CaseMark/skills

Evaluates emergency department practices against EMTALA requirements with documentation checklists. Use when assessing EMTALA compliance, reviewing MSE requirements, or documenting transfer obligations.

managing-dental-insurance-coding

11
from CaseMark/skills

Assigns CDT codes with procedure-specific documentation and insurance submission requirements. Use when coding dental procedures, submitting dental claims, or managing CDT code selection.

managing-compliance-programs

11
from CaseMark/skills

Structures OIG-model compliance program elements with effectiveness measurement and reporting. Use when building compliance programs, implementing OIG guidance, or measuring program effectiveness.

managing-compliance-audits

11
from CaseMark/skills

Structures coding compliance audit programs with sampling methodology and corrective action plans. Use when conducting compliance audits, designing audit samples, or implementing corrective actions.

managing-clinical-trial-compliance

11
from CaseMark/skills

Evaluates clinical trial regulatory compliance with FDA/IRB requirements and audit readiness. Use when auditing trial compliance, preparing for FDA inspections, or managing regulatory requirements.

managing-billing-compliance

11
from CaseMark/skills

Structures billing compliance programs with audit methodology and corrective action protocols. Use when auditing billing practices, managing compliance programs, or implementing corrective actions.

managing-accreditation-compliance

11
from CaseMark/skills

Tracks Joint Commission/HFAP/DNV accreditation standards compliance with survey preparation. Use when preparing for accreditation, tracking standards compliance, or managing survey readiness.