ai/skills/tool-sentry/SKILL.md
Fetches Sentry issue details by URL. Use when the user asks about a Sentry error, issue, or exception, or shares a Sentry link. Also, when Slack conversation include a Sentry issue URL.
npx skillsauth add kurko/dotfiles tool-sentryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Fetches a Sentry issue and its most representative event, then prints a structured debugging summary: error details, stacktrace (in-app frames first), HTTP request context, breadcrumbs, user info, and tags.
The SENTRY_AUTH_TOKEN environment variable must be set.
If the token is missing, tell the user:
SENTRY_AUTH_TOKENis not set. Create a token at https://sentry.io/settings/account/api/auth-tokens/ withevent:readscope, then run:export SENTRY_AUTH_TOKEN='your-token-here'
Do NOT attempt to run the script without the token.
# Fetch issue details (the full URL with query params is fine — only org and issue ID are used)
~/.claude/skills/tool-sentry/sentry-readonly-cli "https://myorg.sentry.io/issues/7044654032/"
# Show help with full output format documentation
~/.claude/skills/tool-sentry/sentry-readonly-cli help
The script outputs these sections (omitted if no data):
data-ai
Merge the current worktree branch into main and sync main back. Use when the user says "merge to main", "ship it", "merge and continue", or after completing a task in a worktree and wanting to continue with the next one.
tools
Synchronize AI agent skills, commands, configs, permissions, hooks, and instructions across Claude Code, Codex CLI, and other Agent Skills-compatible tools. Use when the user asks to pull skills from Claude into Codex, sync Codex work back to Claude, migrate agent commands, reconcile frontmatter, update permissions, or keep agent setup files in parity.
testing
Write or update UI-independent use cases for QA. Use when the user says "write use cases", "add use cases", "QA use cases", "update use cases", "compose use cases", or when starting implementation of a new feature (after plan approval). Also activates for "what should we test", "regression cases", or "use cases for QA".
documentation
Skill on how to write a task. Use when user asks you to write a task (for Asana, Linear, Jira, Notion and equivalent). Also activates when user says "create task", "write task", or similar task creation workflow requests.