CtrlK
BlogDocsLog inGet started
Tessl Logo

sentry-javascript-bugs

Review Sentry React and TypeScript changes for bug patterns drawn from real production issues. Use when reviewing a frontend diff or PR, checking Warden findings, auditing the current branch, reviewing production-error patterns, or looking for common regressions in `static/`.

80

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

100%Weight 40%Scale 1-3

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is a well-structured, actionable catalog of Sentry frontend bug patterns with concrete safe-pattern code, a clear gated workflow, and correctly signaled one-level-deep references. It stays lean by assuming Claude's competence and avoiding concept explanations.

DimensionReasoningScore

Conciseness

The body is dense with domain-specific, non-obvious guidance (red flags plus concrete safe-pattern code) and assumes Claude's competence without explaining basics like React hooks or null access; the only mild excess is a one-sentence motivational framing of the production-issue statistics.

3 / 3

Actionability

Each check pairs red flags with copy-paste-ready safe patterns such as `obj?.property?.nested`, `const value = obj?.field ?? defaultValue`, `if (!traceSlug) return fallbackLink`, and `Math.min(100, Math.max(0, precision))` — fully executable guidance.

3 / 3

Workflow Clarity

A clearly sequenced three-step process (Classify → Check patterns → Report) with explicit checkpoints: a HIGH/MEDIUM/LOW confidence gating table, the 'If no checks produced a potential finding, stop and report zero findings' stop rule, and a dedup rule for reporting each location once.

3 / 3

Progressive Disclosure

The body is an overview that delegates per-category detail to seven one-level-deep references via a clear code-type-to-reference table in Step 1, and all seven referenced files (e.g. references/null-reference-errors.md) exist in ./references/.

3 / 3

Total

12

/

12

Passed

Description

100%Weight 40%Scale 1-3

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is concrete, trigger-rich, and tightly scoped to the Sentry frontend review niche. It cleanly answers both what the skill does and when to invoke it, with no vague padding or conflict risk.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Review Sentry React and TypeScript changes for bug patterns', 'checking Warden findings', 'auditing the current branch', 'reviewing production-error patterns', 'looking for common regressions' — rather than vague language.

3 / 3

Completeness

Explicitly states what it does ('Review Sentry React and TypeScript changes for bug patterns drawn from real production issues') and when to use it via an explicit 'Use when...' clause enumerating five triggers.

3 / 3

Trigger Term Quality

Covers natural phrases users would say when requesting this work — 'reviewing a frontend diff or PR', 'checking Warden findings', 'auditing the current branch', 'reviewing production-error patterns', 'common regressions'.

3 / 3

Distinctiveness Conflict Risk

Scoped tightly to the Sentry frontend with Sentry-specific markers ('Warden findings', "regressions in `static/`", 'Sentry React and TypeScript'), giving it a clear niche unlikely to trigger for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
getsentry/sentry
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.