| name | workspace-health |
| description | Check c64forge status, dependencies, and local workspace health. |
Intent
Use this skill for quick diagnosis when the user asks what is wrong, what is configured, or whether the workspace looks healthy.
Inputs
- Optional focus on a specific device target or workflow.
Execution
- Start with
./forge status.
- If the problem sounds build-related, also run
bash -n ./forge.
- If the problem sounds patch-layer related, use
./forge sync all or the narrower repo-specific sync.
- If a later deploy decision depends on device choice, use the
status reachability output to decide whether u64 is available before falling back to c64u.
Validation
- Summarize config health, device reachability, and any missing dependency or mount issues.
- Keep the result operator-focused: say what failed and what command should be tried next.
Safety
- Do not run recovery or flash commands from a status-only request.