diagnose
Installation
SKILL.md
diagnose
This skill turns your agent into its own first-line support. Instead of forwarding "something's wrong" messages to a human, the agent inspects the VM, identifies the root cause, and either fixes it or reports a precise diagnosis.
When to trigger
Trigger this skill automatically when:
- The user says anything like "something's wrong", "not working", "broken", "help", "can't connect", "error", or "I'm stuck".
- Any command or tool returns a non-zero exit code and you don't already know why.
- A
StopFailureor similar hook fires. - An agent you spawned goes silent or returns a
generic/timeouterror class.
Do not trigger the security audit sub-capability automatically — run it only when the user explicitly asks for a security check or audit.