What problem does it solve?
The sentry/javascript issue queue accumulates non-actionable noise — third-party library errors, browser API permission denials, test events, and transient backend 5xx — that buries real bugs and wastes triage time.
Core Features & Use Cases
- Criteria-based classification: Classifies each unresolved issue as archive, skip, or needs-human using a documented taxonomy of nine noise categories with recognition heuristics.
- Safe archive-only mutations: Only sets status to ignored with untilEscalating mode, always with a category-tagged reason, and never resolves, assigns, or deletes.
- Confirmation-gated batch plans: Builds a Markdown triage plan table and waits for explicit user approval before calling update_issue on any issue.
- Use Case: Ask the agent to triage the javascript project; it searches the unresolved queue, classifies up to 50 issues against the archive criteria, presents a plan, and archives only the approved subset.
Quick Start
Ask the agent to triage new frontend issues in the sentry/javascript project and archive the non-actionable ones.