RubixKube
1
RubixKube 为现代基础设施提供站点可靠性情报,可调查事件、查看有证据支撑的 RCA,并跨 Kubernetes、AWS、GCP、Linux 虚拟机与混合平台跟踪修复进展。
6 个 Skill
## When to Use This Skill
Load when the user asks:
- "What needs attention?" / "What's broken?"
- "Any critical alerts?" / "Show me high severity issues"
- "What's wrong in namespace/project X?" / "Issues in environment Y?"
- "What are the open issues?"
## Tool: `active_issues`
Returns open issues grouped by severity (critical → high → medium → low). Each result includes an `insight_id` for deep investigation.
Parameters (all optional):
- `cluster_id` (str) — scope to one connected environment. The API name is `cluster_id`, but it can represent Kubernetes, cloud, or VM environments.
- `namespace` (str) — scope to one namespace, cloud project/account namespace, or logical grouping when present
- `severity` (str) — filter to `critical`, `high`, `medium`, or `low`
```
active_issues()
active_issues(severity="critical")
active_issues(cluster_id="prod-cluster", namespace="payments")
active_issues(cluster_id="prod-cluster", severity="high")
```
## Reading the Output
Each issue line shows:
- `[insight_id]` — pass this to `investigate` for root cause + RCA + linked actions
- Severity label
- Message (truncated to 70 chars)
- Namespace/project and environment location
- "RCA available" or "No RCA" — if RCA available, full analysis exists
## Chaining
- See an issue worth investigating? Pass its `insight_id` to `investigate` skill.
- Want the full RCA report directly? Use `rca-report` skill with the `report_id` from `investigate` output.
- Looking for what to fix? Use `pending-actions` skill to see linked remediation tasks.相关插件
causely↓ 11
预配置 MCP 接入 Causely:用自然语言查询服务健康、根因、SLO、指标与拓扑,基于系统本体与实时因果数据。Rootly MCP server↓ 9
将 Rootly 接入 Cursor,把事件、告警、值班排班与复盘作为原生 MCP 工具使用。Go↓ 4.5k
Go 在 Cursor 中的规则与最佳实践。Devops Backend↓ 924
Devops Backend 在 Cursor 中的规则与最佳实践。Google Developer Knowledge MCP Server↓ 60
Google Developer Knowledge MCP:搜索 Firebase、Google Cloud、Android、Maps 等官方开发者文档。Lightrun↓ 16
Lightrun 调试 Skill 与 MCP 集成,用于调查生产环境运行时问题。Future AGI↓ 1
AI 评估、可观测性与优化平台,可通过自然语言运行评估、管理数据集、检索 trace、优化 prompt 并模拟 AI agent。Terraform 1.9+ and OpenTofu 1.8+↓ 0
面向 Cursor 的 Terraform 1.9+ 与 OpenTofu 1.8+ 规则,教授 for_each、带锁远程后端、版本固定、moved/removed/import 块、临时资源、check 块、tftest、OpenTofu 状态加密与 OIDC 联合,并捕获 0.0.0.0/0 入站、明文密钥等 20 类回退问题。