clinical-content-validation

Validates clinical copy for a health app through a mandatory psychology subagent review workflow.

Updated May 9, 2026
One-click install
npx skills add https://github.com/Bumh3rr/solvyx-app --skill clinical-content-validation-bumh3rr
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: clinical-content-validation
Source: https://github.com/Bumh3rr/solvyx-app/tree/main/.opencode/skill/clinical-content-validation
Command: npx skills add https://github.com/Bumh3rr/solvyx-app --skill clinical-content-validation-bumh3rr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Clinical copy in a health app can pathologize users, give wrong crisis guidance, or assume abstinence as the only valid goal. This Skill enforces a mandatory review procedure so all clinical copy is validated by the psicologo-solvyx subagent before merging. ## Core Features & Use Cases - Clinical Copy Detection: Criteria and trigger-word lists to decide whether a piece of copy counts as clinical and requires validation. - Local Pre-Validation Checklist: Eight checks covering pathologizing language, moralization, infantilization, abstinence assumptions, forced binary gender, false dichotomies, non-therapeutic promises, and missing Mexican help lines (911, Línea de la Vida 800 911 2000, SAPTEL 555 259 8121). - Severity-Based Remediation: A CRÍTICO/IMPORTANTE/MEJORA action table, re-validation rules for changes over 30%, and JSON _reviewed_by audit tracking. - Use Case: Before merging six new emotional-regulation exercises in assets/seed/v2/ejercicios.json, run the pre-validation checklist, invoke the psychology subagent for a prioritized report, apply blocking findings, and log the audit. ## Quick Start Ask the agent to validate the clinical copy in your seed JSON file with the psicologo-solvyx subagent and apply all CRÍTICO and IMPORTANTE findings before merging.

Frequently Asked Questions about clinical-content-validation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate clinical copy before merging in a health app?▼

First run the local pre-validation checklist for pathologizing language, moralization, and missing help lines. Then invoke the psicologo-solvyx subagent with the file path and audience context, apply all CRÍTICO and IMPORTANTE findings, and record the review in the `_reviewed_by` JSON field.

What copy counts as clinical content requiring review?▼

Copy is clinical if it includes first-aid guides, emotional regulation exercises, substance lessons, crisis or craving notifications, sensitive journaling prompts, or words like crisis, abstinencia, sobredosis, ansiedad, trauma, or suicidio. Any single matching criterion triggers mandatory validation.

When do I need to re-validate already approved clinical copy?▼

Re-validate whenever more than 30 percent of the copy changes, or when smaller edits affect tone. Typos, broken link fixes, and purely technical bugfixes do not require re-validation. New or modified items in a seed version bump must be re-validated.

Can the psicologo-solvyx subagent rewrite the copy itself?▼

No. The subagent is read-only: it reports risks and proposes short rewrite fragments, but it cannot modify files, write full alternative copy, or suggest architecture changes. The invoking agent performs the actual rewrite based on its findings.

Which crisis help lines must clinical copy include for Mexico?▼

Copy touching crisis topics must reference 911, Línea de la Vida 800 911 2000, and SAPTEL 555 259 8121. If a crisis-related text lacks these references, add them before submitting the copy for subagent validation.