sentry-fix-unresolved-issues

Triage and resolve Sentry unresolved issues with Seer-guided fixes.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/wildbitca/ai-resources --skill sentry-fix-unresolved-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-fix-unresolved-issues
Source: https://github.com/wildbitca/ai-resources/tree/main/skills/sentry-fix-unresolved-issues
Command: npx skills add https://github.com/wildbitca/ai-resources --skill sentry-fix-unresolved-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unresolved Sentry issues can stall development and degrade production reliability; this skill guides you through discovery, analysis with Seer, and one-by-one fixes in the codebase to restore stability.

Core Features & Use Cases

  • Unresolved issue discovery and triage via Sentry MCP, with optional project scoping.
  • Root-cause analysis and Seer-guided fixes to identify file/line candidates in your codebase.
  • End-to-end workflow: implement fixes, run analyses/tests, and mark issues as resolved.

Quick Start

Identify an organization and optional project, list unresolved issues, then analyze and apply fixes across the codebase.

Frequently Asked Questions about sentry-fix-unresolved-issues

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

FAQPage Schema
How do I triage and fix unresolved Sentry production errors in my codebase?

To triage unresolved Sentry production errors, this skill automates issue discovery via Sentry MCP, analyzes root causes with Seer, and applies codebase fixes before marking issues as resolved.

How does Seer analysis work for finding the root cause of Sentry issues?

Seer analysis identifies root causes of Sentry issues by examining production errors and pinpointing specific file and line candidates in your codebase for targeted bug fixes.

Do I need Sentry MCP authentication to enumerate organizations and fetch unresolved issues?

Yes, Sentry MCP authentication is required to enumerate your organizations and projects, fetch unresolved issues, and subsequently update issue status to resolved after verification.

What's the best way to automate bug triage for multiple unresolved Sentry issues across a project?

The best way to automate bug triage for unresolved Sentry issues is scoping to a specific project, fetching open issues, and applying Seer-guided fixes one-by-one across the repository.

Can I scope unresolved issue discovery to specific Sentry projects instead of an entire organization?

Yes, you can scope unresolved issue discovery to specific Sentry projects using optional project parameters during the organization and project enumeration step.

Does fixing unresolved Sentry issues require running tests before updating issue status to resolved?

Yes, the end-to-end workflow requires implementing fixes, running analyses and tests for verification, and only then updating the Sentry issue status to resolved.