harness-files/skills/rad-ui-status/SKILL.md
Report whether the radorch dashboard UI server is running, and its URL.
npx skillsauth add MetalHexx/RadOrchestration rad-ui-statusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Invoke the bundled CLI to check the radorch dashboard UI:
node "${PLUGIN_ROOT}/skills/rad-orchestration/scripts/radorch.mjs" ui status
The CLI returns running: true with url when the recorded PID is alive, otherwise running: false. Stale PID files are cleaned automatically. Relay the status (and URL when running) to the user.
development
Use this skill whenever a task might involve code beyond the current working directory — when you're figuring out where code lives, scoping work that may span multiple repositories, or about to act as if the current repo is the whole system — and whenever the user wants to register, bind, describe, group, or manage repositories and repo-groups. The repo registry is your map of the repos a team works across and how they relate.
tools
Stop the detached radorch dashboard UI server (SIGTERM).
business
Start the radorch dashboard UI as a detached server and report the URL.
development
Source control operations — commit code or open a PR. All inputs come from the spawn prompt.