find-bugs

Scan code changes for bugs, security vulnerabilities, and quality issues across repositories.

2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/mmsu-pawpatrol/pakamew --skill find-bugs-mmsu-pawpatrol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-bugs
Source: https://github.com/mmsu-pawpatrol/pakamew/tree/main/.agents/skills/find-bugs
Command: npx skills add https://github.com/mmsu-pawpatrol/pakamew --skill find-bugs-mmsu-pawpatrol

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes skills (resource) components.

What problem does it solve?

This Skill helps developers identify bugs, security vulnerabilities, and code quality issues in their codebase, reducing the risk of production failures.

Core Features & Use Cases

  • Code Review Assistance: Analyzes code changes for potential bugs and security risks during pull requests.
  • Security Auditing: Checks for common security flaws such as injections, XSS, and unauthorized access.
  • Use Case: When reviewing a new feature branch, run this Skill to automatically scan for vulnerabilities and potential bugs before merging.

Quick Start

Use the find-bugs skill to analyze recent code changes for security issues and bugs in your 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 code changes for security vulnerabilities before a pull request?

You can scan code changes for security vulnerabilities by running an automated review on your local or remote repositories to detect bugs and quality issues before merging.

What kinds of security flaws and bugs can automated code review detect?

Automated code review detects common security flaws such as injections, XSS, and unauthorized access, alongside general code quality issues and potential bugs.

How does code review assistance work for a new feature branch?

Code review assistance works by analyzing recent changes in your current branch to automatically scan for vulnerabilities and potential bugs before the code is merged.

Can I run security auditing on both local and remote repositories?

Yes, security auditing can scan for bugs and quality issues across both local and remote repositories to help maintain robust software standards.

What is the best way to detect bugs early in a feature branch?

The best way to detect bugs early is to automatically analyze recent code changes in your branch for security risks and quality issues prior to merging.

Why does my codebase still have security risks after manual review?

Manual review can miss security risks because automated scanning is needed to systematically check for common flaws like injections and XSS across the entire codebase.