From antigravity-awesome-skills
Reviews branch changes for bugs, security vulnerabilities, and code quality issues using a structured attack surface mapping and security checklist.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-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 sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderAudits git diff on current branch for bugs, security vulnerabilities, and code quality issues using structured checklists, attack surface mapping, and verification.
Reviews local branch changes for bugs, security vulnerabilities, and code quality issues using diff analysis and a security checklist.
Performs structured code reviews checking requirements, quality, and security standards after changes or before merge. Uses git diffs, context snapshots, and blast radius for scope.