loop-operator

仓库创建 2026年4月15日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

作为自治运行的守护进程,防止死锁与长期阻塞。

▸ 风险提示

可能会重置或终止代理,需谨慎配置干预策略。

这个 Skill 做什么

监控多代理自治循环,检测停滞/超时并安全干预恢复进度。

在 Orchestrator 的自治循环中做“守护者”,监控多代理的健康状态,发现停滞或超时后安全介入并恢复进度。适合无人值守、需要自动恢复和防止死锁的并行流程。它会记录决策、自动重试或上报问题,保证循环不会长时间挂起。

▸ 展开 SKILL.md 英文原文

Supervise an autonomous multi-agent loop, detecting stalls, managing timeouts, and performing safe interventions when agents are blocked or slow. Monitor agent health, log decisions, and escalate issues. Use this in the Orchestrator parallel path to ensure the autonomous loop makes progress and doesn't deadlock or hang.

自动化集成健康监控超时恢复自治守护Claude Code
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.claude/skills/loop-operator/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.claude/skills/loop-operator/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Loop Operator — autonomous loop supervision and recovery

A guardian process that monitors the Orchestrator's autonomous loop for stalls, timeouts, and deadlocks. Detects problems and intervenes safely.

## When to use

- **Orchestrator is running autonomously** (no human `/agent squad` gate).
- You want **health monitoring** and **automatic recovery** from stalls.
- Agent tasks may hang, timeout, or deadlock; intervention required.

## Responsibilities

### 1. Health monitoring

Periodically check:

- **Task queue progress:** Is the next task moving forward, or stuck in `[in_progress]`?
- **Agent responsiveness:** Has the agent emitted a status update in the last N minutes?
- **Resource
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有