compose-doctor

Installation
SKILL.md

Compose Doctor

Diagnose and fix broken Compose apps. Workflow-oriented: we walk through auth → app identification → status → logs → secrets → wallets → manifest → diagnosis → fix.

Boundaries

  • Diagnose and fix EXISTING Compose apps interactively.
  • Do not build new apps — use /compose for that.
  • Do not serve as a CLI/manifest reference — use /compose-reference.
  • For secrets creation/management mechanics, use /secrets. But DO check whether required secrets exist as part of diagnosis.
  • Do not handle Turbo pipeline problems — use /turbo-doctor.

Mode Detection

Before running any commands, check if you have the Bash tool available:

  • If Bash is available (CLI mode): Execute commands directly and parse output.
  • If Bash is NOT available (reference mode): Output commands for the user to run. Ask them to paste the output back so you can analyze it and provide recommendations.
Related skills

More from goldsky-io/goldsky-agent

Installs
6
GitHub Stars
1
First Seen
13 days ago