What problem does it solve?
This Skill helps teams investigate production errors without jumping prematurely to fixes. It provides a disciplined workflow for tracing failures back through code paths, git history, deployment state, and observability signals so you can explain what changed, why the error surfaced, and how broad the impact is.
Core Features & Use Cases
- Structured error investigation: Parses stack traces and failure context into concrete investigation questions that guide evidence gathering.
- Cross-system tracing: Connects file-level code analysis with git regression history, AWS deployment metadata, and Datadog activity to determine whether a suspected regression is actually live and firing.
- Evidence-ready reporting: Produces a structured investigation document with file:line citations, blast radius assessment, in-flight fix status, and calibrated uncertainty suitable for Jira or Slack.
- Use cases: Investigating Lambda failures, ECS service regressions, unexpected production behavior, silent regressions after deployment, or any issue where the contributing factors are still unknown.
Quick Start
Ask the investigate skill to analyze a production error or stack trace and produce a cited investigation document explaining the leading hypothesis, contributing factors, blast radius, and whether the regression is currently deployed and firing.