find-bugs

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

Updated Nov 20, 2025
One-click install
npx skills add https://github.com/JFEspanolito/Template_FrontEnd_NextJS_JF --skill find-bugs-jfespanolito
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-bugs
Source: https://github.com/JFEspanolito/Template_FrontEnd_NextJS_JF/tree/main/AI/skills/curated/find-bugs
Command: npx skills add https://github.com/JFEspanolito/Template_FrontEnd_NextJS_JF --skill find-bugs-jfespanolito

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies potential bugs, security vulnerabilities, and code quality issues within the current branch's changes, ensuring a more robust and secure codebase.

Core Features & Use Cases

  • Comprehensive Code Review: Analyzes code for common and critical security flaws like injection, XSS, and authorization bypass.
  • Bug Detection: Pinpoints logical errors, race conditions, and other defects.
  • Use Case: Before merging a new feature, use this Skill to perform a thorough security and quality audit to catch any introduced vulnerabilities or bugs.

Quick Start

Review the current branch for any bugs or security vulnerabilities.

Frequently Asked Questions about find-bugs

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

FAQPage Schema
How do I find security vulnerabilities and bugs in my local git diff?

To find security vulnerabilities and bugs in your local git diff, you need a full git diff and a detailed file-by-file examination of attack surfaces, user inputs, and sensitive operations to identify injection flaws, XSS, and race conditions.

What is the best way to audit code for injection flaws and authorization bypass before merging?

The best way to audit code for injection flaws and authorization bypass is to perform a comprehensive code review on local branch changes, analyzing attack surfaces and sensitive operations to catch any introduced vulnerabilities.

Can I detect race conditions and business logic errors in my current branch changes?

Yes, you can detect race conditions and business logic errors in your current branch changes by examining the full git diff and performing a detailed file-by-file analysis of the modified logic.

Does a security audit require a full git diff to identify XSS and authentication problems?

Yes, a security audit requires a full git diff to accurately identify XSS and authentication problems, as it relies on detailed file-by-file examination of attack surfaces and sensitive operations within the local branch changes.

How do I review code quality and pinpoint logical errors in my new feature?

To review code quality and pinpoint logical errors in your new feature, analyze your local branch changes to identify defects, race conditions, and other business logic errors through a thorough examination of modified files.