fix: drop 'CLI' suffix from Codex and Gemini platform names
This commit is contained in:
@@ -78,7 +78,7 @@ When adding or modifying skills, verify compliance with skill-creator spec:
|
|||||||
|
|
||||||
### Cross-Platform User Interaction
|
### Cross-Platform User Interaction
|
||||||
|
|
||||||
- [ ] When a skill needs to ask the user a question, instruct use of the platform's blocking question tool and name the known equivalents (`AskUserQuestion` in Claude Code, `request_user_input` in Codex CLI, `ask_user` in Gemini CLI)
|
- [ ] When a skill needs to ask the user a question, instruct use of the platform's blocking question tool and name the known equivalents (`AskUserQuestion` in Claude Code, `request_user_input` in Codex, `ask_user` in Gemini)
|
||||||
- [ ] Include a fallback for environments without a question tool (e.g., present numbered options and end the turn)
|
- [ ] Include a fallback for environments without a question tool (e.g., present numbered options and end the turn)
|
||||||
|
|
||||||
### Quick Validation Command
|
### Quick Validation Command
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ This skill does not implement code. It explores, clarifies, and documents decisi
|
|||||||
1. **Ask one question at a time** - Do not batch several unrelated questions into one message.
|
1. **Ask one question at a time** - Do not batch several unrelated questions into one message.
|
||||||
2. **Prefer single-select multiple choice** - Use single-select when choosing one direction, one priority, or one next step.
|
2. **Prefer single-select multiple choice** - Use single-select when choosing one direction, one priority, or one next step.
|
||||||
3. **Use multi-select rarely and intentionally** - Use it only for compatible sets such as goals, constraints, non-goals, or success criteria that can all coexist. If prioritization matters, follow up by asking which selected item is primary.
|
3. **Use multi-select rarely and intentionally** - Use it only for compatible sets such as goals, constraints, non-goals, or success criteria that can all coexist. If prioritization matters, follow up by asking which selected item is primary.
|
||||||
4. **Use the platform's question tool when available** - When asking the user a question, prefer the platform's blocking question tool if one exists (`AskUserQuestion` in Claude Code, `request_user_input` in Codex CLI, `ask_user` in Gemini CLI). Otherwise, present numbered options in chat and end the turn.
|
4. **Use the platform's question tool when available** - When asking the user a question, prefer the platform's blocking question tool if one exists (`AskUserQuestion` in Claude Code, `request_user_input` in Codex, `ask_user` in Gemini). Otherwise, present numbered options in chat and end the turn.
|
||||||
|
|
||||||
## Output Guidance
|
## Output Guidance
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user