Present a multiple-choice question to the user using AskUserQuestion tool
Scanned 6/3/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill ask-tony363-superclaude --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ask Tony363 Superclaude 2?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-ask-tony363-superclaude-2)More formats (shields.io, HTML) on the badges page.
---
name: ask
description: Present a multiple-choice question to the user using AskUserQuestion tool
---
# Ask Skill
Quick invocation of the AskUserQuestion tool for single-select questions.
## Usage
```
/ask "Question" "Option 1" "Option 2" ["Option 3"] ["Option 4"]
```
## Instructions
When this skill is invoked:
1. First quoted argument = question text
2. Remaining arguments = options (2-4 required)
3. Invoke AskUserQuestion tool with parsed arguments
4. Set multiSelect: false
## Constraints
- Minimum 2 options, maximum 4 options
- If constraints violated, inform user of limits
## Examples
```
/ask "Which testing framework?" "pytest" "unittest" "nose2"
/ask "Deploy to which environment?" "staging" "production"
/ask "Database choice?" "PostgreSQL" "MySQL" "SQLite" "MongoDB"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
MySQL development best practices for schema design, query optimization, and database administration