Delete the comments a diff adds unless they earn their place, and condense the few that do. Use as the final step before pushing, submitting, or finalizing a PR — after tests and lint pass, before git push / gh pr create. Also use when asked to "clean up the comments", "check the comments", or when a review flags a…
Walk a person through their lab report — read the original document, organize results by panel, flag out-of-range values against the printed reference ranges, compare with their history, and explain in plain language. Use when the user uploads a lab report (PDF/image) or asks what their blood test results mean.
Backend integration testing skill for OpenELIS Global 2. Provides guidance on writing and running integration tests using Testcontainers, DBUnit, and the 5-layer architecture. Use when writing new integration tests, refactoring backend logic, or validating service layers.
Playwright planning, test authoring, auditing, and debugging skill for OpenELIS with source-first investigation, runtime evidence checks, stable selector policy, project-registration validation, and project-aware recording workflows. Use when planning flows for a feature or PR, creating/writing/adding new Playwright…
SpecKit overview-canvas skill for OpenELIS. Generates an interactive HTML dashboard from a feature's spec.md / plan.md / research.md / tasks.md that surfaces user stories, milestones, data model, decisions, API, and AC coverage in 2-level progressive disclosure (tabs → expandable cards). Light + dark mode + inline…
Use when the user asks to create PRs, commit and push, or submit changes. Handles cross-repo PR creation with Depends-On directives, transitive linked builds, and topological ordering.
Pulls the user's medical records from patient portals (Epic MyChart, Oracle/Cerner) via end-to-end-encrypted SMART on FHIR, into per-provider JSON files Tula can reason over. Personal data is referenced from an external profile file, never embedded. USE FOR: connecting or refreshing records, trending labs across…
Personalized ambient health awareness. Pulls environmental, public-health, and place-based data for the user's location and triages it against their longitudinal record, surfacing only what matters. USE FOR: 'lookout for me' briefings, ambient/air/UV/weather/pressure checks, place-based resource queries, travel-mode…
Surfaces what changed in the user's health since a reference point (date, named event, 'since last X'). Reads workspace memory from med-pdf, health-records, myhealth-pulse, and dated notes; tiers changes by clinical significance. USE FOR: 'what changed', post-visit summaries, longitudinal questions, weekly check-ins.…
Pull verified medical records and digital-identity context from Health Bank One (https://www.healthbankone.com) via their MCP server. HBO uses OAuth 2.x with per-consumer authorization, so this skill drives an authorization-code grant first, then runs the MCP pull, then ingests the redacted bundle into a HealthClaw…
Connect your health records from any US health system via HealthEx, pull your complete clinical history, analyze it with Claude, and optionally export to a personal de-identified FHIR store with automated data quality curation via HealthClaw Guardrails. Supports Epic, Cerner, CommonWell, Carequality, and most major US…
Use when generating, validating, or converting HL7 v2 healthcare messages, or converting HL7 v2 to FHIR. Covers synthetic test-message generation for any of 185 HL7 v2 message types across versions 2.1–2.8.2, message validation, FHIR R5/R4B conversion, and structure exploration (required/optional/repeating fields).…