Generates a patient-friendly medical case report tweet from case images and disease name. Use when the user provides a medical case image and wants a structured report or tweet.
55
62%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Other/medical-case-report-generator/SKILL.mdscripts/validate_skill.py.Python: 3.10+. Repository baseline for current packaged skills.Third-party packages: not explicitly version-pinned in this skill package. Add pinned versions if this skill needs stricter environment control.cd "20260316/scientific-skills/Others/medical-case-report-generator"
python -m py_compile scripts/validate_skill.py
python scripts/validate_skill.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/validate_skill.py with the validated inputs.See ## Workflow above for related details.
scripts/validate_skill.py.Run this minimal command first to verify the supported execution path:
python scripts/validate_skill.py --helpFollow these steps to generate the report.
Input: case image Action: Extract printed and handwritten medical text from the image with high accuracy. Focus on medical terminology, numbers, and units. Perform image enhancement, correction, and validation.
Output: extracted medical text
Input: extracted medical text Action: Extract and anonymize patient information and examination results.
Include:
Rules:
Output format:
## Case Summary
...
## Examination Results
...
Final diagnosis: ...Input: disease name Action: Generate three sections.
Include:
Include:
Guideline-based treatment strategies
Classified by disease stage or severity
For each method include:
Side effects and precautions
Optional complementary therapies
Include:
Core management principle
Daily advice:
Monitoring indicators
Emergency warning signs
Generate 1-2 sentences of professional encouragement based on disease type.
Rules:
Generate 3 candidate titles.
Rules:
Combine all generated sections into a single Markdown report.
Structure:
## Title Options
...
## Case Summary
...
## Examination Results
...
## Disease Introduction
...
## Treatment Options
...
## Health Reminders
...
## Encouragement
...This skill is designed for:
medical_case_report_generator_result.md unless the skill documentation defines a better convention.Run this minimal verification path before full execution when possible:
No local script validation step is required for this skill.Expected output format:
Result file: medical_case_report_generator_result.md
Validation summary: PASS/FAIL with brief notes
Assumptions: explicit list if anyf5ef65b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.