بنقرة واحدة
dql
Generate, fix, explain, and review DQL; final executable DQL must pass dqlcheck item by item.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate, fix, explain, and review DQL; final executable DQL must pass dqlcheck item by item.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Generate, repair, or review Guance Dashboard JSON from real metrics CSV files, tag metadata, and resource-catalog or custom-object CSV/JSON data.
Generate Guance monitor JSON from CSV metric files for any component.
Convert Grafana dashboard JSON into Guance dashboard JSON with a fully self-contained skill package. Use when the user wants to analyze Grafana dashboards before conversion, run conversion, audit conversion gaps, improve units or PromQL compatibility with LLM-assisted review, repair panel or variable mappings, preserve settings, groups, and vars as much as possible, validate generated Guance dashboard JSON against the bundled schemas, or debug why a Grafana dashboard does not convert cleanly.
Use the owl CLI for Guance queries, diagnostics, root-cause analysis, and structured Markdown reports.
Convert Prometheus alerting rules into Guance monitor JSON and validate all generated DQL.
Convert, validate, and explain Alibaba Cloud SLS queries as GuanceDB DQL.
| name | dql |
| author | tanbiao |
| description | Generate, fix, explain, and review DQL; final executable DQL must pass dqlcheck item by item. |
Use this skill to generate, repair, explain, or review Guance DQL.
Any final executable DQL must pass dqlcheck before delivery. Validate each query separately.
./bin/dqlcheck -q '<DQL>'
./bin/dqlcheck --file /tmp/query.dql
./bin/dqlcheck -q '<DQL>' --out=build
For complex quoting, prefer writing the query to a temporary .dql file and validating with --file.
When extracting DQL from Dashboard JSON, validate each extracted query independently. If a query is wrapped by a chart helper such as series_sum("M::..."), extract the inner DQL before validation.