Clinical Case Summary Skill
Write a structured clinical case summary or case presentation.
How to use it
Claude Code
- Run the line below. It pulls the whole folder into
~/.claude/skills/clinical-case-summary. - Describe your job in plain words. Claude Code follows the skill from there.
npx degit mohitagw15856/pm-claude-skills/skills/clinical-case-summary#main ~/.claude/skills/clinical-case-summaryFor one project only, change the path to .claude/skills/clinical-case-summary.
Claude (web or desktop app)
- On this page open ⋯ → Download .md.
- Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
- Pick the file and Save. Claude shows the name and description and runs a security scan.
- Check the skill is switched on.
- Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
- ChatGPT: make a Project and paste it into Instructions.
- Neither? Paste it at the top of a new chat — it works for that chat.
Not working?
- Check which app you pasted it into — the steps above name the right one.
- Some skills need the paid tier of Claude or ChatGPT.
Paste into Claude, ChatGPT or Cursor.
Source of Clinical Case Summary Skill
Show the full text91 lines
| name | description |
|---|---|
| clinical-case-summary | Write a structured clinical case summary or case presentation. Use when asked to write a clinical case summary, case presentation, patient case report, or clinical handover. Produces a structured summary using SBAR or SOAP format. For educational and documentation purposes only — not a substitute for clinical judgement. |
Clinical Case Summary Skill
Produces structured clinical case summaries for educational, documentation, and handover purposes.
WARNING: For documentation and educational purposes only. All clinical content must be reviewed by a qualified healthcare professional. This is not clinical advice.
Required Inputs
- Purpose (case presentation / handover / case report / educational / MDT summary)
- Patient details (anonymised — age, sex, relevant background)
- Presenting complaint and history
- Examination findings
- Investigations and results
- Diagnosis or differential diagnoses
- Management and treatment
- Outcome (if known)
- Format preference (SBAR / SOAP / Standard clinical / Narrative)
Format A: SBAR (Handover / Referral)
S — Situation [Patient identifier anonymised, location, reason for contact in one sentence]
B — Background
- Age / sex / relevant past medical history
- Current admission details
- Relevant medications and allergies
- Brief relevant social history
A — Assessment
- Current clinical status
- Vital signs if relevant
- Key examination findings
- Working diagnosis or differential
- Recent investigations and results
R — Recommendation
- What you need from the recipient
- Urgency level
- Immediate actions already taken
- Questions or concerns
Format B: SOAP Note
S — Subjective [Presenting complaint in patient words. Symptom history: onset, duration, character, severity, associated symptoms, relieving/aggravating factors]
O — Objective
- Vital signs: [BP, HR, RR, Temp, O2 sats]
- Examination: [Systematic findings]
- Investigations: [Results with reference ranges]
A — Assessment
- Primary diagnosis: [With brief rationale]
- Differential diagnoses: [Ranked with reasoning]
P — Plan
- Immediate management
- Investigations ordered
- Treatments initiated with dose, route, frequency
- Referrals
- Safety netting: what to watch for, when to escalate
- Follow-up plan
Quality Checks
- Patient details fully anonymised
- Allergies and medications included in handover formats
- Safety netting included in SOAP plan
- Disclaimer included
Anti-Patterns
- Do not include any identifiable patient information — full names, dates of birth, NHS or MRN numbers, or specific addresses must be anonymised or replaced with generic identifiers
- Do not omit the clinical disclaimer — this output is for documentation and educational purposes only and must not be presented as clinical advice
- Do not confuse the SBAR Recommendation with a treatment plan — R is what you need from the recipient, not a full management plan
- Do not list differential diagnoses without noting the reasoning for ranking — an unranked list of differentials is not clinically useful
Example Trigger Phrases
- "Write a clinical handover using SBAR for this patient"
- "Summarise this case in SOAP format"
- "Write a case report for [clinical scenario]"
- "Prepare an MDT summary for this patient"
| 1 | |
| 2 | name clinical-case-summary |
| 3 | description "Write a structured clinical case summary or case presentation. Use when asked to write a clinical case summary, case presentation, patient case report, or clinical handover. Produces a structured summary using SBAR or SOAP format. For educational and documentation purposes only — not a substitute for clinical judgement." |
| 4 | |
| 5 | |
| 6 | # Clinical Case Summary Skill |
| 7 | |
| 8 | Produces structured clinical case summaries for educational, documentation, and handover purposes. |
| 9 | |
| 10 | WARNING: For documentation and educational purposes only. All clinical content must be reviewed by a qualified healthcare professional. This is not clinical advice. |
| 11 | |
| 12 | ## Required Inputs |
| 13 | **Purpose** (case presentation / handover / case report / educational / MDT summary) |
| 14 | **Patient details** (anonymised — age, sex, relevant background) |
| 15 | **Presenting complaint and history** |
| 16 | **Examination findings** |
| 17 | **Investigations and results** |
| 18 | **Diagnosis or differential diagnoses** |
| 19 | **Management and treatment** |
| 20 | **Outcome** (if known) |
| 21 | **Format preference** (SBAR / SOAP / Standard clinical / Narrative) |
| 22 | |
| 23 | |
| 24 | |
| 25 | ## Format A: SBAR (Handover / Referral) |
| 26 | |
| 27 | **S — Situation** |
| 28 | [Patient identifier anonymised, location, reason for contact in one sentence] |
| 29 | |
| 30 | **B — Background** |
| 31 | Age / sex / relevant past medical history |
| 32 | Current admission details |
| 33 | Relevant medications and allergies |
| 34 | Brief relevant social history |
| 35 | |
| 36 | **A — Assessment** |
| 37 | Current clinical status |
| 38 | Vital signs if relevant |
| 39 | Key examination findings |
| 40 | Working diagnosis or differential |
| 41 | Recent investigations and results |
| 42 | |
| 43 | **R — Recommendation** |
| 44 | What you need from the recipient |
| 45 | Urgency level |
| 46 | Immediate actions already taken |
| 47 | Questions or concerns |
| 48 | |
| 49 | |
| 50 | |
| 51 | ## Format B: SOAP Note |
| 52 | |
| 53 | **S — Subjective** |
| 54 | [Presenting complaint in patient words. Symptom history: onset, duration, character, severity, associated symptoms, relieving/aggravating factors] |
| 55 | |
| 56 | **O — Objective** |
| 57 | Vital signs: [BP, HR, RR, Temp, O2 sats] |
| 58 | Examination: [Systematic findings] |
| 59 | Investigations: [Results with reference ranges] |
| 60 | |
| 61 | **A — Assessment** |
| 62 | Primary diagnosis: [With brief rationale] |
| 63 | Differential diagnoses: [Ranked with reasoning] |
| 64 | |
| 65 | **P — Plan** |
| 66 | Immediate management |
| 67 | Investigations ordered |
| 68 | Treatments initiated with dose, route, frequency |
| 69 | Referrals |
| 70 | Safety netting: what to watch for, when to escalate |
| 71 | Follow-up plan |
| 72 | |
| 73 | ## Quality Checks |
| 74 | [ ] Patient details fully anonymised |
| 75 | [ ] Allergies and medications included in handover formats |
| 76 | [ ] Safety netting included in SOAP plan |
| 77 | [ ] Disclaimer included |
| 78 | |
| 79 | ## Anti-Patterns |
| 80 | |
| 81 | [ ] Do not include any identifiable patient information — full names, dates of birth, NHS or MRN numbers, or specific addresses must be anonymised or replaced with generic identifiers |
| 82 | [ ] Do not omit the clinical disclaimer — this output is for documentation and educational purposes only and must not be presented as clinical advice |
| 83 | [ ] Do not confuse the SBAR Recommendation with a treatment plan — R is what you need from the recipient, not a full management plan |
| 84 | [ ] Do not list differential diagnoses without noting the reasoning for ranking — an unranked list of differentials is not clinically useful |
| 85 | |
| 86 | ## Example Trigger Phrases |
| 87 | "Write a clinical handover using SBAR for this patient" |
| 88 | "Summarise this case in SOAP format" |
| 89 | "Write a case report for [clinical scenario]" |
| 90 | "Prepare an MDT summary for this patient" |
| 91 |
Discussion
Browse more free Claude skills or everything in Design.


