review

Generated source view for the actual executable engineering/review skill. The durable routing article is Security and Review Skills. Source: skills/engineering/review/SKILL.md

Runtime Source

Field Value
Category engineering
Origin cursor-plugin
Slug review
Source slug review
Family Security and Review Skills
Source skills/engineering/review/SKILL.md

Bundled Resources

These files are part of the executable skill folder and must be preserved with the skill source.

File Role
references/cursor-current-skill.md Upstream source snapshot

Description

Route a Cursor code-review request to the Bugbot or Security Review subagent. Use when the user invokes /review, asks for Cursor Bugbot, asks for a Cursor Security Review, or wants the built-in readonly review subagents rather than the generic Kevin review doctors.

Skill Source

---
name: review
description: Route a Cursor code-review request to the Bugbot or Security Review subagent. Use when the user invokes /review, asks for Cursor Bugbot, asks for a Cursor Security Review, or wants the built-in readonly review subagents rather than the generic Kevin review doctors.
disable-model-invocation: true
origin: cursor-plugin
source_slug: review
source_repo: cursor/skills-cursor
---
# Review

Ask the user which review to run with the AskQuestion tool. If the AskQuestion tool is not available, ask the user directly. Provide exactly one single-select question with two options:

- `bugbot`: Bugbot (`/review-bugbot`)
- `security`: Security Review (`/review-security`)

After the user chooses, run the matching review once:

- Bugbot: follow the `/review-bugbot` instructions.
- Security Review: follow the `/review-security` instructions.

Timeline

1 page links here