既存のSigNozダッシュボード(システム動作状況を可視化した監視画面)に表示されている内容を、運用現場で使う平易な言葉で説明します。ダッシュボード上の各パネル(情報ブロック)、データ検索条件、変数設定、および各パネルで注視すべき点を伝えます。 ユーザーが「このダッシュボードを説明して」「私の[X]ダッシュボードは何を表示している」「各パネルを説明してほしい」「このダッシュボードで何に気をつけるべきか」「このダッシュボードを理解するのを手伝って」といった質問をした場合、または明示的に「説明」という言葉がなくても、ダッシュボード内容の解釈を求める質問がある場合は、このスキルを使用してください。 また、サービスに新しく導入する人が、既存の監視・運用の状況を理解したいと言う場合にも使用します。
Explain what an existing SigNoz dashboard shows in plain operational language — the panels, queries, variables, and what to watch for on each. Make sure to use this skill whenever the user asks "explain this dashboard", "what does my [X] dashboard show", "walk me through the panels", "what should I watch for on this dashboard", or "help me understand this dashboard", or otherwise asks for an interpretation of a dashboard's contents — even if they don't say "explain" explicitly. Also use it when someone is onboarding to a service and wants to understand what its existing observability looks like.
このスキルはSigNoz MCP サーバーのツール(signoz_get_dashboard、signoz_list_dashboards)を呼び出します。ワークフローを実行する前に、これらのツールが利用可能であることを確認してください。利用できない場合は、SigNoz MCP サーバーがインストール・設定されていません。最初に signoz-mcp-setup を実行して、MCP接続(他のツールとの連携)を初期化または修復してください。ダッシュボードのタイトルだけで内容を推測しないようにしてください。
次のような場合は使用しないでください:
signoz-modifying-dashboards を使用提供されたIDか、IDを直接含むダッシュボードリソースを使用します。名前だけが指定された場合、signoz_list_dashboards を呼び出して、spec.display.name に基づいて名前をIDに変換してください。全ページを確認する — filter 引数で絞込み、結果が空の場合は未指定で再実行し、offset を limit ずつ増やしてページネーション(複数ページ処理)して、total(全件数)に到達するまで続けてください。ダッシュボード名を signoz_get_dashboard に渡したり、最初のページで見つからないことで欠落していると判断しないでください。
複数のダッシュボードが該当する場合、候補を示して、どちらを説明するか確認してください。
ダッシュボードIDで signoz_get_dashboard を呼び出します。これは 必須 です — ダッシュボードを正確に説明するには完全なJSON設定データが必要です。タイトルだけで推測しないでください。
レスポンスから以下を理解します:
spec.display.name、.description、tags — ダッシュボードの識別情報と作成者から提供されたコンテキストspec.variables — ダッシュボードレベルのフィルター(ユーザーが変更できるドロップダウン)spec.panels — パネルID をキーとするマップ:パネル、プラグインの種類、タイトル、クエリーspec.layouts — パネルを12列グリッドに配置するグリッドエントリ(content.$refで参照)spec.display.title — パネルが属するセクション以下の順序で説明を構成してください:
1. 概要 — ダッシュボードの目的、監視対象、データソース(メトリクス、トレース(処理の流れ)、ログ)を一段落で要約します。tags が役立つコンテキストを提供する場合は記載してください。
2. 変数とフィルター — 各変数について説明します:
spec.name、クエリーが参照する $handle)とフィルター対象 — signoz/DynamicVariable の場合、plugin.spec.signal 上の plugin.spec.namesignoz/DynamicVariable(テレメトリーから自動入力)、signoz/QueryVariable(クエリー駆動のドロップダウン)、signoz/CustomVariable(設定済み選択肢)、または TextVariable(自由入力)allowMultiple)と「すべて」オプション対応の有無filter.expression でその変数を参照 していない パネルがあれば記載 — その変数のドロップダウンを変更しても、これらのパネルには影響しません(ユーザーを困惑させるかもしれません)3. パネル別ウォークスルー — グリッドセクション単位でパネルをグループ化します:spec.layouts を順に確認し、各グリッドの spec.display.title をセクションヘッダーとし、その spec.items(y から x の順)が $ref する先のパネルに従います。タイトルなしの単一グリッドの場合、位置順にパネルを進め、論理的なテーマで整理してください。各パネルについて:
タイトル と パネル種類 を日常語で、プラグイン kind から:
signoz/TimeSeriesPanel(時系列グラフ)、signoz/NumberPanel(単一値)、signoz/TablePanel(表)、signoz/BarChartPanel(棒グラフ)、signoz/PieChartPanel(円グラフ)、signoz/HistogramPanel(度数分布図)、signoz/ListPanel(生のデータ行)
何を表示しているか — パネルの単一クエリーを日常語で解釈します。signoz/BuilderQuery の場合、信号(メトリック種類)、集約、filter.expression、groupBy(分類軸)を説明します。signoz/CompositeQuery の場合、各メンバーと数式がそれらを組み合わせる方法を説明します。ClickHouse SQL または PromQL(メトリック検索言語)の場合、クエリーの意図を平易な英語に翻訳してください。
何に注目するか — 正常な状態の様子と問題を示すパターンを説明します。具体的に:「継続して使用率80%以上は...を意味する」(単なる「高い場合は注視」ではなく)。アドバイスは、実際にクエリーされているメトリックに固定し、領域外の一般的な知識ではなく。
単位 — ユーザーが値を読む方法を理解できるよう plugin.spec.formatting.unit に言及してください
複雑なクエリーのパネル:
4. ダッシュボード健全性に関する観察 — ウォークスルー後、発見した構造的問題を記載します:
spec.panels に含まれるがグリッドアイテムが参照していないパネル(レンダリングされない)groupBy5. カバレッジギャップ — ダッシュボードが実際に監視している内容に基づき、重大な可観測性領域(状態を観測できる領域)の欠落に注記します。ダッシュボードがカバーする技術や領域に直接関連するギャップのみを言及 — 無関連の領域について推測しないでください。提案として枠組みします:「Xのパネルを追加してYをカバーすることを検討してください。」
説明で浮かんだ内容に基づき、最大3つのフォローアップ意図を表面化させます — 特定パネルの基となるクエリー実行、カバレッジギャップ埋め、ユーザーがまだアラート設定していないアクショナブル(実行可能)な閾値へのアラート配線など。判断を使用;3に合わせるようパディングしないでください。
ユーザーが明らかにダッシュボードのオンボーディング(利用開始の手引き)を受けており(「これは何?」)、さらなる意図を示さなかった場合は、フォローアップをスキップしてください。不正確なチップより何もしないほうがましです。
signoz_get_dashboard を呼び出して完全な設定を取得してください。ダッシュボードのタイトルやリストだけに基づいて説明しないでください。spec.display.title を使用してパネルをグループ化し、レイアウト座標ではなく。これらのタイトルはダッシュボード作成者が意図したセクションヘッダーです。signoz_list_dashboards の全ページをページネーション処理してください。groupBy を読みます。生SQL/PromQL の場合、クエリー文字列を解析し、意図を説明します。signoz-modifying-dashboards にリダイレクトしてください。ユーザー: 「PostgreSQLダッシュボードを説明してください」
エージェント:
signoz_list_dashboards を呼び出す(全ページをページネーション)— ID abc-123 の「PostgreSQL Overview」ダッシュボードを見つけます。abc-123 で signoz_get_dashboard を呼び出す — 完全な設定を取得します。host_name(動的、host.name でフィルター)と database(動的、postgresql.database.name でフィルター)。両方とも複数選択対応。」ユーザー: 「このダッシュボードの各パネルは何を表示していますか?」(ダッシュボードコンテキストを @mention または自動コンテキストで提供)
エージェント:
This skill calls SigNoz MCP server tools (signoz_get_dashboard,
signoz_list_dashboards). Before running the workflow, confirm the
signoz_* tools are available. If they are not, the SigNoz MCP server
is not installed or configured — run signoz-mcp-setup first to initialize or
repair the MCP connection. Do not guess at a dashboard's contents from its
title alone.
Use this skill when the user asks to:
Do NOT use when:
signoz-modifying-dashboardsUse a supplied id or a dashboard resource that includes its id directly.
For any name-only request, call signoz_list_dashboards and resolve the name to
an id, matching on spec.display.name. Cover the whole listing — narrow with
the filter argument, re-run unfiltered when it comes back empty, and page by
raising offset by limit until you have covered total. Never pass a
dashboard name to signoz_get_dashboard or conclude it is missing from the
first page.
If multiple dashboards match, present the candidates and ask which one to explain.
Call signoz_get_dashboard with the dashboard id. This is mandatory — you
need the complete JSON to explain the dashboard accurately. Never guess based on
the title alone.
Examine the response to understand:
spec.display.name, .description, tags — the dashboard identity and author-provided contextspec.variables — dashboard-level filters (dropdowns the user can change)spec.panels — a map keyed by panel id: the panels, their plugin kinds, titles, and queriesspec.layouts — Grid entries placing panels in the 12-column grid via content.$refspec.display.title — the section a panel belongs toStructure your explanation in this order:
1. Overview — One paragraph summarizing the dashboard's purpose, what it
monitors, and what data sources it draws from (metrics, traces, logs). Mention
the tags if they provide useful context.
2. Variables and filters — Explain each variable:
spec.name, the $handle queries reference) and what it filters — for a
signoz/DynamicVariable that is plugin.spec.name on plugin.spec.signalsignoz/DynamicVariable (auto-populated from telemetry),
signoz/QueryVariable (query-driven dropdown), signoz/CustomVariable
(configured choices), or a TextVariable (free-form input)allowMultiple) and an "ALL" optionfilter.expression —
changing that variable dropdown would not affect those panels, which can be
confusing3. Panel-by-panel walkthrough — Group panels by Grid section: walk
spec.layouts in order, using each Grid's spec.display.title as the section
header and following its spec.items (by y then x) to the panels they
$ref. For a single untitled Grid, walk panels in position order and organize
by logical theme. For each panel:
kind:
signoz/TimeSeriesPanel, signoz/NumberPanel (single value),
signoz/TablePanel, signoz/BarChartPanel, signoz/PieChartPanel,
signoz/HistogramPanel, signoz/ListPanel (raw rows)signoz/BuilderQuery, explain the signal, aggregation, filter.expression,
and groupBy. For a signoz/CompositeQuery, explain each member and how the
formula combines them. For ClickHouse SQL or PromQL, translate the query
intent into plain English.plugin.spec.formatting.unit so the user knows how to read the valuesFor panels with complex queries:
4. Dashboard health observations — After the walkthrough, note any structural issues you spotted:
spec.panels that no grid item references (they never render)5. Coverage gaps — Based on what the dashboard actually monitors, note significant observability areas that are absent. Only mention gaps that are directly related to the technology or domain the dashboard covers — do not speculate about unrelated areas. Frame as suggestions: "You may want to consider adding panels for X to cover Y."
Surface up to 3 follow-up intents based on what the explanation surfaced — things like running a specific panel's underlying query, filling a coverage gap, or wiring an alert for an actionable threshold the user has not yet alerted on. Use your judgment; do not pad to 3.
Skip follow-ups when the user was clearly just onboarding to the dashboard ("what is this?") and showed no further intent. No chips beat wrong chips.
signoz_get_dashboard to get the full
configuration. Never explain based on the dashboard title or listing alone.spec.display.title to group panels, not layout
coordinates. Those titles are the section headers the dashboard author intended.signoz_list_dashboards before concluding a
dashboard does not exist.signoz-modifying-dashboards.User: "Explain my PostgreSQL dashboard"
Agent:
signoz_list_dashboards (paginates all pages) — finds "PostgreSQL
Overview" dashboard with id abc-123.signoz_get_dashboard with id abc-123 — gets full configuration.host_name (dynamic, filters by
host.name) and database (dynamic, filters by postgresql.database.name).
Both support multi-select."User: "What does each panel on this dashboard show?" (with dashboard context provided via @mention or auto-context)
Agent:
signoz_get_dashboard — gets full configuration.User: "Help me understand this LLM monitoring dashboard — I'm new to it"
Agent:
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。