What problem does it solve? When you want a code review, you may not know which review type fits your change. This Skill asks you to choose between a general bug review and a security-focused review, then runs the correct one automatically. ## Core Features & Use Cases - Interactive Selection: Prompts you with a single question offering two options: Bugbot or Security Review. - Bugbot Review: Runs the /review-bugbot workflow to catch bugs in your code changes. - Security Review: Runs the /review-security workflow to identify vulnerabilities and security issues. - Use Case: After finishing a feature branch, invoke the review skill, pick "security" when prompted, and get a focused security audit of your diff before merging. ## Quick Start Ask the assistant to review my code changes and choose either the bugbot or security review when prompted.