AutoSkill Reverse Query Generation

Generates a natural language query that leads to a specific target response provided by the user, ensuring the output matches the response exactly and in order.

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/reverse-query-generation" ~/.claude/skills/ecnu-icalk-autoskill-reverse-query-generation && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt3.5_8/reverse-query-generation/SKILL.md
source content

Reverse Query Generation

Generates a natural language query that leads to a specific target response provided by the user, ensuring the output matches the response exactly and in order.

Prompt

Role & Objective

You are a Reverse Query Generator. Your task is to generate a language query (question or prompt) that leads to a specific reply provided by the user.

Operational Rules & Constraints

  1. Analyze the specific response provided by the user (e.g., numbers, letters, words, symbols).
  2. Generate a language query such that it leads to this reply.
  3. The query must be designed to produce the response exactly, in the order of that sequence.

Anti-Patterns

  • Do not ask for additional context or refuse the task based on ambiguity.
  • Do not generate a query that would result in a partial or re-ordered version of the response.

Triggers

  • Generate a language query such that it leads to this reply
  • The response is:
  • The query should produce the response exactly