Abridge Synthetic Workflow Rehearsal
SkillDev toolsSets up a local Abridge development environment with a FHIR server and synthetic test data.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Abridge Synthetic Workflow Rehearsal skill
About this capability
Build a local synthetic rehearsal for customer-owned Abridge workflow adapters and failure states. Use when developing integration code without access to patient data or a documented public Abridge sandbox. Trigger with \"create an Abridge dev loop\".
What this skill tells your AI
The instructions your AI receives, as published by jeremylongshore/tons-of-skills-marketplace in skills/.curated/abridge-local-dev-loop/SKILL.md and read by ahel’s review.
Overview
Model the approved interface control document locally with synthetic fixtures, deterministic state transitions, and zero vendor calls. Keep the harness useful even when tenant-specific schemas change by pinning each fixture to its authority revision.
Prerequisites
- The authorized Abridge environment, clinical owner, and health-system policy set
- Current tenant-specific implementation evidence for every private interface in scope
- Synthetic data or the organization's formally approved test-record procedure
Tool Discipline
Use Read, Glob, and Grep to inspect repository configuration, adapters, tests, policies, and existing evidence. Use WebFetch only for current official Abridge, HHS, or named EHR documentation. Use Write or Edit only after confirming scope, environment, owners, patient-data boundary, and approval state. These tools do not confer access to Abridge, an EHR, or a clinical record; return exact operator steps or an approval-gated handoff for live actions.
Current Contract
- Abridge public support materials describe the human workflow but do not promise a universal public developer sandbox.
- A local EHR simulator or mock adapter tests customer code only; it does not reproduce Abridge, Epic, or clinical behavior.
- Synthetic dialogue must avoid copied patient phrases and realistic identifiers.
Authentication
Use only the health system's provisioned Abridge application access, SSO, administrative role, or tenant-specific partner authentication documented for the approved environment. Do not infer public API credentials, reuse production secrets in tests, or expose tokens and session material. Verify identity owner, least privilege, environment binding, storage, rotation, and revocation before any authenticated action.
Instructions
- Freeze the customer-owned boundary, private contract revision, permitted fields, and expected state transitions.
- Use
Read,Glob, andGrepto inspect adapters and tests, then identify every external call that must be mocked. - Create obviously synthetic fixtures for consent state, encounter selection, draft metadata, review state, and handoff result.
- Add deterministic failures for timeout, duplicate delivery, stale revision, wrong tenant, unreviewed draft, and redaction rejection.
- Use
WriteorEditto implement the harness and record its non-equivalence to live systems. - Use
WebFetchonly to keep the modeled user journey aligned with official Abridge guidance.
Approval Boundaries
Do not proxy a live tenant, download production payloads, or label a local mock as vendor certification.
Output
Return modeled boundary, fixture classes, authority revision, state coverage, failure coverage, live-call count, and known simulation gaps. Separate verified facts, tenant-specific evidence, assumptions, and actions still awaiting approval.
Error Handling
| Condition | Response |
|---|---|
| Fixture provenance is unknown | Delete and recreate it from synthetic requirements. |
| Test performs a network call | Fail closed and replace it with a mock. |
| Private schema changed | Version the new fixture and retain migration coverage. |
Example
The example is a redacted operational receipt, not patient data or proof of vendor certification.
boundary=review-state-adapter; fixtures=7-synthetic; failures=6; network-calls=0; authority=ICD-r12; certification-claim=none
Resources
- Official documentation map — dated public evidence and the limits of what those sources establish.
Read the source map before changing a workflow. Recheck tenant-specific implementation evidence for every interface or capability that public documentation does not define.
Next Steps
Revalidate the evidence date and tenant-specific authority before repeating this workflow in another environment, cohort, care setting, or integration mode.
Signals
- GitHub stars
- 3k
- Forks
- 396
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
abridge-local-dev-loop- Source
- github.com/jeremylongshore/tons-of-skills-marketplace