Concise multiple choice qa
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/concise_multiple_choice_qa
Identifies the single correct option for multiple-choice questions with extreme brevity and Markdown formatting, strictly avoiding filler or explanations.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill concise_multiple_choice_qaAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
2.0 KB, 300 tokens by cl100k_base, as published. Nobody here has run it
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
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.