sentry
Installation
SKILL.md
/sentry
Connect to the Sentry API to monitor issues, browse events, manage releases and resolve errors. Pure Ruby, zero gems — stdlib only.
Structure
scripts/
├── auth.rb # Bearer token + sentry_request helper (required by all scripts)
├── check_setup.rb # Check if token exists (outputs OK or SETUP_NEEDED)
├── save_token.rb # Save and validate an API token
├── organizations.rb # List organizations
├── projects.rb # List projects for an organization
├── issues.rb # List issues for a project (optional --query flag)
├── issue.rb # Get issue details
├── events.rb # List events for an issue
├── resolve.rb # Resolve an issue (requires confirmation)
└── releases.rb # List releases for an organization