Skip to main content

guideline-integration

Access and apply professional radiology society guidelines. Use when user mentions "ACR criteria", "appropriateness rating", "guideline for", "society recommendation", "BI-RADS update", "dose reference levels", or "protocol guidelines".

Ir para a instalação

Informações da origem

Repositório
aizech/clinical-skills
Última atividade na origem
21 de abril de 2026 às 22:11
Idioma detectado do SKILL.md
inglês
Estrelas
5
Forks
1

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Explorador de arquivos
4 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
guideline-integration
description
Access and apply professional radiology society guidelines. Use when user mentions "ACR criteria", "appropriateness rating", "guideline for", "society recommendation", "BI-RADS update", "dose reference levels", or "protocol guidelines".
# Guideline Integration Skill ## Triggers - "ACR criteria" - "appropriateness rating" - "guideline for" - "society recommendation" - "BI-RADS update" - "dose reference levels" - "protocol guidelines" ## Parameters - `guideline_type` (required): Type of guideline needed - `appropriateness` - ACR Appropriateness Criteria - `reporting` - Structured reporting standards (BI-RADS, LI-RADS) - `dose` - Radiation dose guidelines - `protocol` - Imaging protocol recommendations - `screening` - Screening eligibility guidelines - `clinical_scenario` (required): Brief description of clinical question - `modality` (optional): Specific imaging modality - `age_group` (optional): Adult, pediatric, geriatric ## Major Guideline Sources ### ACR (American College of Radiology) - Appropriateness Criteria (200+ scenarios) - BI-RADS Atlas (mammography) - LI-RADS (liver imaging) - PI-RADS (prostate) - TI-RADS (thyroid) - Dose Reference Levels ### Society Guidelines - RSNA (Radiological Society of North America) - ESR (European Society of Radiology) - ASNR (American Society of Neuroradiology) - SPR (Society for Pediatric Radiology) - SRU (Society of Radiologists in Ultrasound) ## Appropriateness Rating Scale | Rating | Meaning | |--------|---------| | Usually Appropriate | 7-9 | | May Be Appropriate | 4-6 | | Usually Not Appropriate | 1-3 | ## Output Format Returns structured JSON with: - Guideline source and version - Relevant rating or recommendation - Clinical context - Alternative considerations - Evidence level (if available) ## Usage Examples ``` guideline_type: appropriateness clinical_scenario: acute flank pain suspected kidney stone modality: CT guideline_type: reporting clinical_scenario: liver imaging surveillance ``` ## Integration Links to: - structured-reporting for template integration - ai-detection-pipeline for protocol recommendations - radiology-context for institution-specific protocols
Ver no GitHub