What problem does it solve?
This Skill removes the manual toil of investigating production Airbrake errors, tracing them back to the right code path, and turning a noisy error queue into a targeted fix.
Core Features & Use Cases
- Error Triage: Scans unresolved production groups, ranks them by occurrence count, and helps choose the highest-impact issue.
- Deep Context Extraction: Opens occurrence details to capture backtrace, parameters, environment, session data, and any linked GitHub issue.
- Isolated Fix Workflow: Creates a dedicated git worktree, applies the minimal code change, validates the result, and prepares a pull request.
- Use Case: When a production exception starts spiking, use this Skill to identify the source, fix the bug in isolation, and ship a reviewed PR with minimal disruption.
Quick Start
Use the airbrake-fixer skill to inspect the Airbrake project, rank unresolved production errors, and fix the selected issue in a worktree.