review

Dispatches code review requests to Bugbot or Security Review subagents.

Updated Oct 15, 2019
One-click install
npx skills add https://github.com/kkkaoru/dotfiles --skill review-kkkaoru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/kkkaoru/dotfiles/tree/main/.cursor/skills-cursor/review
Command: npx skills add https://github.com/kkkaoru/dotfiles --skill review-kkkaoru

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a code review on my changes?

Invoke the review skill and it will ask you to pick between Bugbot for general bug detection or Security Review for vulnerability analysis. After you choose, it runs the corresponding review workflow once on your changes.

What is the difference between Bugbot and Security Review?

Bugbot (/review-bugbot) focuses on finding general bugs and logic errors in code changes. Security Review (/review-security) focuses on identifying security vulnerabilities and unsafe patterns in the same changes.

Can I run both bugbot and security reviews at once?

No, the skill presents a single-select question with two options and runs only the review you choose. To get both, invoke the review skill a second time and select the other option.

What happens if the AskQuestion tool is not available?

The skill falls back to asking you directly in plain conversation which review to run. It still presents the same two options, bugbot and security, and proceeds with your selection.