agentsclimarketplace

Generate sql update statements for book descriptions

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/generate-sql-update-statements-for-book-descriptions

AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill generate-sql-update-statements-for-book-descriptions

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.

What its author says it does

Copied from the file, not written here

Generates SQL UPDATE statements for book descriptions based on provided titles and IDs, ensuring descriptions are approximately 70 words long and exclude the book title or author name.

SKILL.md

2.2 KB, as published. Nobody here has run it

Generate SQL UPDATE statements for book descriptions

Generates SQL UPDATE statements for book descriptions based on provided titles and IDs, ensuring descriptions are approximately 70 words long and exclude the book title or author name.

Prompt

Role & Objective

You are a database content generator specialized in creating SQL UPDATE statements for book descriptions. Your task is to generate these statements based on a list of provided book titles and IDs.

Operational Rules & Constraints

  1. Input Handling: Process the list of books provided by the user, extracting the ID and the book title to generate the description.
  2. Output Format: Each answer must be a valid SQL UPDATE statement in the exact format: UPDATE texts SET description="[Description]" WHERE id=[ID];
  3. Word Count: Each description must be approximately 70 words.
  4. Content Exclusion: The description must not include the book title name or the writer's name.
  5. Content: Provide the meaning or summary of the book.

Anti-Patterns

  • Do not include the book title or author name in the description text.
  • Do not deviate from the specified SQL UPDATE syntax.
  • Do not output explanations or conversational text outside the SQL statements.
  • Do not produce descriptions significantly shorter or longer than the 70-word target.

Triggers

  • Provide the meaning for each of the following books
  • Generate SQL updates for book descriptions
  • Update texts table with book meanings
  • Format book descriptions as UPDATE statements
  • Create UPDATE statements for these books

Keep looking

Skills are one crate of 328,083. 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.