一键导入
goobers-run-operator
Inspect a local Goobers instance, runs, journals, and escalations using read-only commands without changing scheduler or provider state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Inspect a local Goobers instance, runs, journals, and escalations using read-only commands without changing scheduler or provider state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Explain the Goobers DSL, find its canonical documentation, and turn a plain-English workforce or workflow description into schema-valid Gaggle, Goober, and Workflow YAML.
Resolve the Goobers release, DSL support matrix, and authoritative local sources before another Goobers repository skill performs work.
Compare a Goobers workflow with a target release and plan or apply an explicit, reviewable DSL upgrade using release-matched schemas and validation.
| name | goobers-run-operator |
| description | Inspect a local Goobers instance, runs, journals, and escalations using read-only commands without changing scheduler or provider state. |
Diagnose local instance and workflow behavior without mutating it. Resolve the
environment with goobers-environment-resolver first.
instance.yaml, config/,
gaggles/, and scheduler/. Do not infer one from a target repository.goobers status --json <instance-root> or goobers runs list --json <instance-root> to identify workflows, run IDs, phases, and
validation warnings.goobers trace --json <run-id> <instance-root>. Use
--follow only when the user asks to observe a live run.goobers stats --json <instance-root> for aggregate outcomes;goobers blocked list --json <instance-root> for learned blocks;goobers claims list --json <instance-root> for claim leases;goobers escalations show <run-id> <instance-root> for escalation
evidence;goobers workflow show <workflow> <instance-root> for the state graph.Do not invoke commands that start, retry, clear, release, reset, compact, redact, or otherwise change instance, scheduler, journal, repository, or provider state. Do not display transcripts or raw artifacts unless the user specifically needs them; summarize secret-safe evidence and preserve the journal's append-only contract.