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

sentry-release-health

Assess release health from Sentry errors, regressions, affected users, crash evidence, and comparison with the previous stable release.

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

SKILL.md

# Sentry Release Health

1. Resolve the release and production environment exactly.
2. Compare it with the previous relevant stable release over equivalent windows.
3. Report new and regressed issues, affected users, severity, and high-confidence change points.
4. Distinguish incomplete rollout, low traffic, and missing instrumentation from healthy behavior.
5. Recommend continue, monitor, pause, or rollback only when the evidence supports that choice.

Never claim a release is safe solely because no events were returned.