$npx -y skills add K-Dense-AI/scientific-agent-skills --skill clinical-reportsWrite comprehensive clinical reports including case reports (CARE guidelines), diagnostic reports (radiology/pathology/lab), clinical trial reports (ICH-E3, SAE, CSR), and patient documentation (SOAP, H&P, discharge summaries). Full support with templates, regulatory compliance (
| 1 | # Clinical Report Writing |
| 2 | |
| 3 | ## Overview |
| 4 | |
| 5 | Clinical report writing is the process of documenting medical information with precision, accuracy, and compliance with regulatory standards. This skill covers four major categories of clinical reports: case reports for journal publication, diagnostic reports for clinical practice, clinical trial reports for regulatory submission, and patient documentation for medical records. Apply this skill for healthcare documentation, research dissemination, and regulatory compliance. |
| 6 | |
| 7 | **Critical Principle: Clinical reports must be accurate, complete, objective, and compliant with applicable regulations (HIPAA, FDA, ICH-GCP).** Patient privacy and data integrity are paramount. All clinical documentation must support evidence-based decision-making and meet professional standards. |
| 8 | |
| 9 | ## When to Use This Skill |
| 10 | |
| 11 | This skill should be used when: |
| 12 | - Writing clinical case reports for journal submission (CARE guidelines) |
| 13 | - Creating diagnostic reports (radiology, pathology, laboratory) |
| 14 | - Documenting clinical trial data and adverse events |
| 15 | - Preparing clinical study reports (CSR) for regulatory submission |
| 16 | - Writing patient progress notes, SOAP notes, and clinical summaries |
| 17 | - Drafting discharge summaries, H&P documents, or consultation notes |
| 18 | - Ensuring HIPAA compliance and proper de-identification |
| 19 | - Validating clinical documentation for completeness and accuracy |
| 20 | - Preparing serious adverse event (SAE) reports |
| 21 | - Creating data safety monitoring board (DSMB) reports |
| 22 | |
| 23 | ## Visual Enhancement with Scientific Schematics |
| 24 | |
| 25 | **⚠️ MANDATORY: Every clinical report MUST include at least 1 AI-generated figure using the scientific-schematics skill.** |
| 26 | |
| 27 | This is not optional. Clinical reports benefit greatly from visual elements. Before finalizing any document: |
| 28 | 1. Generate at minimum ONE schematic or diagram (e.g., patient timeline, diagnostic algorithm, or treatment workflow) |
| 29 | 2. For case reports: include clinical progression timeline |
| 30 | 3. For trial reports: include CONSORT flow diagram |
| 31 | |
| 32 | **How to generate figures:** |
| 33 | - Use the **scientific-schematics** skill to generate AI-powered publication-quality diagrams |
| 34 | - Simply describe your desired diagram in natural language |
| 35 | - Nano Banana Pro will automatically generate, review, and refine the schematic |
| 36 | |
| 37 | **How to generate schematics:** |
| 38 | ```bash |
| 39 | python scripts/generate_schematic.py "your diagram description" -o figures/output.png |
| 40 | ``` |
| 41 | |
| 42 | The AI will automatically: |
| 43 | - Create publication-quality images with proper formatting |
| 44 | - Review and refine through multiple iterations |
| 45 | - Ensure accessibility (colorblind-friendly, high contrast) |
| 46 | - Save outputs in the figures/ directory |
| 47 | |
| 48 | **When to add schematics:** |
| 49 | - Patient case timelines and clinical progression diagrams |
| 50 | - Diagnostic algorithm flowcharts |
| 51 | - Treatment protocol workflows |
| 52 | - Anatomical diagrams for case reports |
| 53 | - Clinical trial participant flow diagrams (CONSORT) |
| 54 | - Adverse event classification trees |
| 55 | - Any complex concept that benefits from visualization |
| 56 | |
| 57 | For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation. |
| 58 | |
| 59 | --- |
| 60 | |
| 61 | ## Core Capabilities |
| 62 | |
| 63 | ### 1. Clinical Case Reports for Journal Publication |
| 64 | |
| 65 | Clinical case reports describe unusual clinical presentations, novel diagnoses, or rare complications. They contribute to medical knowledge and are published in peer-reviewed journals. |
| 66 | |
| 67 | #### CARE Guidelines Compliance |
| 68 | |
| 69 | The CARE (CAse REport) guidelines provide a standardized framework for case report writing. All case reports should follow this checklist: |
| 70 | |
| 71 | **Title** |
| 72 | - Include the words "case report" or "case study" |
| 73 | - Indicate the area of focus |
| 74 | - Example: "Unusual Presentation of Acute Myocardial Infarction in a Young Patient: A Case Report" |
| 75 | |
| 76 | **Keywords** |
| 77 | - 2-5 keywords for indexing and searchability |
| 78 | - Use MeSH (Medical Subject Headings) terms when possible |
| 79 | |
| 80 | **Abstract** (structured or unstructured, 150-250 words) |
| 81 | - Introduction: What is unique or novel about the case? |
| 82 | - Patient concerns: Primary symptoms and key medical history |
| 83 | - Diagnoses: Primary and secondary diagnoses |
| 84 | - Interventions: Key treatments and procedures |
| 85 | - Outcomes: Clinical outcome and follow-up |
| 86 | - Conclusions: Main |