From langfuse-pack
Troubleshoot and respond to Langfuse-related incidents and outages. Use when experiencing Langfuse outages, debugging production issues, or responding to LLM observability incidents. Trigger with phrases like "langfuse incident", "langfuse outage", "langfuse down", "langfuse production issue", "langfuse troubleshoot".
How this skill is triggered — by the user, by Claude, or both
Slash command
/langfuse-pack:langfuse-incident-runbookThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [Overview](#overview)
Step-by-step procedures for responding to Langfuse-related incidents, from initial triage through resolution and post-incident review.
Run the quick diagnosis script: check Langfuse status page, API connectivity, auth test, and application metrics.
| Symptom | Likely Cause | Action |
|---|---|---|
| No traces appearing | SDK not flushing | Check shutdown handlers, reduce batch size |
| 401/403 errors | Auth issue | Verify keys match project, check rotation |
| High latency | Rate limits | Increase batching, implement circuit breaker |
| Missing data | Partial failures | Ensure spans end in finally blocks |
| Complete outage | Langfuse service | Enable fallback, queue locally |
Follow the section-specific resolution steps. For outages, activate graceful degradation mode.
Verify traces appearing, check error rates normalized, schedule post-mortem for P1/P2.
See detailed implementation for advanced patterns.
| Severity | Description | Response Time |
|---|---|---|
| P1 | Complete outage | 15 min |
| P2 | Degraded, partial loss | 1 hour |
| P3 | Slow/delayed traces | 4 hours |
| P4 | Minor issues | 24 hours |
| Level | Contact | When |
|---|---|---|
| L1 | On-call engineer | All incidents |
| L2 | Platform team lead | P1/P2 unresolved 30min |
| L3 | Langfuse support | Service-side issues |
npx claudepluginhub bulozb/claude-code-plugins-plus-skills --plugin langfuse-packGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
4plugins reuse this skill
First indexed Jul 11, 2026