ワンクリックで
sql-explain
Interpret EXPLAIN / query plans (MySQL, PostgreSQL, or pasted plan text): access types, indexes, and tuning hints.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Interpret EXPLAIN / query plans (MySQL, PostgreSQL, or pasted plan text): access types, indexes, and tuning hints.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Run Ansible ad-hoc commands and playbook operations
Headless browser automation via agent-browser (Playwright/Chromium) - navigate, snapshot, click, type, screenshot, eval, console
Query Datadog monitors, dashboards, and metrics
Query GitLab projects, merge requests, and CI pipelines
Query Harbor container image registry projects and artifacts
Manage Helm charts and releases on Kubernetes
SOC 職業分類に基づく
| name | sql-explain |
| description | Interpret EXPLAIN / query plans (MySQL, PostgreSQL, or pasted plan text): access types, indexes, and tuning hints. |
Use when the user pastes EXPLAIN output or asks how to read a query plan.
builtin_mysql_explain / mysql_explain) when you need to run EXPLAIN / EXPLAIN ANALYZE against a DSN.builtin_sql_explain to parse pasted plans (MySQL traditional/JSON/TREE, PostgreSQL EXPLAIN, etc.) and explain:
Tool fields:
plan: Pasted EXPLAIN / EXPLAIN ANALYZE / query plan text.engine: Optional engine hint: mysql, postgres, or generic.query: Optional original SQL query for additional hints.If the plan is truncated, ask only for the missing fragment.