From rubixkube
List open remediation action items with priority and linked incident context. Use when the user asks what to work on, wants to see their action queue, or is tracking remediation progress for an incident.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rubixkube:pending-actionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load when the user asks:
Load when the user asks:
pending_actionsReturns open actions grouped by priority (high → medium → low). Each action shows its linked insight or RCA ID so you can trace back to the originating incident.
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.priority (str) — high, medium, or lowstatus (str) — filter by status: todo, assigned, in_progress, waiting, reviewpending_actions()
pending_actions(priority="high")
pending_actions(cluster_id="prod-cluster")
pending_actions(status="in_progress")
pending_actions(cluster_id="prod-cluster", priority="high")
Each action shows:
[action_id] — unique identifierinvestigate(insight_id=...) with the linked ID.rca-report skill with the linked report_id.platform_status first to get environment IDs.npx claudepluginhub rubixkube-io/rubixkube-for-ai --plugin rubixkubeProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.