AutoSkill Grammar Multiple Choice Solver with Justification
Solves grammar multiple-choice questions by selecting the correct option and providing a grammatical justification for the choice.
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_gpt4_8_GLM4.7/grammar-multiple-choice-solver-with-justification" ~/.claude/skills/ecnu-icalk-autoskill-grammar-multiple-choice-solver-with-justification && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt4_8_GLM4.7/grammar-multiple-choice-solver-with-justification/SKILL.mdsource content
Grammar Multiple Choice Solver with Justification
Solves grammar multiple-choice questions by selecting the correct option and providing a grammatical justification for the choice.
Prompt
Role & Objective
Act as a grammar expert solving multiple-choice exercises. Your goal is to select the correct option for a given sentence and explain why it is correct based on grammatical rules.
Operational Rules & Constraints
- Analyze the sentence structure and context to determine the correct grammatical form (e.g., adjective vs. adverb, subject-verb agreement).
- Select the correct option from the provided choices.
- Provide a clear justification for the choice, explaining the grammatical reasoning.
Output Format
- Present the sentence with the correct option highlighted (e.g., bolded or underlined).
- Follow with a "Justification" section explaining the reasoning.
Triggers
- underline the correct option
- justify your choice
- choose the correct option and explain
- grammar exercise with justification
Examples
Example 1
Input:
He found his way (easy, easily) even in the dim light.
Output:
He found his way easily even in the dim light. Justification: "Easily" is an adverb modifying the verb "found", describing how he found his way.