CtrlK
BlogDocsLog inGet started
Tessl Logo

healthcare-cdss-patterns

Clinical Decision Support System (CDSS) development patterns. Drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), alert severity classification, and integration into EMR workflows. Use when building clinical decision support — drug interaction checks, dose validation, clinical scoring, or alert severity.

72

Quality

87%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

The canonical home for this skill is tdg-personal/healthcare-cdss-patterns

SKILL.md
Quality
Evals
Security

Quality

Content

82%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-structured, actionable reference with executable code, explicit safety validation, and clear navigation. Slight room to improve conciseness and to externalize interface reference material into a bundled reference file.

Suggestions

Trim minor explanatory asides such as 'This makes it fully testable' and the inline gloss of NEWS2 to tighten the token budget.

Consider moving the TypeScript interface definitions (DrugInteractionPair, NEWS2Input, etc.) into a references/ file referenced from the body, improving progressive disclosure now that the file is growing past a single overview.

Add an explicit validate-fix-retry loop for the safety-critical flows (e.g., 'if a test fails, fix the interaction pair data and re-run until 100%') to lift workflow clarity to a 5.

DimensionReasoningScore

Conciseness

Largely lean, presenting interfaces and functions without explaining concepts Claude already knows, with only minor padding ('This makes it fully testable', 'National Early Warning Score 2 from NEWS2Input') that could be trimmed.

4 / 5

Actionability

Provides fully executable TypeScript interfaces and functions with concrete parameters, return types, and three worked input/output examples covering the common cases.

5 / 5

Workflow Clarity

An architecture diagram, explicit 'BLOCK (not pass)' safety checkpoints, and a testing section with a 100% pass criterion give clear sequencing with validation; it stops short of a linear validate-fix-retry loop, so it is not a 5.

4 / 5

Progressive Disclosure

No bundle files exist and the single SKILL.md is organized into clear, navigable sections (When to Use, How It Works, per-module details, Testing, Anti-Patterns, Examples), though some inlined interface reference material could be split into a separate file.

4 / 5

Total

17

/

20

Passed

Description

92%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, specific description that clearly states both capabilities and use-conditions with natural trigger terms and a distinct clinical niche. The only minor gap is a handful of missing synonym variants in the trigger terms.

DimensionReasoningScore

Specificity

Lists five concrete capabilities — 'Drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), alert severity classification, and integration into EMR workflows' — with named scoring systems, matching the comprehensive-coverage anchor.

5 / 5

Completeness

Explicitly answers both what (the five capabilities) and when ('Use when building clinical decision support — drug interaction checks, dose validation, clinical scoring, or alert severity') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Natural trigger phrases ('building clinical decision support', 'drug interaction checks', 'dose validation', 'clinical scoring', 'alert severity') plus the CDSS acronym and named scores give good coverage, though a few synonyms (e.g. 'drug-drug interactions', 'medication safety') are absent.

4 / 5

Distinctiveness Conflict Risk

Occupies a clear clinical-safety niche (CDSS / EMR integration) with triggers specific to clinical decision support, minimizing overlap with general-purpose skills.

5 / 5

Total

19

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
affaan-m/ECC
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.