affaan-m/ECC

dashboard-builder

为 Grafana、SigNoz 等平台构建能够回答实际运维人员问题的监控仪表板。适用于将指标转化为可用的仪表板,而非华而不实的展示板。

56Collecting
See how to use itView GitHub source
npx skills add https://github.com/affaan-m/ECC --skill "docs/zh-CN/skills/dashboard-builder"
Automated source guide

Source checked Jul 28, 2026·Refresh due Oct 26, 2026

Reorganized from the pinned upstream SKILL.md

Turn dashboard-builder's source instructions into a guide you can follow

According to the pinned SKILL.md from affaan-m/ECC: 当任务需要构建一个可供操作人员使用的仪表盘时使用此方案。

npx skills add https://github.com/affaan-m/ECC --skill "docs/zh-CN/skills/dashboard-builder"
Check the pinned source

Best fit

  • 为 Grafana、SigNoz 等平台构建能够回答实际运维人员问题的监控仪表板。适用于将指标转化为可用的仪表板,而非华而不实的展示板。

Bring this context

  • A concrete task that matches the documented purpose of dashboard-builder.
  • The files, examples, or context the task depends on.
  • Your constraints, target environment, and definition of done.

Expected outputs

  • A result that follows the pinned dashboard-builder instructions.
  • A concise record of assumptions, inputs used, and unresolved questions.
  • A final check against the source workflow and relevant permission signals.

Key source sections

Read dashboard-builder through these 5 source sections

Sections are extracted automatically from the pinned SKILL.md and link back to the source.

01

使用场景

"构建一个Kafka监控仪表盘" "为Elasticsearch创建一个Grafana仪表盘" "为这个服务制作一个SigNoz仪表盘" "将这个指标列表转化为真正的运维仪表盘"

SKILL.md · 使用场景
"构建一个Kafka监控仪表盘""为Elasticsearch创建一个Grafana仪表盘""为这个服务制作一个SigNoz仪表盘"
02

约束条件

不要从视觉布局开始;要从操作人员的问题出发 不要仅仅因为指标存在就包含所有可用指标 不要在没有结构的情况下混合健康、吞吐量和资源面板 不要发布没有标题、单位和合理阈值的面板

SKILL.md · 约束条件
不要从视觉布局开始;要从操作人员的问题出发不要仅仅因为指标存在就包含所有可用指标不要在没有结构的情况下混合健康、吞吐量和资源面板
03

工作流程

健康/可用性 延迟/性能 吞吐量/容量 饱和度/资源 服务特定风险

SKILL.md · 工作流程
健康/可用性延迟/性能吞吐量/容量
04

1. 定义操作问题

健康/可用性 延迟/性能 吞吐量/容量 饱和度/资源 服务特定风险

SKILL.md · 1. 定义操作问题
健康/可用性延迟/性能吞吐量/容量

SkillSignal prompt templates

Provide the task, context, and acceptance criteria

These prompts were written by SkillSignal from the source structure; they are not upstream text.

Task-start prompt

Confirm source fit, inputs, and outputs before acting.

Use dashboard-builder to help me with: [specific task]. Context: [files, data, or background]. Constraints: [environment, scope, and prohibited actions]. Before acting, check the pinned SKILL.md and explain which sections apply, what inputs are still missing, and what you will deliver.

Source-guided execution

Make the Agent explicitly follow the key extracted sections.

Apply the pinned dashboard-builder source to [task]. Pay particular attention to these source sections: “使用场景”, “约束条件”, “工作流程”, “1. 定义操作问题”, “2. 研究目标平台架构”. Preserve the important decision at each step. Mark facts not covered by the source as “needs confirmation” instead of inventing them. Then verify the result against my acceptance criteria: [criteria].

Result-review prompt

Check omissions, permissions, and source drift before delivery.

Review the current dashboard-builder result: (1) does it satisfy the original task; (2) were any applicable steps or limits in the pinned SKILL.md missed; (3) did it perform any unauthorized file, command, network, or data action; and (4) which conclusions remain unverified? List issues first, then fix only what the source or user authorization supports.

Output checklist

Verify each item before delivery

The task matches the purpose documented in the SKILL.md.

The source section “使用场景” has been checked.

The source section “约束条件” has been checked.

The source section “工作流程” has been checked.

The source section “1. 定义操作问题” has been checked.

Inputs, constraints, and acceptance criteria are explicit.

Unverified facts, compatibility, and outcome claims are clearly marked.

Any file, command, network, or data action has been reviewed.

Choose a different workflow

When another Skill is the better fit

FAQ

What does dashboard-builder do?

当任务需要构建一个可供操作人员使用的仪表盘时使用此方案。

How do I start using dashboard-builder?

The catalog detected this source-specific install command: npx skills add https://github.com/affaan-m/ECC --skill "docs/zh-CN/skills/dashboard-builder". Inspect the command and pinned source before running it.

Which Agent platforms does it declare?

No dedicated Agent platform is declared in the pinned source record.

Repository stars
234,327
Repository forks
35,711
Quality
56/100
Source repository last pushed

Quality breakdown

Based on traceable docs and repository signals; stars are not treated as quality.

56/100
Documentation13/30
Specificity11/25
Maintenance20/20
Trust signals12/25

Compare before choosing

Related Agent Skills and source variants

These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.

View original Skill.mdThis page is parsed directly from the repository SKILL.md without editorial rewriting. Collected: Jul 28, 2026 · about 1 min

仪表盘构建器

当任务需要构建一个可供操作人员使用的仪表盘时使用此方案。

目标不是"展示所有指标",而是回答以下问题:

  • 系统健康吗?
  • 瓶颈在哪里?
  • 发生了什么变化?
  • 应该采取什么行动?

使用场景

  • "构建一个Kafka监控仪表盘"
  • "为Elasticsearch创建一个Grafana仪表盘"
  • "为这个服务制作一个SigNoz仪表盘"
  • "将这个指标列表转化为真正的运维仪表盘"

约束条件

  • 不要从视觉布局开始;要从操作人员的问题出发
  • 不要仅仅因为指标存在就包含所有可用指标
  • 不要在没有结构的情况下混合健康、吞吐量和资源面板
  • 不要发布没有标题、单位和合理阈值的面板

工作流程

1. 定义操作问题

围绕以下方面组织:

  • 健康/可用性
  • 延迟/性能
  • 吞吐量/容量
  • 饱和度/资源
  • 服务特定风险

2. 研究目标平台架构

首先检查现有仪表盘:

  • JSON结构
  • 查询语言
  • 变量
  • 阈值样式
  • 分区布局

3. 构建最小可用面板

推荐结构:

  1. 概览
  2. 性能
  3. 资源
  4. 服务特定分区

4. 剔除装饰性面板

每个面板都应回答一个真实问题。如果不能,则移除。

示例面板集

Elasticsearch

  • 集群健康
  • 分片分配
  • 搜索延迟
  • 索引速率
  • JVM堆/GC

Kafka

  • 代理数量
  • 副本不足的分区
  • 消息流入/流出
  • 消费者滞后
  • 磁盘和网络压力

API网关/入口

  • 请求速率
  • p50/p95/p99延迟
  • 错误率
  • 上游健康
  • 活跃连接数

质量检查清单

  • [ ] 有效的仪表盘JSON
  • [ ] 清晰的分区分组
  • [ ] 包含标题和单位
  • [ ] 阈值/状态颜色有意义
  • [ ] 存在常用过滤器的变量
  • [ ] 默认时间范围和刷新频率合理
  • [ ] 没有对操作人员无价值的装饰性面板

相关技能

  • research-ops
  • backend-patterns
  • terminal-ops
Source repo
affaan-m/ECC
Skill path
docs/zh-CN/skills/dashboard-builder/SKILL.md
Commit SHA
4e973d3eaf92
Repository license
MIT
Data collected