From sentry-skills
Reviews local Git branch changes for bugs, security vulnerabilities, and code quality issues using a systematic checklist. Suitable for code reviews and security audits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sentry-skills:find-bugsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review changes on this branch for bugs, security vulnerabilities, and code quality issues.
Review changes on this branch for bugs, security vulnerabilities, and code quality issues.
git diff $(gh repo view --json defaultBranchRef --jq '.defaultBranchRef.name')...HEADFor each changed file, identify and list:
For each potential issue:
Before finalizing, you MUST:
Prioritize: security vulnerabilities > bugs > code quality
Skip: stylistic/formatting issues
For each issue:
If you find nothing significant, say so - don't invent issues.
Do not make changes - just report findings. I'll decide what to address.
npx claudepluginhub getsentry/skills --plugin sentry-skills5plugins reuse this skill
First indexed Jun 2, 2026
Reviews local branch changes for bugs, security vulnerabilities, and code quality issues using a structured checklist-driven process.
Launches a security-auditor agent with pre-gathered branch context (diff, commits, PR metadata) for deep vulnerability audits of branch changes.
Comprehensive security and correctness audit of a branch's changes. Use for thermo nuclear, thermonuclear, or deep review requests, or branch/PR diff audits focused on bugs, breaking changes, security issues, devex regressions, and feature-gate leaks.