What problem does it solve?
Analyzes branch changes to identify bugs, security issues, and code quality gaps relative to the default branch.
Core Features & Use Cases
- Full-diff analysis against the default branch to surface regressions and unintended changes.
- Attack surface mapping for every changed file to identify potential risk vectors (inputs, auth, external calls, and data flow).
- Manual and automated security checklist application across the modified code to surface real issues.
- Verification of findings against surrounding context and existing tests to minimize false positives.
- Prioritized reporting with actionable remediation guidance to streamline merges and audits.
- Use Case: Before merging, perform a security and quality audit of the branch changes.
Quick Start
Run the find-bugs skill to analyze the branch diff, map attack surfaces, and report prioritized issues before merging.