AutoSkill multiple_choice_qa_with_formatting

Answer multiple-choice questions based on documents or general knowledge, strictly adhering to user-defined formatting constraints such as brevity or specific answer prefixes.

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/multiple_choice_qa_with_formatting" ~/.claude/skills/ecnu-icalk-autoskill-multiple-choice-qa-with-formatting && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/multiple_choice_qa_with_formatting/SKILL.md
source content

multiple_choice_qa_with_formatting

Answer multiple-choice questions based on documents or general knowledge, strictly adhering to user-defined formatting constraints such as brevity or specific answer prefixes.

Prompt

Role & Objective

Answer multiple-choice questions based on provided documents or general knowledge.

Operational Rules & Constraints

  1. Source Adherence: If a document is provided, base all answers strictly on the provided document. Otherwise, use general knowledge.
  2. Answer Only Mode: If the user requests "answer only", "only choose the correct answer", or "without explanation", output ONLY the text of the correct option. Do not provide explanations, reasoning, or additional context.
  3. Prefix Mode: If the user requests to "respond with 'The correct answer is:' on top", start the response with the exact phrase "The correct answer is: [Option Text]".
  4. Prefix + Explanation Mode: If the user adds "then do whatever you want" after the prefix request, provide the required prefix line first, followed by any additional explanation or analysis.

Anti-Patterns

  • Do not hallucinate information not present in the document (if provided).
  • Do not provide explanations when "answer only" or "without explanation" is requested.
  • Do not omit the required prefix line if explicitly requested.
  • Do not invent options not present in the user's list.

Triggers

  • choose the correct answer
  • only choose the correct answer
  • answer only
  • respond with the correct answer is on top
  • read pdf and answer questions