find-bugs

Identify bugs, security vulnerabilities, and code quality issues in git diffs.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/qwe1236433/ai-encapsulation --skill find-bugs-qwe1236433
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-bugs
Source: https://github.com/qwe1236433/ai-encapsulation/tree/main/.cursor/skills/find-bugs
Command: npx skills add https://github.com/qwe1236433/ai-encapsulation --skill find-bugs-qwe1236433

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.

Core Features & Use Cases

  • Automatic diff-based defect discovery across modified files.
  • Security-focused checks, including input validation, authorization, and configuration issues.
  • Use Case: When reviewing a feature branch, run this Skill to surface potential bugs and security concerns before merging.

Quick Start

Compare the current branch against its base and enumerate changed files to begin an audit.

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 my git branch diff?

To find bugs in a git branch diff, analyze changed files to map inputs, queries, auth checks, session state, external calls, and cryptography usage. Evaluate each issue with a checklist and document evidence, impact, and remediation suggestions.

What is diff-based static analysis for code review?

Diff-based static analysis is examining the full git diff of modified files to discover defects and security-focused issues like input validation and authorization gaps before merging a feature branch.

How do I run a security audit on local branch changes?

Run a security audit on local branch changes by comparing the current branch against its base, enumerating changed files, and applying a workflow to identify configuration issues, auth checks, and cryptography usage.

Can I check code quality and authorization issues in modified files?

You can check code quality and authorization issues in modified files by running a diff analysis that applies a security-focused checklist to map session state, external calls, and inputs across all changed files.

When do I need to review branch changes for security gaps?

You need to review branch changes for security gaps when asked to audit code, perform a security review, or find bugs before merging a feature branch to ensure no vulnerabilities or quality issues are introduced.