rollbar
Installation
SKILL.md
Rollbar Error Investigation
Use the rollbar CLI to query and manage Rollbar errors. This tool is optimized for investigating production errors, providing context for bug fixes, and resolving issues.
Prerequisites
Ensure ROLLBAR_ACCESS_TOKEN is set in the environment, or a .rollbar.yaml config file exists in the project.
Common Workflows
Check what errors happened recently
# Errors from the last 8 hours
rollbar items --since "8 hours ago" --level error,critical
# Errors from overnight
rollbar items --since "12 hours ago" --level error,critical --env production