This handles post-audit verification when developers push commits claiming to fix security findings. It walks through the fix against the original issue, checks whether you're patching the root cause or just symptoms, and looks for new bugs or regressions you might've introduced. The skill prompts you to verify test coverage and scan for similar vulnerable patterns elsewhere in the codebase. It's designed for the review phase after a security audit when you need structured validation that remediation work actually closes the loop. Honestly most useful if you're dealing with multiple audit findings and want consistency in how fixes get vetted before you call them done.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill fix-review