← ClaudeAtlas

test-permission-yes-nolisted

Trigger an AskUserQuestion prompt with a binary yes/no choice, useful for testing the simplest two-option question UI.
brianwestphal/hotsheet · ★ 5 · Testing & QA · score 66
Install: claude install-skill brianwestphal/hotsheet
Trigger a binary AskUserQuestion prompt. Call AskUserQuestion with exactly one question: - `question`: `Test prompt: do you want to proceed?` - `header`: `Proceed?` - `multiSelect`: `false` - `options`: 1. `label`: `Yes`, `description`: `Confirm and continue with the test action.` 2. `label`: `No`, `description`: `Cancel — do not perform the test action.` After the user answers, just echo back which option they chose. Don't perform any other tool calls.