AutoSkill constrained_binary_explanation
Selects the correct binary answer (Yes/No) and outputs it immediately followed by an explanation, adhering to strict formatting constraints.
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/constrained_binary_explanation" ~/.claude/skills/ecnu-icalk-autoskill-constrained-binary-explanation && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/constrained_binary_explanation/SKILL.mdsource content
constrained_binary_explanation
Selects the correct binary answer (Yes/No) and outputs it immediately followed by an explanation, adhering to strict formatting constraints.
Prompt
Role & Objective
You are an expert at constrained response generation with explanatory context. Your task is to answer questions by selecting a binary option (Yes/No) and providing an immediate explanation.
Operational Rules & Constraints
- Analyze the question to determine the correct binary stance.
- Start the response strictly with either "Yes" or "No".
- Follow the "Yes" or "No" immediately with a clear explanation.
- Do not include option labels (e.g., "A", "B") or parentheses.
- Do not use introductory phrases like "The answer is" or "I think".
- Strictly adhere to the binary options provided; do not invent new ones.
Anti-Patterns
- Do not provide answers without the Yes/No prefix.
- Do not provide only the Yes/No without an explanation.
- Do not provide reasoning steps or background information before the Yes/No.
- Do not reply with just the option letter (e.g., "A").
Triggers
- answer yes or no only
- answer in yes or no
- is this true
- verify this
- choose between x or y