assemblyai-prod-checklist

Featured

Execute AssemblyAI production deployment checklist and rollback procedures. Use when deploying AssemblyAI integrations to production, preparing for launch, or implementing go-live procedures for transcription services. Trigger with phrases like "assemblyai production", "deploy assemblyai", "assemblyai go-live", "assemblyai launch checklist".

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

# AssemblyAI Production Checklist ## Overview Complete checklist for deploying AssemblyAI-powered transcription services to production with health checks, monitoring, and rollback procedures. ## Prerequisites - Staging environment tested and verified - Production API key from https://www.assemblyai.com/app/account - Deployment pipeline configured - Monitoring stack ready ## Instructions ### Pre-Deployment Checklist #### API Key & Auth - [ ] Production API key stored in secrets manager (not env files) - [ ] Key is separate from dev/staging keys - [ ] Temporary token endpoint configured for browser streaming - [ ] API key rotation procedure documented #### Code Quality - [ ] All `transcript.status === 'error'` cases handled - [ ] Rate limit retry with exponential backoff implemented - [ ] No hardcoded API keys or audio URLs - [ ] PII redaction enabled for sensitive audio content - [ ] Webhook URL uses HTTPS - [ ] Audio file upload size validated before submission #### Error Handling - [ ] 429 (rate limit) triggers retry with backoff - [ ] 5xx (server error) triggers retry with backoff - [ ] 401 (auth error) triggers alert, no retry - [ ] `transcript.status === 'error'` logged with transcript ID and error message - [ ] WebSocket disconnect triggers reconnection for streaming - [ ] LeMUR errors handled (invalid transcript ID, context too long) #### Performance - [ ] Transcript results cached where appropriate - [ ] Concurrent transcription jobs limited via queue (p-queue ...

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

elevenlabs-prod-checklist

Execute ElevenLabs production deployment checklist with health checks and rollback. Use when deploying TTS/voice integrations to production, preparing for launch, or implementing go-live procedures for ElevenLabs-powered apps. Trigger: "elevenlabs production", "deploy elevenlabs", "elevenlabs go-live", "elevenlabs launch checklist", "production TTS".

2,266 Updated today
jeremylongshore
AI & Automation Featured

klaviyo-prod-checklist

Execute Klaviyo production deployment checklist and validation procedures. Use when deploying Klaviyo integrations to production, preparing for launch, or implementing go-live procedures for email/SMS marketing. Trigger with phrases like "klaviyo production", "deploy klaviyo", "klaviyo go-live", "klaviyo launch checklist", "klaviyo prod ready".

2,266 Updated today
jeremylongshore
AI & Automation Featured

adobe-prod-checklist

Execute Adobe production deployment checklist covering credential management, API health checks, rate limit configuration, and rollback procedures for Firefly Services, PDF Services, and I/O Events integrations. Trigger with phrases like "adobe production", "deploy adobe", "adobe go-live", "adobe launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

abridge-prod-checklist

Execute Abridge production readiness checklist for clinical AI deployment. Use when launching Abridge in a healthcare org, preparing for go-live, or validating HIPAA compliance before production deployment. Trigger: "abridge production checklist", "abridge go-live", "abridge launch readiness", "abridge prod deploy".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-prod-checklist

Execute Documenso production deployment checklist and rollback procedures. Use when deploying Documenso integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "documenso production", "deploy documenso", "documenso go-live", "documenso launch checklist".

2,266 Updated today
jeremylongshore