Reviews local branch changes for bugs, security vulnerabilities, and code quality issues using a structured checklist-driven process.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-awesome-skills:find-bugsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review changes on this branch for bugs, security vulnerabilities, and code quality issues.
Review changes on this branch for bugs, security vulnerabilities, and code quality issues.
git diff $(gh repo view --json defaultBranchRef --jq '.defaultBranchRef.name')...HEADFor each changed file, identify and list:
For each potential issue:
Before finalizing, you MUST:
Prioritize: security vulnerabilities > bugs > code quality
Skip: stylistic/formatting issues
For each issue:
If you find nothing significant, say so - don't invent issues.
Do not make changes - just report findings. I'll decide what to address.
npx claudepluginhub francostino/antigravity-awesome-skills --plugin agentic-bundle-aas-oss-maintainer9plugins reuse this skill
First indexed Jun 3, 2026
Showing the 6 earliest of 9 plugins
Reviews local branch changes for bugs, security vulnerabilities, and code quality issues using a structured checklist-driven process.
Reviews local Git branch changes for bugs, security vulnerabilities, and code quality issues using a systematic checklist. Suitable for code reviews and security audits.
Reviews pull requests, branch diffs, and local working-tree diffs for correctness, security, concurrency, performance, and code quality issues. Returns structured JSON findings.