From rubixkube
Deep investigation of a specific infrastructure issue. Use when the user asks why something is broken, wants to debug a service, pod, cloud resource, VM, or references an insight ID. Returns root cause, RCA findings, and linked remediation actions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rubixkube:investigateThe 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:
investigateTwo modes — prefer insight_id when you have it:
Fetches the insight, its RCA report, and all linked remediation actions in a single call.
investigate(insight_id="<id from active_issues output>")
Searches insight messages, namespaces, types, and affected resources. Returns matching insights with their IDs.
investigate(search="payment service")
investigate(search="OOMKilled")
investigate(search="crashloopbackoff")
Use search when the user describes a symptom without an ID. Once you find the relevant insight, call again with its insight_id for full details.
The investigation report contains:
action_idsIf "Root Cause Analysis: not yet generated" — RCA is still in progress. Check back or look at the insight details for initial signals.
report_id in the output? Use rca-report skill for the complete RCA document.pending-actions skill.cluster-health skill with the cluster_id from the insight.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.