abridge-debug-bundle

Featured

Collect Abridge debug evidence for support tickets and troubleshooting. Use when filing Abridge support tickets, collecting diagnostic data, or preparing evidence for escalation to Abridge engineering. Trigger: "abridge debug bundle", "abridge support ticket", "abridge diagnostics", "collect abridge evidence".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 ```typescript // src/debug/abridge-debug-bundle.ts import fs from 'fs'; import { execSync } from 'child_process'; interface DebugBundle { timestamp: string; environment: Record<string, string>; connectivity: Record<string, any>; recentErrors: any[]; sessionDiagnostics: any[]; fhirStatus: any; } async function generateDebugBundle(): Promise<DebugBundle> { const bundle: DebugBundle = { timestamp: new Date().toISOString(), environment: collectEnvironment(), connectivity: await testConnectivity(), recentErrors: await collectRecentErrors(), sessionDiagnostics: await collectSessionDiagnostics(), fhirStatus: await checkFhirStatus(), }; // Redact PHI before saving const sanitized = redactPhi(JSON.stringify(bundle, null, 2)); const filename = `abridge-debug-${Date.now()}.json`; fs.writeFileSync(filename, sanitized); console.log(`Debug bundle saved: ${filename}`); return bundle; } function collectEnvironment(): Record<string, string> { return { nodeVersion: process.version, platform: process.platform, abridgeBaseUrl: process.env.ABRIDGE_BASE_URL || 'NOT SET', orgId: process.en...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

apollo-debug-bundle

Collect Apollo.io debug evidence for support. Use when preparing support tickets, documenting issues, or gathering diagnostic information for Apollo problems. Trigger with phrases like "apollo debug", "apollo support bundle", "collect apollo diagnostics", "apollo troubleshooting info".

2,266 Updated today
jeremylongshore
AI & Automation Featured

assemblyai-debug-bundle

Collect AssemblyAI debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for AssemblyAI problems. Trigger with phrases like "assemblyai debug", "assemblyai support bundle", "collect assemblyai logs", "assemblyai diagnostic".

2,266 Updated today
jeremylongshore
AI & Automation Featured

adobe-debug-bundle

Collect Adobe debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for Adobe API problems. Trigger with phrases like "adobe debug", "adobe support bundle", "collect adobe logs", "adobe diagnostic".

2,266 Updated today
jeremylongshore
AI & Automation Featured

klaviyo-debug-bundle

Collect Klaviyo debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for Klaviyo API problems. Trigger with phrases like "klaviyo debug", "klaviyo support bundle", "collect klaviyo logs", "klaviyo diagnostic", "klaviyo troubleshoot".

2,266 Updated today
jeremylongshore
AI & Automation Featured

alchemy-debug-bundle

Collect Alchemy SDK debug evidence for troubleshooting and support tickets. Use when encountering persistent issues, preparing support tickets, or debugging blockchain query failures. Trigger: "alchemy debug bundle", "alchemy support ticket", "alchemy diagnostics".

2,266 Updated today
jeremylongshore