Pathology tumor board summary
Skill patolojiAI/pathology-skills-collection/pathology-skills/pathology-tumor-board-summary
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 pathology-tumor-board-summaryAssembled 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
Generates concise 3-5 line tumor board summaries from full pathology reports, extracting the diagnosis, TNM stage, margins, lymph node status, key biomarkers, and risk factors that drive MDT decisions. Use when the user pastes or uploads a pathology report (.pdf, .docx, .txt) and asks to "create a tumor board summary", "MDT summary", "oncology consult summary", "3-line summary for the MDT", or "summarize for tumor board".
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
2.5 KB, 514 tokens by cl100k_base, as published. Nobody here has run it
Tumor Board Summary Generator
Convert detailed pathology reports into concise 3-5 line summaries for multidisciplinary tumor boards.
When to Use This Skill
Use this skill for:
- Multidisciplinary tumor board (MDT) meetings
- Oncology consultations
- Clinical case presentations
- Referral summaries
- Quick pathology review
Supported Tumor Types
All cancer types (breast, colorectal, pancreas, gastric, and general carcinomas)
Key Features
- Concise Format: 3-5 lines maximum
- Key Elements: Patient, diagnosis, stage, margins, nodes, biomarkers
- Clinical Focus: Only clinically actionable information
- Ready for Presentation: No formatting needed
Reference Files
Reference on-demand (DO NOT load at startup):
- Summary guidelines:
../../shared-references/common/tumor_board_summary.md
Usage Examples
# Generate summary
claude "Create tumor board summary using tumor-board-summary" < report.txt
# Quick MDT summary
claude "Summarize for tumor board using tumor-board-summary" < breast_report.txt
Processing Instructions
-
Extract key elements from pathology report:
- Patient demographics (age, sex)
- Diagnosis (tumor type, grade)
- TNM stage
- Margins status
- Lymph node status
- Key biomarkers (ER/PR/HER2/MSI/HER2)
-
Format concisely: 3-5 lines, bullet or paragraph format
-
Output: Clinical summary ready for MDT presentation
Summary Format Template
Line 1: Patient demographics + specimen type Line 2: Diagnosis with grade and size Line 3: TNM stage with margins Line 4: Lymph node status Line 5: Biomarkers (if applicable)
Example Output
52F, right total mastectomy + ALND
Invasive ductal carcinoma, grade 2, 2.3 cm, pT2
Margins negative (>10mm), Stage IIA (pT2 N0 M0)
Lymph nodes: 0/15 positive
ER 95%+, PR 80%+, HER2 neg (IHC 1+), Ki-67 20%
Note: Minimal skill definition. Guidelines loaded on-demand during processing only.