TESTING AND RELIABILITY / Sentry
Sentry Find Bugs
Reviews a branch diff against surrounding code and existing tests, reporting only substantiated issues and explicit coverage limits.
“Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit”
01 / THE REASONING
Why this made the selection.
- Requires the complete diff to be read before findings and follows changed behavior into surrounding implementations and tests.
- Each candidate issue must survive a check for existing handling; the report records what was reviewed and what remains unverified.
02 / THE REVIEW RECORD
What we actually inspected.
Source review has boundaries.
A clear record is more useful than a “safe” badge.
Material inspected
- skills/find-bugs/SKILL.md
- README.md (installation, compatibility and licence sections)
- LICENSE
Our findings
- The complete definition instructs a read-only review and asks for file/line evidence and concrete fixes rather than speculative issue lists.
- The default-branch lookup uses gh, while the diff uses local git state; missing or stale base refs need resolution before relying on coverage.
Not established by this review
- No branch review or vulnerability validation was run.
- GitHub authentication and base-ref availability were not exercised.
The review applies to the material and revision named here. A newer upstream release can change its behavior.
03 / PUT IT TO WORK
Add a skill to your workflow.
DOCUMENTED COMMAND
npx skills add https://github.com/getsentry/skills/tree/c2f99a5b04b4cd992ec3022d7c2c3e23e938d241/skills/find-bugs Copying does not execute this command. It may retrieve a newer version than the reviewed source.
- Install the find-bugs directory and keep the branch/base context explicit.
- State whether the review includes working-tree changes; the supplied branch-diff command does not include them.
- Choose the intended host and project scope in the installer. The source revision is pinned; the installer itself is not executed or version-pinned by this review.
Before you start
- Node.js/npm and git for the documented Skills installer
- A git checkout with the intended comparison base
- Authenticated GitHub CLI for the supplied default-branch discovery command
04 / FOLLOW THE EVIDENCE
The source trail.
Our notes are separate from the original resource.
Check upstream before adopting a new version.
https://github.com/getsentry/skills/blob/c2f99a5b04b4cd992ec3022d7c2c3e23e938d241/skills/find-bugs/SKILL.md
Supports: summary, upstreamDescription, whySelected, bestFor, limitations, review, access
https://github.com/getsentry/skills/blob/c2f99a5b04b4cd992ec3022d7c2c3e23e938d241/README.md
Supports: install, compatibility, access, license
https://github.com/getsentry/skills/blob/c2f99a5b04b4cd992ec3022d7c2c3e23e938d241/LICENSE
Supports: license, access.cost
https://github.com/vercel-labs/skills/blob/7407f3893ad4dceab546ac002c3ef806e4000c73/README.md
Supports: install
https://github.com/vercel-labs/skills/blob/7407f3893ad4dceab546ac002c3ef806e4000c73/src/git.ts
Supports: install
https://github.com/vercel-labs/skills/blob/7407f3893ad4dceab546ac002c3ef806e4000c73/src/source-parser.ts
Supports: install