fix-sentry-issues

Automates scanning, triaging and fixing of CodeNLP issues with pull requests.

37|12|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/exiao/skills --skill fix-sentry-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-sentry-issues
Source: https://github.com/exiao/skills/tree/main/fix-sentry-issues
Command: npx skills add https://github.com/exiao/skills --skill fix-sentry-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of identifying, triaging, and fixing issues reported in Sentry, reducing the manual effort required for bug resolution.

Core Features & Use Cases

  • Automated Issue Triage: Scans Sentry for recent issues, analyzes root causes, and determines fixability.
  • Automated Fix Creation: Generates pull requests with code fixes for identified Sentry issues.
  • Use Case: Automatically find and fix regressions in the frontend application reported by Sentry in the last 24 hours, ensuring a stable user experience.

Quick Start

Use the fix-sentry-issues skill to scan Sentry for issues from the last 24 hours and create fixes.

Frequently Asked Questions about fix-sentry-issues

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

FAQPage Schema
How do I automate Sentry issue fixes for my application?

You can automate Sentry bug resolution by scanning recent issues, analyzing root causes, and generating pull requests for fixes. The process uses Sentry MCP, GitHub CLI, and git worktrees to manage isolated branches.

Can I automatically create pull requests for Sentry issues reported in the last 24 hours?

Yes, you can automatically create pull requests for Sentry issues reported in the last 24 hours. The Skill triages recent Sentry errors, determines fixability, and generates code fixes to ensure application stability.

Do I need Sentry MCP and GitHub CLI to automate bug fixing?

Yes, automating bug fixing requires Sentry MCP, GitHub CLI, and git worktrees. These dependencies are necessary for scanning Sentry issues, creating pull requests, and managing isolated branch environments.

What is the best way to triage and fix Sentry regressions automatically?

The best way to triage and fix Sentry regressions is to automate the scanning of recent issues, analyze root causes to determine fixability, and generate pull requests with code fixes using Sentry MCP and GitHub CLI.

How does git worktree isolation work when fixing Sentry issues?

Git worktree isolation works by creating separate working directories for each Sentry issue fix. This allows the automated process to generate pull requests on isolated branches without interfering with your main development environment.

When should I not use automated Sentry bug fixing?

You should not use automated Sentry bug fixing if your workflow lacks Sentry MCP, GitHub CLI, or git worktrees, or if the Sentry issues require complex manual debugging that cannot be resolved through automated root cause analysis.