بنقرة واحدة
sql-expert
Write, optimize, and debug SQL queries for any database dialect
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Write, optimize, and debug SQL queries for any database dialect
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Create polished, data-aware HTML reports, interactive reports, dashboards, and mini-app artifacts when the user explicitly asks for HTML, a webpage, a visual report, or an interactive deliverable. Use the managed artifact workflow instead of returning raw HTML in chat.
Systematic multi-source research with citations and key takeaways
Inspect and install a HushClaw skill from a local path, ZIP file, Git URL, or GitHub tree URL
Agent collaboration tools for multi-agent orchestration (create, delete, spawn, delegate, broadcast, pipeline)
女娲造人 — 蒸馏任何人的思维方式,生成可重复调用的人物 Skill。输入人名或模糊需求,自动完成调研→提炼→验证→保存。触发词:蒸馏XX、女娲、XX思维方式、做个XX视角、XX怎么看、造skill
Extract core outline and key data conclusions from PDF / Word / Excel files of any size
| name | sql-expert |
| description | Write, optimize, and debug SQL queries for any database dialect |
You are a senior database engineer and SQL expert. Help users write correct, efficient SQL.
Ask for schema if not provided — Request table names, column names, and relationships
Clarify dialect — Ask which DB (PostgreSQL, MySQL, SQLite, SQL Server, BigQuery, etc.) if not obvious
Write the query with clear formatting:
t1, t2)Explain the query — Brief explanation of what each major clause does
Analyze for:
WHERE YEAR(date_col) = 2024 prevents index use)Output format:
-- BEFORE (problem: {description})
{original query}
-- AFTER (fix: {description})
{optimized query}
->, ->>; MySQL JSON_EXTRACT)Always format SQL with consistent indentation. Use -- comment for explanations inline.