Gastric Pathology Specialist
Complete gastric cancer pathology workflow toolkit combining compliance checking, staging, HER2 reporting, and coding.
When to Use This Skill
Use this skill for:
- Gastric cancer pathology report validation
- Gastric carcinoma specimens (gastrectomy, endoscopic resection)
- CAP/ICCR compliance checking with severity scoring
- TNM staging calculation (AJCC 8th edition)
- Lauren classification (intestinal/diffuse/mixed)
- WHO histologic typing
- HER2 testing interpretation (IHC/FISH)
- Tumor board summary generation
- SNOMED CT coding assistance
Supported Specimen Types
- Total gastrectomy
- Subtotal/partial gastrectomy
- Proximal gastrectomy
- Endoscopic mucosal resection (EMR)
- Endoscopic submucosal dissection (ESD)
- Wedge resection
Key Features
- Compliance Checking: Validates against CAP Stomach and ICCR Gastric Carcinoma protocols
- TNM Staging: AJCC 8th edition gastric cancer staging with pT/pN/M calculation
- Lauren Classification: Intestinal, diffuse, mixed, or indeterminate type
- WHO Typing: Tubular, papillary, mucinous, poorly cohesive, mixed adenocarcinoma
- HER2 Reporting: IHC scoring (0/1+/2+/3+) and FISH interpretation per Trastuzumab guidelines
- Template Generation: Gastrectomy and endoscopic resection synoptic templates
- Tumor Board Summaries: Concise 3-5 line MDT presentation format
- SNOMED Coding: Gastric-specific code suggestions
Reference Files
When processing reports, reference these files on-demand (DO NOT load at startup):
- Diagnosis guidelines:
references/diagnosis/gastric_carcinoma.md
- Macroscopy guidelines:
references/macroscopy/gastric_macroscopy.md
- TNM staging:
../../shared-references/staging/tnm_stage_calculator.md
- Synoptic templates:
../../shared-references/templates/synoptic_templates.md
- Biomarkers:
../../shared-references/biomarkers/BIOMARKERS_INDEX.md
- SNOMED codes:
../../shared-references/coding/snomed_ct_codes.md
Usage Examples
# Validate report compliance
claude "Check this gastric report using gastric-pathology-specialist" < report.txt
# Generate staging
claude "What stage is pT3 N2 M0 for gastric using gastric-pathology-specialist"
# Create template
claude "Generate total gastrectomy template using gastric-pathology-specialist"
# HER2 interpretation
claude "Interpret HER2 IHC 2+ and FISH ratio 2.3 using gastric-pathology-specialist"
Processing Instructions
When analyzing gastric pathology reports:
- Identify request type (compliance check, staging, template, HER2 interpretation, summary, coding)
- Read relevant reference file on-demand based on request
- Process the report using appropriate guidelines
- Generate output in requested format
- DO NOT load all reference files upfront
Compliance Scoring
Use severity-based weighting:
- Critical elements (tumor size, grade, depth, margins, nodes, HER2): -15 points each
- Major elements (LVI, PNI, Lauren type, WHO type): -5 points each
- Minor elements (tumor location, distance from margins): -2 points each
Scoring: 90-100 (Compliant) | 70-89 (Minor issues) | 50-69 (Major issues) | <50 (Critical)
Cross-Validation Checks
Always validate:
- pT category vs invasion depth (mucosa/submucosa/muscularis propria/serosa)
- pN category vs positive node count
- Stage group vs pT/pN/M combination
- Margin status vs R classification
- HER2 IHC vs FISH correlation (2+ requires FISH)
Language Support
Supports English and Turkish - detect from user prompt and use appropriate template file.
Note: This is a minimal skill definition. Large reference files are loaded on-demand only when processing requests, not at skill startup.
1---2name: gastric-pathology-specialist3description: Comprehensive gastric cancer pathology workflow combining CAP/ICCR compliance validation, synoptic template generation, TNM staging (AJCC 8th edition), Lauren classification (intestinal/diffuse/mixed), WHO histologic typing, HER2 testing interpretation per ASCO/CAP, MSI/MMR status, tumor board summaries, and SNOMED coding. Use when the user uploads or pastes a gastric pathology report (total/subtotal gastrectomy, esophagogastrectomy, endoscopic submucosal dissection) and asks to "check gastric report", "validate CAP Stomach protocol", "stage this gastric cancer", "interpret Lauren classification", "interpret HER2 IHC/FISH", or any gastric-cancer-specific pathology task. Supports .pdf, .docx, .txt input in English and Turkish.4license: MIT5---67# Gastric Pathology Specialist89Complete gastric cancer pathology workflow toolkit combining compliance checking, staging, HER2 reporting, and coding.1011## When to Use This Skill1213Use this skill for:14- Gastric cancer pathology report validation15- Gastric carcinoma specimens (gastrectomy, endoscopic resection)16- CAP/ICCR compliance checking with severity scoring17- TNM staging calculation (AJCC 8th edition)18- Lauren classification (intestinal/diffuse/mixed)19- WHO histologic typing20- HER2 testing interpretation (IHC/FISH)21- Tumor board summary generation22- SNOMED CT coding assistance2324## Supported Specimen Types2526- Total gastrectomy27- Subtotal/partial gastrectomy28- Proximal gastrectomy29- Endoscopic mucosal resection (EMR)30- Endoscopic submucosal dissection (ESD)31- Wedge resection3233## Key Features34351. **Compliance Checking**: Validates against CAP Stomach and ICCR Gastric Carcinoma protocols362. **TNM Staging**: AJCC 8th edition gastric cancer staging with pT/pN/M calculation373. **Lauren Classification**: Intestinal, diffuse, mixed, or indeterminate type384. **WHO Typing**: Tubular, papillary, mucinous, poorly cohesive, mixed adenocarcinoma395. **HER2 Reporting**: IHC scoring (0/1+/2+/3+) and FISH interpretation per Trastuzumab guidelines406. **Template Generation**: Gastrectomy and endoscopic resection synoptic templates417. **Tumor Board Summaries**: Concise 3-5 line MDT presentation format428. **SNOMED Coding**: Gastric-specific code suggestions4344## Reference Files4546When processing reports, reference these files on-demand (DO NOT load at startup):4748- **Diagnosis guidelines**: `references/diagnosis/gastric_carcinoma.md`49- **Macroscopy guidelines**: `references/macroscopy/gastric_macroscopy.md`50- **TNM staging**: `../../shared-references/staging/tnm_stage_calculator.md`51- **Synoptic templates**: `../../shared-references/templates/synoptic_templates.md`52- **Biomarkers**: `../../shared-references/biomarkers/BIOMARKERS_INDEX.md`53- **SNOMED codes**: `../../shared-references/coding/snomed_ct_codes.md`5455## Usage Examples5657```bash58# Validate report compliance59claude "Check this gastric report using gastric-pathology-specialist" < report.txt6061# Generate staging62claude "What stage is pT3 N2 M0 for gastric using gastric-pathology-specialist"6364# Create template65claude "Generate total gastrectomy template using gastric-pathology-specialist"6667# HER2 interpretation68claude "Interpret HER2 IHC 2+ and FISH ratio 2.3 using gastric-pathology-specialist"69```7071## Processing Instructions7273When analyzing gastric pathology reports:74751. **Identify request type** (compliance check, staging, template, HER2 interpretation, summary, coding)762. **Read relevant reference file** on-demand based on request773. **Process the report** using appropriate guidelines784. **Generate output** in requested format795. **DO NOT load all reference files** upfront8081## Compliance Scoring8283Use severity-based weighting:84- Critical elements (tumor size, grade, depth, margins, nodes, HER2): -15 points each85- Major elements (LVI, PNI, Lauren type, WHO type): -5 points each86- Minor elements (tumor location, distance from margins): -2 points each8788Scoring: 90-100 (Compliant) | 70-89 (Minor issues) | 50-69 (Major issues) | <50 (Critical)8990## Cross-Validation Checks9192Always validate:93- pT category vs invasion depth (mucosa/submucosa/muscularis propria/serosa)94- pN category vs positive node count95- Stage group vs pT/pN/M combination96- Margin status vs R classification97- HER2 IHC vs FISH correlation (2+ requires FISH)9899## Language Support100101Supports English and Turkish - detect from user prompt and use appropriate template file.102103---104105**Note**: This is a minimal skill definition. Large reference files are loaded on-demand only when processing requests, not at skill startup.