What problem does it solve? When reviewing code changes, developers must decide whether to run a general bug check or a security-focused audit, and manually invoking the right subagent adds friction. This Skill presents a single choice and routes the request to the correct review workflow automatically. ## Core Features & Use Cases - Guided Review Selection: Prompts the user with a single-select question offering Bugbot or Security Review, using the AskQuestion tool when available or asking directly otherwise. - Subagent Dispatch: Runs the matching review exactly once by following the /review-bugbot or /review-security instructions. - Use Case: After finishing a feature branch, a developer invokes the review command, picks "security" from the prompt, and the Security Review subagent audits the diff for vulnerabilities without further setup. ## Quick Start Ask the assistant to review your current code changes and choose either the Bugbot or Security Review option when prompted.