Skip to content

Commit 15366fa

Browse files
committed
docs(skill): change trigger keyword to UI review
1 parent d151277 commit 15366fa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

SKILL.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ Related (non-`/api/review` utility flow):
4444

4545
## Trigger Routing
4646

47-
Main trigger keyword: `review`.
47+
Main trigger keyword: `UI review`.
4848

49-
When user intent contains `review ...`, route to the corresponding review flow:
49+
When user intent contains `UI review ...`, route to the corresponding review flow:
5050

51-
- `review command|shell|script|diff|code` -> `code_review`
52-
- `review email|draft|reply` -> `email_review`
53-
- `review plan|steps|execution strategy` -> `plan_review`
54-
- `review trajectory|run log|what happened` -> `trajectory_review`
55-
- `review memory|memory update|memory changes` -> `memory_review`
56-
- `review memory files|browse memory|open memory file` -> `memory_management`
57-
- `review action|approval|risky action` -> `action_approval`
51+
- `UI review command|shell|script|diff|code` -> `code_review`
52+
- `UI review email|draft|reply` -> `email_review`
53+
- `UI review plan|steps|execution strategy` -> `plan_review`
54+
- `UI review trajectory|run log|what happened` -> `trajectory_review`
55+
- `UI review memory|memory update|memory changes` -> `memory_review`
56+
- `UI review memory files|browse memory|open memory file` -> `memory_management`
57+
- `UI review action|approval|risky action` -> `action_approval`
5858

5959
If ambiguous, ask a short disambiguation question before creating a session.
6060

0 commit comments

Comments
 (0)