ok
This commit is contained in:
16
skills-cursor/review/SKILL.md
Normal file
16
skills-cursor/review/SKILL.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
name: review
|
||||
description: Review code changes with the Bugbot or Security Review subagent.
|
||||
disable-model-invocation: true
|
||||
---
|
||||
# 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.
|
||||
Reference in New Issue
Block a user