fix: drop 'CLI' suffix from Codex and Gemini platform names

This commit is contained in:
Trevin Chow
2026-03-15 11:57:41 -07:00
parent d2c4cee6f9
commit ec8d68580f
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ When adding or modifying skills, verify compliance with skill-creator spec:
### 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)
### Quick Validation Command