How this skill is triggered — by the user, by Claude, or both
Slash command
/llm-rail:statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check the status of lrail workflow instances.
Check the status of lrail workflow instances.
If $ARGUMENTS contains an instance ID, show that instance's detailed status:
lrail $ARGUMENTS status
If $ARGUMENTS is empty, list all instances:
lrail wf instances
npx claudepluginhub neuradex/llm-rail --plugin llm-railChecks Output SDK workflow status (RUNNING, COMPLETED, FAILED, TERMINATED). Use for monitoring async executions, verifying completion before results, polling in scripts, or handling failures.
Provides Claude Code with status context. Invoked via the /Status command or automatically when relevant.
Inspects worker status read-only for controller and human sessions. Use to view status without opening workers or sending replies. Triggers on 'worker status', 'inspect worker', 'list workers'.