Skip to content
Deployment
Command

/troubleshoot

Diagnose and fix a Control Plane workload that is unhealthy or not working correctly

From plugin
ai-plugin
102 skills2 agents2 commands
Install
$ npx -y skills add controlplane-com/ai-plugin --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/troubleshoot

Context preview

What this command does when you run it.

Diagnose and fix a Control Plane workload that is unhealthy or not working correctly

Command definition

troubleshoot.md
name: troubleshoot
description: Diagnose and fix a Control Plane workload that is unhealthy or not working correctly
argument-hint: "[workload-name] [--gvc gvc-name]"

Diagnose and fix the Control Plane workload the user named.

Use the **cpln-workload-troubleshooter** agent — it loads the `workload-troubleshooting` skill (the full failure catalog) and works read-only first:

1. Gather state — per-location deployments and readiness, events, and logs. 2. Map the symptom to its root cause: OOMKilled, image pull, secret access, port mismatch, firewall, health probes, resource limits, autoscaling, termination, volumes, service-to-service, or dedicated load balancer. 3. Present each issue as **what's wrong** (with evidence), **why**, and **the exact fix**. 4. Apply only after I approve, then re-check readiness across locations and confirm the endpoint responds.

If no workload was named, ask for it (and the GVC) — never guess.

Ships withai-plugin

Run containerized workloads across AWS, GCP, Azure, OCI, and your own hardware under one API.

Get the whole plugin, auto-invoked
Stats
10
Stars
0
Views
0
Forks
Active
Maintenance
Shell
Language
MIT
License
2d ago
Last commit
3mo ago
Created

Repo: controlplane-com/ai-plugin