Skip to main content
ClaudeWave
Skill5.3k repo starsupdated 3d ago

sentry-issue-investigation

Investigate a Sentry issue from bounded event, stack, tag, environment, release, and timeline evidence before proposing a code change.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Devin-AXIS/iPolloWork /tmp/sentry-issue-investigation && cp -r /tmp/sentry-issue-investigation/examples/plugin-packages/sentry/skills/sentry-issue-investigation ~/.claude/skills/sentry-issue-investigation
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Sentry Issue Investigation

1. Resolve the organization, project, environment, issue, and time window.
2. Read representative recent events rather than assuming the issue summary is complete.
3. Compare stack frames, exception values, tags, releases, affected users, and recurrence patterns.
4. Separate the observed failure, likely trigger, suspected code path, and remaining uncertainty.
5. When implementation is requested, inspect the matching code and make the smallest evidence-backed fix.

Do not expose user data from event payloads. Do not claim root cause from a title or one stack trace alone.