find-bugs

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

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/baskarajati/undangan --skill find-bugs-baskarajati
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-bugs
Source: https://github.com/baskarajati/undangan/tree/main/.agent/skills/find-bugs
Command: npx skills add https://github.com/baskarajati/undangan --skill find-bugs-baskarajati

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Phase-driven security checks
  • Comprehensive diff-based analysis
  • Actionable remediation guidance for code reviews and audits

Quick Start

Review the current branch changes with the built-in diff collector to surface bugs and security issues.

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 in my local git branch changes?▼

To find security vulnerabilities in local branch changes, analyze git diff output using a structured security checklist to identify injection, authentication, and logic flaws. This process tracks inputs and outputs to produce a prioritized remediation report for code reviews.

What is static analysis for code review on feature branches?▼

Static analysis for code review on feature branches is a phase-driven examination of git diff changes to detect bugs and code quality issues. It enforces a security checklist to document authentication and injection risks, yielding actionable remediation guidance.

Can I audit pull request diffs for injection and authentication flaws automatically?▼

Yes, you can audit pull request diffs for injection and authentication flaws automatically. By collecting local branch changes and applying a comprehensive diff-based analysis, the system tracks inputs and outputs to surface security gaps and logic flaws.

Does bug detection in branch changes work without external dependencies?▼

Bug detection in branch changes works without external dependencies by using a built-in diff collector to gather changes. It applies an internal structured security checklist to analyze the code and generate a prioritized report detailing bugs and vulnerabilities.

What's the best way to document code quality issues in a security audit?▼

The best way to document code quality issues in a security audit is to produce a prioritized report from diff-based analysis. This report tracks inputs and outputs, detailing injection and logic flaws while providing actionable remediation recommendations for reviewers.