What problem does it solve? Debugging production errors from Sentry reports is slow and error-prone when done manually, requiring developers to correlate stack traces, breadcrumbs, and event context across multiple tools before writing a fix. ## Core Features & Use Cases - Issue Discovery and Triage: Search unresolved Sentry issues by natural language, error type, ID, or URL using Sentry MCP tools. - Deep Root Cause Analysis: Gather stack traces, breadcrumbs, tags, traces, and AI-generated root cause analysis to form and validate hypotheses before touching code. - Guided Fix and Verification: Follow a structured seven-phase workflow covering code investigation, fix implementation, test creation, and regression auditing. - Use Case: A user asks to fix a recurring TypeError reported in Sentry; the skill retrieves the issue details, traces the failing code path, implements a validated fix with tests, and produces a structured resolution report. ## Quick Start Ask the assistant to find and fix the unresolved TypeError issues in your Sentry project.