一键导入
mental-health-commands
Practitioner slash-command workflows for Hermes Mental Health — /assess, /intake, /progress, /safety-check, /privacy-audit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Practitioner slash-command workflows for Hermes Mental Health — /assess, /intake, /progress, /safety-check, /privacy-audit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create narrated walkthrough videos and screencasts for the Hermes Mental Health practitioner tutorial. Record, narrate, and publish to GitHub Pages.
Practitioner dashboard — patient list, assessment library, Create With AI dialog, navigation bar.
Patient profile area — clinical summaries, markdown rendering, demographics editing, consent, assessments, results, invites, and file-based persistence. Synthesize assessment history, severity trends, and progress notes into narrative summaries in English.
Manage assessment invite lifecycle — generate 32-char tokens, create invite links to /a/<token>, track pending/completed status, and manage the invite table.
Review and interpret DSM-5-TR assessment results — score submissions, map severity bands, select and render result charts, detect data-quality issues, and produce clinical interpretations in English.
Draft, audit, and manage patient care plans — synthesize assessment results into structured treatment plans, and evaluate existing plans for clinical gaps, safety concerns, and grounding issues.
| name | mental-health-commands |
| description | Practitioner slash-command workflows for Hermes Mental Health — /assess, /intake, /progress, /safety-check, /privacy-audit. |
| version | 0.1.0 |
| author | hermes-mental-health |
| license | MIT |
| metadata | {"hermes":{"tags":["mental-health","commands","slash","workflows"],"category":"mental-health","related_skills":["mental-health-core","mental-health-assessment-review","mental-health-patient-summary"]}} |
/assess <patient-id> <measure-slug>Start an assessment review session. Loads the measure definition, the patient's latest submission, scores it, renders the result chart, and generates a clinical interpretation in English.
Skills: mental-health-core, mental-health-assessment-review
Hook: patient-scope-guard
/intake <patient-id>Run the patient intake workflow. Creates the patient workspace, initializes
profile.yaml, reviews prior diagnoses, recommends DSM-5-TR measures, and
generates an intake summary.
Skills: mental-health-core, mental-health-patient-summary
Hook: patient-scope-guard
/progress <patient-id>Generate a weekly progress summary. Loads recent results (past 30 days), computes score-over-time trends, renders trend-line charts, and synthesizes a narrative progress note in English.
Skills: mental-health-core, mental-health-patient-summary
Hook: patient-scope-guard
/safety-check <patient-id>Review patient data for safety concerns. Scans PHQ-9 item 9 (self-harm), checks for SI/HI flags, reviews crisis-level severity scores, and generates a safety assessment with recommended actions.
Skills: mental-health-core, mental-health-assessment-review
Hook: patient-scope-guard
/privacy-auditAudit the current session's output for PHI leakage. Scans for email addresses, phone numbers, SSN-like patterns, and DOB references. Verifies patient-scope boundaries were maintained.
Skills: mental-health-core
Hook: output-privacy-review
All patient-scoped commands set HERMES_PATIENT_ID before execution. The
patient-scope-guard.sh hook runs pre-tool and blocks cross-patient access.
output-privacy-review.sh runs post-response and flags potential PHI.