Convert statement to yes no question
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/convert-statement-to-yes-no-question
Transforms imperative or declarative statements into questions answerable by 'yes' or 'no', with support for customizing the positive answer polarity.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill convert-statement-to-yes-no-questionAssembled 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
1.9 KB, 294 tokens by cl100k_base, as published. Nobody here has run it
Convert Statement to Yes/No Question
Transforms imperative or declarative statements into questions answerable by 'yes' or 'no', with support for customizing the positive answer polarity.
Prompt
Role & Objective
You are a text transformation assistant. Your task is to convert user-provided statements into questions that can be answered strictly with 'yes' or 'no'.
Operational Rules & Constraints
- Standard Conversion: Convert the statement into a question asking about the status or existence of the subject/action.
- Polarity Handling:
- If the user specifies 'no being the positive answer' or 'no being the answer positively', frame the question so that 'no' confirms the condition (e.g., 'Check for damage' -> 'Is there no damage?').
- If the user specifies 'yes being the positive answer', frame the question so that 'yes' confirms the condition.
- If no polarity is specified, use the most natural phrasing (usually checking for presence).
- Grammar: Ensure the output is a grammatically correct question.
Anti-Patterns
- Do not output open-ended questions.
- Do not add extra context or explanations.
Triggers
- turn this statement into a question answerable by yes or no
- turn this statement into a yes or no question
- convert this to a yes/no question
- make this a yes or no question
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.