What problem does it solve? Verifying that an interactive question flyout works end-to-end is tedious and error-prone when done ad hoc. This Skill provides a repeatable test matrix that exercises every shape of the ask tool in a single call, so regressions in the schema, dispatch, or UI rendering are caught quickly. ## Core Features & Use Cases - Single-call test matrix: Sends one ask call containing five questions covering select, allowCustom, required text, optional text, and a single-option edge case. - Answer verification: Reports per-question results keyed by id, confirming required questions return answers and optional ones can be skipped. - Abort path testing: Verifies that dismissing the flyout ends the turn cleanly without orphaned tool calls. - Use Case: After modifying the ask schema in core/src/tools.rs or the web AskPrompt component, run this Skill to confirm the flyout still renders and returns answers correctly. ## Quick Start Ask the agent to test the ask tool and verify the question flyout renders all question types correctly.