find-bugs

Scan local branch code changes for bugs, security vulnerabilities, and quality issues.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/SonPaier/carfect --skill find-bugs-sonpaier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-bugs
Source: https://github.com/SonPaier/carfect/tree/main/.claude/skills/find-bugs
Command: npx skills add https://github.com/SonPaier/carfect --skill find-bugs-sonpaier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps identify and report bugs, security vulnerabilities, and code quality issues within the current local branch changes, ensuring a more robust and secure codebase.

Core Features & Use Cases

  • Code Review Automation: Automatically scans code changes for common and critical issues.
  • Security Auditing: Detects potential security flaws like injection vulnerabilities, XSS, and authentication bypasses.
  • Bug Detection: Identifies logical errors, race conditions, and other bugs.
  • Use Case: Before merging a new feature, use this Skill to perform a thorough security and quality check on all modifications.

Quick Start

Use the find-bugs skill to review the code changes on the current branch.

Frequently Asked Questions about find-bugs

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

FAQPage Schema
How do I scan local git branch code changes for security vulnerabilities and bugs?

Automated code review scans local branch modifications to detect security vulnerabilities, bugs, and code quality issues. It analyzes attack surfaces, checks against a security checklist, and verifies potential issues against existing code and tests to provide prioritized findings.

What is the best way to automate a security audit before merging a new feature?

Automating a pre-merge security audit involves scanning local code modifications to detect injection vulnerabilities, XSS, and authentication bypasses. The process prioritizes security vulnerabilities over general bugs, providing detailed findings with severity, evidence, and suggested fixes.

How does automated bug detection handle logical errors and race conditions in code?

Automated bug detection identifies logical errors and race conditions by analyzing local branch changes and verifying potential issues against existing code and tests. This ensures reported bugs are valid before suggesting fixes.

Can I use code review automation to check for injection vulnerabilities and XSS in my codebase?

Yes, code review automation can check for injection vulnerabilities and XSS by scanning local branch changes, analyzing attack surfaces, and verifying potential security flaws against a comprehensive security checklist.

Do I need existing tests to perform a vulnerability scanning check on local code changes?

Existing tests are used to verify potential issues identified during vulnerability scanning. The scanner checks potential bugs and security flaws against existing code and tests to confirm whether detected issues are valid before reporting.