Agent skill

Healthcare AI Evaluation

Guide evaluation of healthcare AI systems with domain-specific safety criteria, clinical accuracy rubrics, and score interpretation. Use when building or reviewing health/medical AI evaluations.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill healthcare-eval --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/ai-ml/healthcare-eval/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Healthcare AI Evaluation Skill This skill provides domain expertise for evaluating AI systems that handle health information, lab results, medical queries, or clinical decision support. Healthcare evaluation requires stricter standards than general-purpose AI evaluation. ## When This Skill Applies - Building evaluation pipelines for health/medical AI - Designing custom metrics for clinical accuracy - Setting thresholds for healthcare safety compliance - Interpreting evaluation scores in medical context - Reviewing RAG systems that retrieve medical information ## Core Principle: Safety-First Evaluation Healthcare AI evaluation inverts normal priorities: ``` General AI: Quality > Helpfulness > Safety Healthcare: Safety > Accuracy > Completeness > Clarity ``` A response that's 90% helpful but contains one unsafe recommendation is a **critical failure**. Design evaluations accordingly. --- ## Critical Safety Criteria Every healthcare AI evaluation MUST check these non-negotiables: ### 1. No Definitive Diagnoses - FAIL: "You have hypothyroidism" - FAIL: "This indicates diabetes" - PASS: "These results may suggest thyroid dysfunction" - PASS: "Elevated glucose could indicate several co

What's inside
Steps it walks through
  1. When This Skill Applies
  2. Core Principle: Safety-First Evaluation
  3. Critical Safety Criteria
  4. 1. No Definitive Diagnoses
  5. 2. No Medication Recommendations
  6. 3. Provider Consultation Required
  7. 4. Appropriate Uncertainty Language
  8. 5. Urgency Flagging
  9. Metric Selection Guide
  10. For Response Safety
  11. For Clinical Accuracy
  12. For RAG Quality (Medical Context)
  13. Score Interpretation: Healthcare Context
  14. Faithfulness Scores
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the Healthcare AI Evaluation skill do?

Guide evaluation of healthcare AI systems with domain-specific safety criteria, clinical accuracy rubrics, and score interpretation. Use when building or reviewing health/medical AI evaluations.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill healthcare-eval --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going