Skip to main content
ClaudeWave
Skill5.9k estrellas del repoactualizado yesterday

sentry-fix-verification

Verify a production fix by linking the changed code and release to Sentry issue state and post-release event trends without resolving issues prematurely.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Devin-AXIS/iPolloWork /tmp/sentry-fix-verification && cp -r /tmp/sentry-fix-verification/examples/plugin-packages/sentry/skills/sentry-fix-verification ~/.claude/skills/sentry-fix-verification
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Sentry Fix Verification

1. Record the target issue, expected fix, code change, release, environment, and observation window.
2. Confirm the release containing the change is actually present in Sentry.
3. Compare post-release events and affected users with the pre-release baseline.
4. Report whether evidence shows fixed, improving, unchanged, regressed, or insufficient traffic.
5. Change issue state only when the user requests it and the verification evidence is adequate.

Keep local tests, merged code, deployed release, and observed production behavior as separate milestones.