find-bugs

Identify bugs, security vulnerabilities, and code quality issues in local branch changes.

905|47|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/getsentry/skills --skill find-bugs-getsentry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-bugs
Source: https://github.com/getsentry/skills/tree/main/skills/find-bugs
Command: npx skills add https://github.com/getsentry/skills --skill find-bugs-getsentry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review branch changes to identify bugs, security vulnerabilities, and code quality issues before merging.

Core Features & Use Cases

  • Phase-driven analysis of changed files to surface defects, vulnerabilities, and maintainability concerns.
  • Structured security and quality checklist guiding verification before merge.
  • Ideal for pull requests, feature branches, or any local branch undergoing review.

Quick Start

Request an immediate scan of your current branch to generate a prioritized defect report.

Frequently Asked Questions about find-bugs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find bugs and security vulnerabilities in a pull request diff?

Code review for branch changes involves mapping modified files and applying a structured checklist to verify security and quality. This skill follows a multi-phase workflow to surface defects and outputs a prioritized report for merge readiness.

How do I check my feature branch for code quality issues before merging?

Checking code quality issues before merging requires auditing the diff against a verification checklist. This skill evaluates feature branch changes across multiple phases to identify maintainability concerns and outputs a prioritized defect report.

What is the best way to audit local commits for security vulnerabilities?

Auditing local commits for security vulnerabilities is best handled by a phase-driven analysis tool. This skill gathers input, maps changes, and verifies against a security checklist to surface vulnerabilities in your branch diff.

Can I review code quality and security for any local branch changes?

You can review code quality and security for any local branch changes. The skill accepts diffs from feature branches, pull requests, or commits to identify defects and maintainability issues across the modified files.

Does diff analysis for bugs require a specific testing framework or environment?

Diff analysis for bugs does not require a specific testing framework. The skill operates directly on branch changes and commits without external dependencies, applying its own structured checklist to identify security vulnerabilities and code quality issues.