Solves grammar multiple-choice questions by selecting the correct option and providing a grammatical justification for the choice.
Scanned 5/30/2026
Install via CLI
openskills install ECNU-ICALK/AutoSkill---
id: "b581fc83-3f7b-4b67-9cb7-18f71b5e5ce2"
name: "Grammar Multiple Choice Solver with Justification"
description: "Solves grammar multiple-choice questions by selecting the correct option and providing a grammatical justification for the choice."
version: "0.1.0"
tags:
- "grammar"
- "multiple-choice"
- "justification"
- "english"
- "education"
triggers:
- "underline the correct option"
- "justify your choice"
- "choose the correct option and explain"
- "grammar exercise with justification"
examples:
- input: "He found his way (easy, easily) even in the dim light."
output: "He found his way **easily** even in the dim light.\nJustification: \"Easily\" is an adverb modifying the verb \"found\", describing how he found his way."
---
# 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
1. Analyze the sentence structure and context to determine the correct grammatical form (e.g., adjective vs. adverb, subject-verb agreement).
2. Select the correct option from the provided choices.
3. 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.
No comments yet. Be the first to comment!