query-debugging

Solid

Use when the user wants to review or inspect past query executions in Honeydew — what ran, from which client (BI tools, SQL interface, MCP, deep analysis), the semantic definition or compiled SQL behind a run, who ran it and when — and to debug failures. Uses the list_query_history MCP tool. For running new queries or analysis use the query skill.

Code & Development 39 stars 1 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 82/100

Stars 20%
53
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Overview Honeydew records every query executed through the semantic layer — MCP tools, BI tools over the SQL/XMLA interfaces (Tableau, Power BI, …), scheduled jobs, and deep analysis. Use `list_query_history` (from the `honeydew` MCP server) to see **what ran, who ran it, from which client, and how**, and to drill into any run's semantic definition or compiled SQL. Debugging failures is one use, not the only one. Reach for this skill on questions like: - "What ran against this domain today, and from which clients?" - "Which BI tool queried this model, and what did it send?" - "Show me the queries my last deep analysis generated." - "Why did my query fail? Show me its SQL." For running a *new* query, use the **query** skill. This skill inspects queries that already ran. The tool's description and parameter schema cover the exact arguments and response fields; this skill covers what they can't — **when to reach for it, how to read the results, and the workflows.** --- ## Prerequisites Query history is scoped to the session's workspace — check with `get_session_workspace_and_branch`, and set one via the **workspace-branch** skill if needed. Non-admin callers see only their own queries; admins see all and can filter by `user_in`. --- ## Reading the Results - **client** — where the query came from (`Tableau`, `Power BI`, `MCP`, …); how you tell a dashboard's query from an MCP or deep-analysis run. - **original SQL vs. compiled SQL** — SQL-interface clients (Tableau, ...

Details

Author
honeydew-ai
Repository
honeydew-ai/honeydew-ai-coding-agents-plugins
Created
5 months ago
Last Updated
2 days ago
Language
Shell
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

query

Use when the user wants to query or analyze data through the Honeydew semantic layer — including natural language analysis questions, deep multi-step investigations, and structured queries. For model/field discovery use the model-exploration skill.

39 Updated 2 days ago
honeydew-ai
AI & Automation Solid

model-exploration

Use when exploring Honeydew semantic layer, discovering entities/fields, setting up workspace and branch context, or running structured queries to spot-check field values. Any question about the data itself — "why", "how", trends, root cause, anything needing multiple steps — belongs to the query skill's deep analysis, including when already mid-exploration. For creating metrics use metric-creation skill. For creating attributes use attribute-creation skill.

39 Updated 2 days ago
honeydew-ai
Code & Development Listed

hyperdx

Query and read logs and traces from HyperDX using Lucene syntax via the bundled hdx_query.sh CLI. Use this skill whenever the user asks to search logs, fetch errors, debug a service, investigate incidents, check log output, inspect traces, or look up anything in HyperDX — even if they don't say "HyperDX" explicitly. Trigger on phrases like "check the logs", "show me errors from", "what's happening with service X", "look up logs for", "any 500s recently", "show me the traces", or "what does HyperDX say about". Always use this skill when log querying or incident investigation is involved. IMPORTANT: always query logs by running the bundled hdx_query.sh script — never attempt to query HyperDX via curl, the API directly, or any other method.

1 Updated today
LunarCommand