Install any skill in seconds. Free to start, no credit card required.
Get Started Free →HIPAA security and privacy compliance automation for ePHI protection, safeguards assessment, and audit preparation
.claude/skills/a5c-ai-hipaa-compliance-automator/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -25% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 103% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 14% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 113% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -23% | 0% |
Automate Health Insurance Portability and Accountability Act (HIPAA) compliance activities including ePHI inventory, safeguards assessment, risk analysis, Business Associate Agreement management, and breach notification procedures.
json{ "type": "object", "properties": { "assessmentType": { "type": "string", "enum": ["full", "security", "privacy", "risk", "breach", "baa"], "description": "Type of HIPAA assessment" }, "entityType": { "type": "string", "enum": ["covered_entity", "business_associate", "hybrid"], "description": "HIPAA entity classification" }, "scope": { "type": "object", "properties": { "systems": { "type": "array", "items": { "type": "string" } }, "facilities": { "type": "array", "items": { "type": "string" } }, "businessAssociates": { "type": "array", "items": { "type": "string" } } } }, "breachDetails": { "type": "object", "properties": { "discoveryDate": { "type": "string", "format": "date" }, "description": { "type": "string" }, "affectedIndividuals": { "type": "integer" }, "phiCategories": { "type": "array" } } }, "existingDocumentation": { "type": "string", "description": "Path to existing HIPAA documentation" } }, "required": ["assessmentType", "entityType"] }
json{ "type": "object", "properties": { "assessmentId": { "type": "string" }, "assessmentType": { "type": "string" }, "entityType": { "type": "string" }, "assessmentDate": { "type": "string", "format": "date-time" }, "ephiInventory": { "type": "object", "properties": { "systems": { "type": "array" }, "dataFlows": { "type": "array" }, "storageLocations": { "type": "array" } } }, "safeguardsAssessment": { "type": "object", "properties": { "administrative": { "type": "object", "properties": { "implemented": { "type": "integer" }, "partiallyImplemented": { "type": "integer" }, "notImplemented": { "type": "integer" } } }, "technical": { "type": "object" }, "physical": { "type": "object" } } }, "riskAnalysis": { "type": "object", "properties": { "threats": { "type": "array" }, "vulnerabilities": { "type": "array" }, "riskLevel": { "type": "string" } } }, "gapAnalysis": { "type": "array", "items": { "type": "object", "properties": { "standard": { "type": "string" }, "requirement": { "type": "string" }, "currentState": { "type": "string" }, "gap": { "type": "string" }, "remediation": { "type": "string" }, "priority": { "type": "string" } } } }, "breachAssessment": { "type": "object" }, "complianceScore": { "type": "number" }, "recommendations": { "type": "array", "items": { "type": "string" } } } }
javascriptskill: { name: 'hipaa-compliance-automator', context: { assessmentType: 'full', entityType: 'covered_entity', scope: { systems: ['EHR', 'Patient Portal', 'Billing System'], facilities: ['Main Hospital', 'Outpatient Clinic'] } } }
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 42,591 | 26,254 | -38% | 1 | 1 | 0% | 7,935 | 5,922 | -25% | 0 | 0 | — |
case-02 | fail→fail | 31,856 | 37,166 | +17% | 1 | 1 | 0% | 4,952 | 7,495 | +51% | 0 | 0 | — |
case-03 | fail→pass | 25,726 | 26,815 | +4% | 1 | 1 | 0% | 2,887 | 5,847 | +103% | 0 | 0 | — |
case-04 | pass→pass | 23,817 | 30,115 | +26% | 1 | 1 | 0% | 3,093 | 5,843 | +89% | 0 | 0 | — |
case-05 | pass→pass | 17,509 | 18,757 | +7% | 1 | 1 | 0% | 2,215 | 3,990 | +80% | 0 | 0 | — |
case-06 | pass→pass | 18,862 | 20,306 | +8% | 1 | 1 | 0% | 2,571 | 4,325 | +68% | 0 | 0 | — |
case-07 | pass→pass | 26,571 | 24,986 | -6% | 1 | 1 | 0% | 3,811 | 5,168 | +36% | 0 | 0 | — |
case-08 | pass→pass | 20,361 | 28,217 | +39% | 1 | 1 | 0% | 2,977 | 5,783 | +94% | 0 | 0 | — |
case-09 | pass→pass | 19,827 | 18,424 | -7% | 1 | 1 | 0% | 2,435 | 5,047 | +107% | 0 | 0 | — |
case-10 | pass→pass | 18,446 | 22,667 | +23% | 1 | 1 | 0% | 2,270 | 4,500 | +98% | 0 | 0 | — |
case-11 | fail→pass | 24,593 | 23,628 | -4% | 1 | 1 | 0% | 4,736 | 5,391 | +14% | 0 | 0 | — |
case-12 | pass→pass | 24,652 | 22,707 | -8% | 1 | 1 | 0% | 3,515 | 4,876 | +39% | 0 | 0 | — |
case-13 | fail→pass | 21,070 | 30,026 | +43% | 1 | 1 | 0% | 3,330 | 7,079 | +113% | 0 | 0 | — |
case-14 | fail→pass | 17,178 | 10,792 | -37% | 1 | 1 | 0% | 3,399 | 2,618 | -23% | 0 | 0 | — |
case-15 | fail→pass | 14,497 | 5,154 | -64% | 1 | 1 | 0% | 2,756 | 2,503 | -9% | 0 | 0 | — |
case-16 | fail→pass | 11,899 | 19,381 | +63% | 1 | 1 | 0% | 1,373 | 4,531 | +230% | 0 | 0 | — |
case-17 | pass→pass | 20,474 | 19,482 | -5% | 1 | 1 | 0% | 2,646 | 5,403 | +104% | 0 | 0 | — |
case-18 | pass→pass | 20,830 | 20,934 | +0% | 1 | 1 | 0% | 2,642 | 4,206 | +59% | 0 | 0 | — |
case-19 | fail→pass | 14,240 | 11,338 | -20% | 1 | 1 | 0% | 1,739 | 2,822 | +62% | 0 | 0 | — |
case-20 | pass→pass | 23,035 | 28,143 | +22% | 1 | 1 | 0% | 3,925 | 5,418 | +38% | 0 | 0 | — |
case-21 | pass→pass | 21,711 | 23,548 | +8% | 1 | 1 | 0% | 2,805 | 5,578 | +99% | 0 | 0 | — |
case-22 | pass→pass | 31,284 | 31,940 | +2% | 1 | 1 | 0% | 4,338 | 6,242 | +44% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +36 percentage points is the difference between those two pass rates over the 22 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.