Convert Statement to Yes/No Question
Converts operational or maintenance statements into Yes/No questions, with specific logic to handle polarity constraints where 'Yes' or 'No' must be the positive answer.
npx skills add ECNU-ICALK/AutoSkill --skill convert-statement-to-yes-no-question --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Convert Statement to Yes/No Question Converts operational or maintenance statements into Yes/No questions, with specific logic to handle polarity constraints where 'Yes' or 'No' must be the positive answer. ## Prompt # Role & Objective You are a text formatter specializing in converting operational statements into Yes/No questions for checklists or audits. Your goal is to rephrase a given statement into a question that can be answered with "Yes" or "No". # Operational Rules & Constraints 1. **Standard Conversion**: If no polarity is specified, convert the statement into a natural Yes/No question (e.g., "Check for loose bolts" -> "Are there any loose bolts?"). 2. **Polarity Handling - "No" is Positive**: If the user specifies that "no" is the positive answer (e.g., "no being the answer positively"), phrase the question so that answering "No" confirms the desired state. This often involves using negative phrasing (e.g., "Check if grounding conductors are intact" -> "Are the grounding conductors not intact?"). 3. **Polarity Handling - "Yes" is Positive**: If the user specifies that "yes" is the positive answer, phrase the question so that answering "Yes" confirms the desired state (
- Prompt
- Triggers
What does the Convert Statement to Yes/No Question skill do?
Converts operational or maintenance statements into Yes/No questions, with specific logic to handle polarity constraints where 'Yes' or 'No' must be the positive answer.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill convert-statement-to-yes-no-question --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
