From antigravity-awesome-skills
Audits git diff on current branch for bugs, security vulnerabilities, and code quality issues using structured checklists, attack surface mapping, and verification.
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-awesome-skillsReviews branch changes for bugs, security vulnerabilities, and code quality issues using a structured attack surface mapping and security checklist.
Reviews local branch changes for bugs, security vulnerabilities, and code quality issues using diff analysis and a security checklist.
Reviews pull requests, branch diffs, and local working-tree diffs for correctness, security, concurrency, performance, and code quality issues. Returns structured JSON findings.