Skip to content

Commit 506c02a

Browse files
committed
Add rec command option mapping
- Add a Claude command that maps short options to exact review replies - Show a short option table when the argument is missing or invalid
1 parent bfe2af6 commit 506c02a

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.claude/commands/rec.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
argument-hint: <option>
3+
---
4+
5+
Respond with ONLY the exact text for the matching option below. No extra commentary.
6+
7+
Options:
8+
- `lgtm` → "LGTM — approved."
9+
- `ack` → "Acknowledged."
10+
- `done` → "Done."
11+
- `wip` → "Work in progress — not ready for review."
12+
- `fix` → "Needs changes — see comments."
13+
- `skip` → "Skipping."
14+
- `no` → "No."
15+
- `yes` → "Yes."
16+
17+
Argument: $ARGUMENTS
18+
19+
If the argument is empty or doesn't match an option, list all available options as a short table.

0 commit comments

Comments
 (0)