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 servers
Skills
Sentry Code Review
Analyzes Sentry error data and correlates with code changes to find root causes.
npx skills add sentry/skills/sentry-code-reviewMCP Servers
Setup
Add the Sentry code review skill for error analysis and root cause identification.
npx skills add sentry/skills/sentry-code-reviewUse Cases
- Production error triage and fixing
- Stack trace analysis with code correlation
- Automated bug fix PRs
- Post-deployment error monitoring
Sentrydebuggingproductionerror trackingGitHubbug fixPR