Generates compliant medical case report articles for WeChat.
48
51%
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-interpreter/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-interpreter"
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.scripts/validate_skill.py.Run this minimal command first to verify the supported execution path:
python scripts/validate_skill.py --helpThis skill acts as a Senior Medical Expert to transform raw clinical data into a professional WeChat case report article. It enforces strict privacy, formatting, and style rules without requiring external scripts.
When executing this skill, the Agent must follow these steps and constraints:
Generate the article in a single pass using the following structure:
## Case Report.### Patient Information: History, Symptoms (Anonymized).### Auxiliary Examination: Key lab results and imaging.### Diagnosis: Clear clinical diagnosis.### Treatment Process: Detail the regimen. Highlight the [Product Name] usage here.### Summary: Clinical takeaways."Please generate a case report for [Product Name] based on the attached file. The doctor is [Doctor Name]."
medical_case_interpreter_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_interpreter_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.