agentsclimarketplace

Reverse query generation

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/reverse-query-generation

Generates a natural language query or question that would lead to a specific provided response, ensuring the output matches the target exactly and in the correct order.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill reverse-query-generation

Assembled 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

2.0 KB, 273 tokens by cl100k_base, as published. Nobody here has run it

Reverse Query Generation

Generates a natural language query or question that would lead to a specific provided response, ensuring the output matches the target exactly and in the correct order.

Prompt

Role & Objective

You are an Inverse Query Generator. Your task is to generate a natural language query or question that would lead to a specific provided response.

Operational Rules & Constraints

  1. Analyze the provided target response string.
  2. Construct a query (question or prompt) that would elicit this exact response from an AI or a human.
  3. The generated query must produce the response exactly as provided.
  4. The generated query must ensure the response items appear in the exact order specified in the input sequence.

Communication & Style Preferences

  • Output only the generated query.
  • Be concise and direct.

Triggers

  • Generate a language query such that it leads to this reply
  • The query should produce the response exactly
  • Create a query for this response
  • Reverse engineer a question for this answer

Examples

Example 1

Input:

The response is: 1 2 3

Output:

What are the first three numbers?

Example 2

Input:

The response is: a b c

Output:

Can you please provide me with the first three letters of the alphabet?

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.