Create structured medical SOAP notes by writing comprehensive content to a file in one iteration
61
71%
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 ./benchmarks/gdpval/skills/soap-note-creation-b354d8/SKILL.mdThis skill provides a reusable pattern for creating structured medical documentation (SOAP notes) by writing all required sections comprehensively in a single file write operation.
Write the complete SOAP note directly to a file in one iteration rather than building it incrementally. Include all four standard sections with comprehensive content.
Document patient-reported information:
Document observable, measurable findings:
Document clinical reasoning:
Document management strategy:
# SOAP Note - [Patient Name/ID]
**Date:** [Date of Visit]
**Provider:** [Provider Name]
## Subjective
### Chief Complaint
[Patient's stated reason for visit]
### History of Present Illness
[Detailed narrative of symptoms using OLDCARTS or similar framework]
### Past Medical History
[List of relevant conditions]
### Medications
[List with dosages]
### Allergies
[List with reactions]
### Family History
[Relevant family medical conditions]
### Social History
[Occupation, habits, lifestyle factors]
## Objective
### Vital Signs
- BP: [value]
- HR: [value]
- RR: [value]
- Temp: [value]
- SpO2: [value]
- Height: [value]
- Weight: [value]
- BMI: [value]
### Physical Examination
**General:** [Appearance, distress level]
**HEENT:** [Findings]
**Cardiovascular:** [Findings]
**Respiratory:** [Findings]
**Gastrointestinal:** [Findings]
**Neurological:** [Findings]
**Musculoskeletal:** [Findings]
**Skin:** [Findings]
### Diagnostic Results
[List any available lab/imaging results]
## Assessment
1. **[Primary Diagnosis]** - [ICD-10 code if applicable]
- [Brief justification]
2. **[Differential Diagnosis]** - [Why less likely]
### Problem List
1. [Active problem 1]
2. [Active problem 2]
## Plan
### Treatment
- [Medication/dosage/frequency]
- [Non-pharmacologic interventions]
### Follow-up
- [Timeline and purpose]
### Patient Education
- [Topics discussed]
- [Instructions provided]
### Orders/Referrals
- [Labs/imaging ordered]
- [Specialist referrals]When tasked with creating a SOAP note:
write_file operationc5a9c4b
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.