Index live · v1.3.0 · MAY 26 2026
DevelopmentIntermediate

Debug Production Issues

Based on Damian Galarza's documented workflow and Anthropic's official blog. Claude pulls live errors from Sentry, reads the stack trace, finds the root cause in your codebase via GitHub, writes a fix, and creates a PR — all in one conversation. Eliminates the context-switching loop between error tracker, editor, and version control.

10 min setup3 components1 skill2 MCP serversLast updated

Skills

MCP Servers

Setup

Add the Sentry code review skill for error analysis and root cause identification.

npx skills add sentry/skills/sentry-code-review

Use Cases

  • Production error triage and fixing
  • Stack trace analysis with code correlation
  • Automated bug fix PRs
  • Post-deployment error monitoring
Sentrydebuggingproductionerror trackingGitHubbug fixPR