Agent skill · data analytics · jeremylongshore
abridge-debug-bundle
Collect Abridge debug evidence for support tickets and troubleshooting.
Why this skill is useful
Adds executable scripts for generating HIPAA-safe debug bundles and collecting diagnostic data specific to Abridge, which the AI wouldn't generate on its own.
What it needs
Requires node installed locally. Requires abridge account access. About 3k tokens when loaded. Last updated 2026-08-07. 2,604 stars on the source repository.
What this skill does
Abridge Debug Bundle Overview Collect HIPAA-safe diagnostic data for Abridge support tickets. All PHI is automatically redacted before bundle creation. Prerequisites Abridge credentials configured Access to application logs Node.js or bash for running diagnostic scripts Instructions Step 1: Generate Debug Bundle Step 2: Session-Level Diagnostics Step 3: Bash Quick Diagnostic Output abridge-debug-{timestamp}.json file with all PHI redacted Environment configuration status Connectivity test results with latency Recent error sessions (metadata only, no PHI) Examples When a sandbox encounter cannot reach the FHIR endpoint, run the bundle generator with sandbox configuration and inspect the resulting JSON before it leaves the environment. Confirm that secret values and synthetic patient fields are redacted, then attach only the sanitized bundle and the failing endpoint's HTTP status to the support ticket. If the redaction review finds an identifier or narrative text, do not upload the file: extend the redaction rule, rerun the bundle, and have the sanitized result reviewed again. Error Handling Issue Cause Solution ------- ------- ---------- Bundle contains PHI Redaction regex missed a pattern Add pattern to redactPhi() function Cannot reach API Network/firewall issue Check DNS, TLS cert, firewall rules Empty error list No recent errors Good sign — check if issue is client-side Resources Abridge Support HIPAA Minimum Necessary Rule Next Steps For rate limiting patterns, see abridge-rate-limits.
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills jeremylongshore/abridge-debug-bundle