Report converter
Skill patolojiAI/pathology-skills-collection/pathology-skills/report-converter
Comprehensive clinical pathology toolkit for Claude - skills for CAP/ICCR compliance, TNM staging, synoptic templates, SNOMED coding, tumor board summaries, scientific similarity checking, and reference verification.
npx -y skills add patolojiAI/pathology-skills-collection --skill report-converterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Converts free-text narrative pathology reports into structured CAP synoptic format and generates amendments/addenda/corrections for previously-issued reports. Use when the user uploads or pastes a narrative pathology report (.pdf, .docx, .txt) and asks to "convert to synoptic", "convert to CAP format", "structure this report", "make this synoptic", "generate an amendment", "add an addendum", or "issue a corrected report". Extracts diagnostic elements (tumor type, grade, size, stage, margins, nodes, biomarkers) and maps them to CAP data elements.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
3.1 KB, 545 tokens by cl100k_base, as published. Nobody here has run it
Report Converter
Transform narrative pathology reports into structured CAP synoptic format and generate professional amendments.
When to Use This Skill
Use this skill for:
- Converting legacy free-text reports to synoptic format
- Report standardization projects
- Creating addenda for biomarker results
- Generating amendment reports
- Training on synoptic reporting
Dual Functionality
- Free-text to Synoptic: Convert narrative reports to CAP format
- Amendment Generation: Create addenda and corrections
Key Features
- Text Parsing: Extract diagnostic elements from prose
- CAP Mapping: Map findings to CAP data elements
- Structured Output: Generate CAP synoptic format
- Amendment Format: Professional addendum/correction templates
- Completeness Check: Flag missing required elements
Reference Files
Reference on-demand (DO NOT load at startup):
- Conversion guidelines:
../../shared-references/common/freetext_to_synoptic.md - Amendment templates:
../../shared-references/common/amendment_generator.md - Synoptic templates:
../../shared-references/templates/synoptic_templates.md
Usage Examples
# Convert free-text report
claude "Convert to synoptic format using report-converter" < narrative_report.txt
# Generate addendum
claude "Create addendum for HER2 results using report-converter" < original_report.txt
# Generate amendment
claude "Create amendment correcting tumor size using report-converter"
Processing Instructions
For Free-text Conversion:
- Parse narrative report: Extract all diagnostic findings
- Identify tumor type: Breast, colorectal, pancreas, gastric
- Load appropriate CAP template
- Map findings to CAP elements
- Flag missing elements: Highlight what's incomplete
- Output: Structured synoptic report
For Amendment Generation:
- Identify amendment type: Addendum (addition) vs correction
- Load amendment template
- Format professional amendment with date, reason, updated information
- Output: Ready-to-sign addendum
Supported Report Types
- Breast carcinoma reports
- Colorectal carcinoma reports
- Pancreas carcinoma reports
- Gastric carcinoma reports
- General carcinoma reports
Amendment Types
- Addendum: Add new information (biomarkers, special stains)
- Correction: Fix errors (tumor size, grade, margins)
- Supplemental: Additional findings after review
Note: Minimal skill definition. References loaded on-demand during processing only.