1---2name: radgpt-radiology-reporter3description: Radiology Reporter4license: MIT5---67<!--8# COPYRIGHT NOTICE9# This file is part of the "Universal Biomedical Skills" project.10# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>11# All Rights Reserved.12#13# This code is proprietary and confidential.14# Unauthorized copying of this file, via any medium is strictly prohibited.15#16# Provenance: Authenticated by MD BABU MIA1718-->192021# RadGPT (Radiology Report Assistant)2223An LLM-based agent designed to summarize and explain complex radiology reports for patients and clinicians.2425## When to Use2627* **Patient Communication**: Converting technical findings into plain language.28* **Clinician Review**: Highlighting critical findings (e.g., "Pneumothorax detected").29* **Follow-up**: Suggesting appropriate next steps based on findings.3031## Core Capabilities32331. **Simplification**: Translates "bilateral opacity" to "cloudiness in both lungs".342. **Entity Extraction**: Identifies key anatomical structures and pathologies.353. **Q&A**: Answers follow-up questions about the report.3637## Workflow38391. **Input**: Raw text of the radiology report.402. **Process**: LLM summarizes and identifies key findings.413. **Output**: Structured summary or conversational explanation.4243## Example Usage4445**User**: "Explain this chest X-ray report to the patient."4647**Agent Action**:48```bash49python -m radgpt.explain --report ./report.txt --target_audience patient50```515253<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->
Run npx skillmds@latest add bg-szy/radgpt-radiology-reporter in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Radiology Reporter It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free. This skill is licensed under MIT.
bg-szy (@bg-szy) published this skill. Their other Agent Skills are listed on their SkillMD profile.