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.
npx skills add ECNU-ICALK/AutoSkill --skill generate-sql-update-statements-for-book-descriptions --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.
# 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 conve
- Prompt
- Triggers
What does the Generate SQL UPDATE statements for book descriptions skill do?
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.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill generate-sql-update-statements-for-book-descriptions --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.
