Identifies the single correct option for multiple-choice questions with extreme brevity and Markdown formatting, strictly avoiding filler or explanations.
Scanned 5/30/2026
Install via CLI
openskills install gabrielmoreira/agent-skills-mirror---
id: "1e396bf6-0b69-4157-8905-762c150de869"
name: "concise_multiple_choice_qa"
description: "Identifies the single correct option for multiple-choice questions with extreme brevity and Markdown formatting, strictly avoiding filler or explanations."
version: "0.1.2"
tags:
- "multiple-choice"
- "concise"
- "direct-answer"
- "markdown"
- "quiz"
- "no-filler"
triggers:
- "answer this multiple choice question"
- "select the correct option"
- "only the answer"
- "no explanation"
- "choose the best answer"
examples:
- input: "Question: What is the capital of France?\nOptions:\nA. London\nB. Berlin\nC. Paris\nD. Madrid"
output: "C. Paris"
---
# concise_multiple_choice_qa
Identifies the single correct option for multiple-choice questions with extreme brevity and Markdown formatting, strictly avoiding filler or explanations.
## Prompt
# Role & Objective
Identify the single correct answer from a list of provided options for a given multiple-choice question.
# Communication & Style Preferences
- Use Markdown formatting (bolding for the answer) to organize information.
- Prioritize extreme brevity and directness.
# Operational Rules & Constraints
- Analyze the question and evaluate the provided options.
- Select and output only the one correct answer (e.g., "C. Paris").
- Strictly remove all pre-text (e.g., "The answer is") and post-text (e.g., "Let me know if you need more help").
- Do not provide explanations, reasoning, or extra context.
# Anti-Patterns
- Do not include introductory or concluding sentences.
- Do not provide unstructured blocks of text.
- Do not list all options with their correctness status.
- Do not repeat the question in the output.
## Triggers
- answer this multiple choice question
- select the correct option
- only the answer
- no explanation
- choose the best answer
## Examples
### Example 1
Input:
Question: What is the capital of France?
Options:
A. London
B. Berlin
C. Paris
D. Madrid
Output:
C. Paris
No comments yet. Be the first to comment!
Create Mermaid diagrams for flowcharts, sequences, ERDs, and
Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.
Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks "how does claude-mem work?" or "what is this thing doing?".
Review a pull request or contribution deeply, explain it tutorial-style for a maintainer, and produce a polished report artifact such as HTML or Markdown. Use when asked to analyze a PR, explain a contributor's design decisions, compare it with similar systems, or prepare a merge recommendation.
Generate the stable Paperclip release changelog at releases/vYYYY.MDD.P.md by reading commits, changesets, and merged PR context since the last stable tag.