| name | muggle-repair |
| model | haiku |
| description | Diagnose and fix a broken Muggle AI installation. Use when user types muggle repair or asks to fix Muggle Test setup. |
Muggle Test Repair
Telemetry first step: see _shared/telemetry-emit.md. Use skillName: "muggle-repair".
Automatically diagnose and fix broken components.
Steps
- Run the same checks as
/muggle:muggle-status to identify what is broken.
- If everything passes, report: "Nothing to repair — installation looks healthy."
- For each failing component:
- Electron app missing or corrupt — run
muggle setup --force to re-download.
- Authentication expired or invalid — run
muggle-remote-auth-login to re-authenticate.
- MCP server unresponsive — report the error and suggest restarting the session.
- Run status checks again to confirm all components are healthy.
- Report what was repaired.
Output
Show before/after status for each repaired component. If repair fails, report the error with enough context for the user to investigate.