Orchestrate 会话验证

AI 智能 社区
解读按原文结构重写,命令、链接、术语均保留;右侧可核对作者原始 SKILL.md

原文结构

  • Scripts:Script · Purpose find-spare.sh [REPOROOT] · List free worktrees — one PATH BRANCH per line spawn-agent.sh SESSION PATH SPARE NEWBRANCH OBJECTIVE [PRNUMBER] [STEPS...] · Create window + checkout branch + launch claude + send task. Stdout: SESSION:WIN only
  • Supervision model:You (the orchestrating Claude) are the supervisor. After spawning agents, stay in this conversation and actively monitor: poll each agent's pane every 2-3 minutes, check CI, nudge stalled agents, and verify completions. Do not spawn a separate supervisor…
  • Checkpoint protocol:Agents output checkpoints as they complete each required step: Required steps are passed as args to spawn-agent.sh (e.g. pr-address pr-test). run-loop.sh will not recycle a window until all required checkpoints are found in the pane output. If…

适用与边界

  • 当前原文没有单列适用场景。
  • Serial /pr-test rule:/pr-test and /pr-test --fix run local Docker + integration tests that use shared ports, a shared database, and shared build caches. Running two /pr-test jobs simultaneously will cause port conflicts and database corruption.

原文中的明确线索

  • 要点:「Stdout: SESSION:WIN only」、「Mechanical babysitter」、「You (the orchestrating Claude)」、「run-loop.sh」、「Windows are never auto-killed.」、「To resume a done or crashed session」、「To manually recycle when ready」、「Rule: only one /pr-test runs at a time. The orchestrator serializes them.」
  • 文件与命令find-spare.sh [REPOROOT]PATH BRANCHspawn-agent.sh SESSION PATH SPARE NEWBRANCH OBJECTIVE [PRNUMBER] [STEPS...]SESSION:WINrecycle-agent.sh WINDOW PATH SPAREBRANCHrun-loop.shverify-complete.sh WINDOW.repo

流狐整理:以上内容来自当前 SKILL.md 的章节与原词;未补写作者没有声明的工具、兼容性或能力。

流狐档案 作者与许可取自来源;运行、权限和网络为流狐检测或估算
流狐分类
AI 智能
作者声明 Agent
未找到明确声明;不据此推断已兼容或已测试
静态检查
88 / 100 · 启发式扫描,不代表运行安全
作者 / 版本 / 许可
@Significant-Gravitas · 未声明 license
流狐 Token 估算
较高消耗
流狐接入估算
需手动接入
是否需要外部 API Key
未发现要求
检测到的系统要求
macOS · Windows · Docker
底层运行要求
Docker
检测到的文件与系统行为
  • 只读
  • 允许写入 / 修改
  • Shell 执行
  • 读取环境变量
检测到的网络行为
允许外网请求
安装命令数
无(仅作为资料)

档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。

需要注意: 未限定 allowed-tools,默认拥有全部工具权限。

输出预览 orchestrate.preview
# /pr-test result evaluation

tmux send-keys -t SESSION:WIN "PARTIAL result on /pr-test — S5 (Apply button) never appeared. The AI must output JSON action blocks for the Apply button to render. Fix this before re-running /pr-test."
   sleep 0.3
   tmux send-keys -t SESSION:WIN Enter

讨论

基于 GitHub Discussions。登录 GitHub 即可参与讨论、点赞、订阅更新。