sentry-javascript-bugs

Installation
SKILL.md

Sentry JavaScript Frontend Bug Pattern Review

Find bugs in Sentry frontend code by checking for the patterns that cause the most real production errors.

This skill encodes patterns from 428 real production issues (201 resolved, 130 ignored, 97 unresolved) generating over 524,000 error events across 93,000+ affected users. These are not theoretical risks -- they are the actual bugs that ship most often, with known fixes from resolved issues.

Scope

Review the code provided by the user, Warden, or the current branch diff. If the user does not provide a target, review the current branch diff. Start from the changed hunk or file, then read outward only as needed to confirm the behavior.

  1. Analyze the changed code against the pattern checks below.
  2. Use Read and Grep to trace data flow beyond the initial diff when needed. Follow component props, hook return values, API response shapes, and state transitions until the behavior is confirmed.
  3. Report only HIGH and MEDIUM confidence findings.
Confidence Criteria Action
HIGH Traced the code path, confirmed the pattern matches a known bug class Report with fix
MEDIUM Pattern is present but context may mitigate it Report as needs verification
LOW Theoretical or mitigated elsewhere Do not report
Related skills
Installs
61
GitHub Stars
43.8K
First Seen
Feb 24, 2026