What problem does it solve?
It keeps production errors from overwhelming teams by transforming noisy Sentry issues into prioritized, actionable guidance and ensuring fixes are routed with context and accountability.
Core Features & Use Cases
- Structured Triage Protocol: Fetch issues, events, and traces from Sentry, classify by severity, and log actions in PROJECT_STATUS.json so stakeholders know what is happening with every incident.
- Root Cause & Fix Recommendations: Diagnose errors via stack traces, deployment correlations, and error categories, then craft fix summaries with severity, frequency, and verification instructions for rapid handoff.
- Degraded Mode Resilience: Detect missing telemetry tools, announce degraded mode, mark unverifiable findings, and continue triage using pasted logs while recording the fallback in the action log.
- Cross-Skill Integration: Escalate critical bugs through qa-gate, link issues to project tracker entries, compare deployments with vercel-deploy, and surface regression tests via testing-cicd and version-logger.
Quick Start
Use the error-triage skill to fetch recent Sentry issues, assign severity, and report recommended fixes.