sentry-workflow

Resolve production issues and review code using Sentry context.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill sentry-workflow-himanshu040604
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-workflow
Source: https://github.com/Himanshu040604/codex-skills-setup/tree/main/assets/codex/skills/claude-import/skills/plugins/sentry%40claude-plugins-official/skills/sentry-workflow
Command: npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill sentry-workflow-himanshu040604

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers quickly identify and fix production issues by leveraging Sentry's context, streamlining debugging and code review processes.

Core Features & Use Cases

  • Production Issue Resolution: Directly addresses and resolves errors and exceptions reported in Sentry.
  • Code Review Assistance: Integrates Sentry's insights into GitHub Pull Requests for informed reviews.
  • SDK Management: Assists with upgrading Sentry SDKs and migrating deprecated APIs.
  • Use Case: When a critical bug is reported in production via Sentry, this skill can be used to investigate the root cause and suggest or implement a fix.

Quick Start

Use the sentry-workflow skill to fix production issues reported in Sentry.

Frequently Asked Questions about sentry-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug production issues using Sentry error tracking data?

To debug production issues with Sentry error tracking data, this workflow fetches relevant issue and event data via Sentry APIs to investigate root causes, triage exceptions, and suggest actionable fixes for live errors.

Can I integrate Sentry bot feedback directly into GitHub pull request code reviews?

Yes, you can integrate Sentry bot feedback into GitHub pull request code reviews. This workflow analyzes PR comments and uses Sentry context to inform code reviews, helping manage code quality through automated feedback.

What is the best way to upgrade Sentry SDKs and migrate deprecated APIs?

The best way to upgrade Sentry SDKs and migrate deprecated APIs is through this workflow's SDK management feature, which facilitates upgrading Sentry SDKs and handles deprecated API migrations to maintain code quality.

How do I triage Sentry exceptions reported in production?

To triage Sentry exceptions reported in production, this workflow integrates with Sentry APIs to fetch relevant issue and event data, enabling you to analyze exceptions and resolve errors reported in Sentry.

Does this workflow require specific dependencies to fetch Sentry issue and event data?

No specific dependencies are required to fetch Sentry issue and event data. The workflow integrates directly with Sentry APIs to retrieve the necessary context for debugging live issues and triaging exceptions.

Why should I use Sentry context for resolving live production errors instead of manual debugging?

Using Sentry context for resolving live production errors streamlines the debugging process by leveraging automated Sentry bot feedback and fetched event data, directly addressing errors reported in Sentry for faster root cause analysis.