What problem does it solve?
Engineering teams accumulate noisy Sentry backlogs where new and spiking errors go unnoticed or get reported as duplicate GitHub issues. This Skill runs a recurring, read-only grooming sweep that turns the raw error backlog into a short, ranked, deduplicated set of drafted issues without paging anyone or mutating Sentry state.
Core Features & Use Cases
- Backlog grouping and ranking: Pulls new and spiking errors from Sentry, groups them by fingerprint, and ranks them by an impact score combining event count and affected users.
- GitHub dedupe and drafting: Checks each candidate against existing issues in the triage repo by Sentry issue ID, then drafts labeled GitHub issues with stack traces and impact data for the top offenders.
- Sweep summary alerts: Posts one Slack summary per sweep listing drafted issues and already-tracked candidates, staying silent when nothing is new.
- Use Case: A platform team schedules an hourly sweep so that every morning the backlog is already groomed — the three highest-impact errors each have a drafted GitHub issue with full stack traces, and duplicates link back to existing tickets.
Quick Start
Ask the agent to groom the Sentry backlog for your project and draft GitHub issues for the top new or spiking errors, then post a summary to your alert channel.