find-bugs
Installation
SKILL.md
- Read the complete diff (every changed line, not just file names)
- Read surrounding context to verify the issue is real
- Check if the issue is already handled elsewhere in the changed code
- Search for existing tests that cover the scenario
- Never report stylistic issues as bugs — only real defects and vulnerabilities
Reporting without verification = false positives, wasted developer time, eroded trust
This is not optional. Every finding requires disciplined verification.
Find Bugs
MANDATORY FIRST RESPONSE PROTOCOL
Before reporting ANY findings, you MUST complete this checklist: