What problem does it solve?
Production errors reported in Rollbar are hard to diagnose without context: you need to know how widespread an error is, which users it hits, what they were doing, and what the app state looked like at crash time. This Skill walks you through a structured, conversational investigation of a Rollbar error so you can reach a fix-or-ignore decision with evidence.
Core Features & Use Cases
- Flexible input resolution: Accepts an occurrence id, item id, item counter, or Rollbar URL and resolves it to the right item and occurrences via the Rollbar API.
- Blast-radius assessment: Fetches item overview and recent instances to determine how many users are affected, whether it is a regression tied to a code version, and which platforms are involved.
- Deep user context: Pulls captured client state (last actions, last state), user event timelines, server logs, and storage snapshots via Lambda scripts to reconstruct what happened before the error.
- Guided decision-making: Presents root-cause hypotheses with cited evidence, then helps you fix the bug, add the error to the ignore list, or instrument the code with targeted debug logging.
- Use Case: You get a Rollbar alert URL in Slack. Paste it into this Skill, and it will fetch the occurrence, show that 12 users hit it after the latest deploy, replay one user's actions from captured state, pinpoint the failing reducer, and propose a minimal fix with a regression test.
Quick Start
Ask the assistant to debug Rollbar occurrence 12345678901234567 and investigate what caused it.