medical-analysis

Analyzes multi-document patient data to synthesize a clinical narrative.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/n1healthcare/easy-chr --skill medical-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: medical-analysis
Source: https://github.com/n1healthcare/easy-chr/tree/main/server/.gemini/skills/medical-analysis
Command: npx skills add https://github.com/n1healthcare/easy-chr --skill medical-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables AI to perform iterative, hypothesis-driven analysis of medical documents, reducing silos and accelerating clinical reasoning while maintaining safety and context.

Core Features & Use Cases

  • Agentic exploration across multiple documents to form hypotheses and test them for supporting or refuting evidence.
  • Cross-reference findings across reports, labs, imaging, and notes to synthesize a cohesive clinical narrative.
  • Provide calibrated interpretations and escalate when urgent data patterns emerge.

Quick Start

Use the medical-analysis skill to explore a patient's data by listing available documents with list_documents(), reading the most important document with read_document("Document_Name"), and initializing the analysis with update_analysis("Patient Context", initial_snapshot). Then use search_data(query) to fetch related evidence, review findings with get_analysis(), and progress toward a final synthesis with complete_analysis(summary, confidence).

Frequently Asked Questions about medical-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I cross-reference medical data across multiple patient documents?

To cross-reference medical data, you can iteratively explore documents by listing them, reading specific reports, and searching related evidence to synthesize cohesive clinical narratives. This process surfaces actionable insights while maintaining patient safety and context.

What is hypothesis-driven clinical reasoning in medical data analysis?

Hypothesis-driven clinical reasoning involves iteratively exploring medical documents to form hypotheses, then testing them for supporting or refuting evidence. This agentic approach reduces data silos and accelerates clinical synthesis across reports, labs, imaging, and notes.

Can I use agentic exploration for multi-document patient data review?

Yes, agentic exploration supports multi-document patient data review by cross-referencing reports, lab results, imaging, and notes. The workflow guides an AI to list, read, and search data to surface actionable insights while escalating urgent concerns.

How do I start analyzing medical documents using an agentic workflow?

To start analyzing medical documents, list available documents, read the most important one, and initialize the analysis with patient context. Then search for related evidence, review findings, and progress toward a final synthesis with calibrated confidence.

Does AI medical data analysis provide definitive diagnoses from patient reports?

No, AI medical data analysis avoids providing definitive diagnoses. It applies safety principles to offer calibrated interpretations, synthesize evidence into a clinical narrative, and escalate urgent data patterns rather than delivering conclusive diagnostic statements.

When should I escalate urgent concerns during clinical data analysis?

You should escalate urgent concerns during clinical data analysis when critical data patterns emerge from cross-referencing reports, labs, and imaging. The agentic workflow explicitly avoids definitive diagnoses and prioritizes surfacing urgent findings for clinical review.