fix-sentry

Automate triage and fixes for high-frequency Sentry issues with PR creation.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/gerald-ica/opencode-config-snapshot --skill fix-sentry-gerald-ica
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-sentry
Source: https://github.com/gerald-ica/opencode-config-snapshot/tree/main/opencode/skills/fix-sentry
Command: npx skills add https://github.com/gerald-ica/opencode-config-snapshot --skill fix-sentry-gerald-ica

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates end-to-end triage and fixes for high-frequency Sentry issues.

Core Features & Use Cases

  • End-to-end triage: collect, deduplicate, triage, and categorize groups of Sentry issues.
  • Batch and daemon modes: supports threshold-based batch processing and daemon-like continuous operation with best-effort fixes.
  • Automated PRs with tests: creates git branches, writes tests, and opens PRs for approved fixes while enforcing safety rules.

Quick Start

Invoke the fix-sentry skill with /fix-sentry to begin triage and automatic fixes for Sentry issues.

Frequently Asked Questions about fix-sentry

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

FAQPage Schema
How do I automate Sentry issue triage and bug fixes?

You can automate Sentry triage by invoking a continuous processing mode that collects, deduplicates, and categorizes unresolved issues, then applies phase-by-phase fixes to generate PRs with tests.

Can I automatically create pull requests for Sentry bug fixes?

Yes, automated PR creation is supported. The process writes tests, creates git branches, and opens pull requests for approved fixes while enforcing strict safety rules to ensure code reliability.

How do I batch fix high-frequency Sentry issues?

You can batch fix high-frequency Sentry issues using threshold-based processing, which groups unresolved errors by root cause and applies best-effort fixes across multiple stack traces simultaneously.

Does Sentry triage work for issues without stack traces?

Yes, evidence-based triage categorizes and fixes Sentry issues even when they lack stack traces, deduplicating them by root cause to streamline the resolution workflow.

What is the best way to deduplicate Sentry issues by root cause?

Deduplication by root cause is handled automatically during triage, collecting evidence from unresolved Sentry groups to ensure identical underlying errors are grouped before applying fixes.