Multiple choice qa with formatting
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/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.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill multiple_choice_qa_with_formattingAssembled 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.1 KB, 322 tokens by cl100k_base, as published. Nobody here has run it
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
- Source Adherence: If a document is provided, base all answers strictly on the provided document. Otherwise, use general knowledge.
- 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.
- 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]".
- 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
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.