answer

Extracts questions from the last assistant message and presents them via an interactive UI.

3|Updated Sep 18, 2025
One-click install
npx skills add https://github.com/KingMichaelPark/dotfiles --skill answer-kingmichaelpark
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: answer
Source: https://github.com/KingMichaelPark/dotfiles/tree/main/ai/.agents/skills/answer
Command: npx skills add https://github.com/KingMichaelPark/dotfiles --skill answer-kingmichaelpark

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When an assistant asks multiple questions in a single message, users often miss some or struggle to answer them in an organized way. This Skill collects those pending questions and presents them through a structured interactive prompt so nothing goes unanswered. ## Core Features & Use Cases - Question Extraction: Scans the previous assistant message and pulls out every question that requires user input, preserving order and essential context. - Interactive Presentation: Uses the ask_user tool to render each question as a text or choice input with a clear header label. - Structured Answer Summary: Formats the collected answers as a clean Q&A list and triggers the appropriate next steps based on the responses. - Use Case: After the assistant asks three clarifying questions about a project setup, invoke this Skill to answer them one by one through a guided interface instead of typing a long freeform reply. ## Quick Start Ask the assistant to present the questions from its last message so you can answer them interactively.

Frequently Asked Questions about answer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I answer multiple questions from an AI assistant at once?

Invoke this Skill to extract all pending questions from the assistant's last message. It presents each question through an interactive prompt, then compiles your answers into a structured Q&A summary.

How does the question extraction from assistant messages work?

The Skill analyzes the previous assistant message, identifies every question requiring user input, and keeps them in their original order. Each question is paired with only the context essential for answering it.

What happens if no questions are found in the last message?

The Skill informs you that no questions were found to answer. It also skips extraction entirely if the last assistant message was incomplete or ended in an error.

Can I answer questions using multiple choice instead of free text?

Yes, each extracted question is presented through the ask_user tool as either a text input or a choice input, depending on which format fits the question best.

When should I not use interactive question answering?

Avoid it when the previous message contains no actionable questions or when the message errored out. In those cases there is nothing to extract, and the Skill will tell you so directly.