What problem does it solve? Support engineers investigating Sentry errors must manually correlate stacktraces with codebase logic and hunt through dozens of remediation scripts, which is slow and error-prone. This Skill automates that diagnosis by fetching the Sentry issue, analyzing the relevant GitLab codebase, and recommending a structured script workflow. ## Core Features & Use Cases - Automated Issue Analysis: Fetches Sentry issue details, stacktraces, and tenant tags via the Sentry MCP server, then assesses how many tenants are affected. - Codebase Root Cause Investigation: Uses an Explore agent to read the error location and trace data flow in the CPOMS or StaffSafe GitLab repositories. - Cascading Script Recommendations: Matches errors against 120+ GitLab-hosted scripts, distinguishing logging scripts from destructive scripts, and enriches recommendations with Confluence gotchas. - Use Case: A support engineer receives a Sentry alert about duplicate medical condition records for one school. The Skill identifies the tenant, confirms the issue is isolated, and recommends running a logging script first, then a dedupe script with dry-run enabled in Manage. ## Quick Start Diagnose the Sentry issue at this URL and recommend which scripts to run for the affected customer.