find-bugs

Installation
SKILL.md

Find Bugs

Review changes on this branch for bugs, security vulnerabilities, and code quality issues.

When to Use This Skill

Use this skill when:

  • Asked to review changes
  • Finding bugs in code
  • Performing security reviews
  • Auditing code on the current branch
  • Reviewing pull request changes

Phase 1: Complete Input Gathering

  1. Get the FULL diff: git diff $(gh repo view --json defaultBranchRef --jq '.defaultBranchRef.name')...HEAD
  2. If output is truncated, read each changed file individually until you have seen every changed line
  3. List all files modified in this branch before proceeding
Installs
1
Repository
xfstudio/skills
GitHub Stars
9
First Seen
Aug 15, 2026
find-bugs — xfstudio/skills