원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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
| 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.