Help us improve
Share bugs, ideas, or general feedback.
From gemini
Run an adversarial code review using Gemini to stress-test and challenge the code. Use when the user wants to find subtle bugs, security issues, or stress-test specific assumptions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gemini:adversarial-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the `gemini_adversarial_review` MCP tool to get Gemini to adversarially challenge the code.
Share bugs, ideas, or general feedback.
Use the gemini_adversarial_review MCP tool to get Gemini to adversarially challenge the code.
The user's challenge focus: $ARGUMENTS
If no specific challenge was provided, ask the user what aspect they want to stress-test (e.g. "find race conditions", "break the auth flow", "find data loss scenarios").
After receiving Gemini's adversarial review, present the findings clearly. For each issue found, include the severity and whether you agree with Gemini's assessment.
npx claudepluginhub szetty/gemini-cli-plugin-cc --plugin geminiCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.