fix(skills): add Anti-Patterns sections, fix descriptions, quality checks, and required inputs
- Add Anti-Patterns section (3-5 binary checkboxes) to all modified skills - Fix Quality Checks to use binary checkbox format where needed - Rewrite descriptions to verb-when-produces format where needed - Add Required Inputs sections to skills missing them - Fix email-triage frontmatter YAML quoting https://claude.ai/code/session_01MuGKn3a3Gbqoe8uM5Lmuqt
This commit is contained in:
@@ -71,10 +71,17 @@ WARNING: For documentation and educational purposes only. All clinical content m
|
||||
- Follow-up plan
|
||||
|
||||
## Quality Checks
|
||||
- Patient details fully anonymised
|
||||
- Allergies and medications included in handover formats
|
||||
- Safety netting included in SOAP plan
|
||||
- Disclaimer included
|
||||
- [ ] 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"
|
||||
|
||||
Reference in New Issue
Block a user