auto-review-loop
仓库创建 2026年3月10日最近提交 5 天前SkillHot 收录 20 天前
▸ 精选理由
通用性强且面向长期改进的工作流,适合科研与文稿质量提升场景。
▸ 风险提示
会持续调用外部评审后端,需注意 API 权限与变更对结果的影响。
这个 Skill 做什么
通用的多轮自动审查循环:评审、实现修复并反复复审直到通过或达到上限。
会自动多轮审查、修复并复审直到通过或达到上限。适合代码、论文或实验设计需要反复改进时使用,能把评审意见落地成可执行修复。它内部带有轮次记忆,能持续追踪每轮变更,不需要外部再去手动循环。
▸ 展开 SKILL.md 英文原文
Autonomous multi-round research review loop. Repeatedly reviews via external reviewer backend (Codex or manual), implements fixes, and re-reviews until positive assessment or max rounds reached. Use when user says "auto review loop", "review until it passes", or wants autonomous iterative improvement.
1.4w
Stars
1.2k
Forks
40
仓库内 Skill
+844
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/wanshuiyin/Auto-claude-code-research-in-sleep/main/skills/auto-review-loop/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/wanshuiyin/Auto-claude-code-research-in-sleep/main/skills/auto-review-loop/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Auto Review Loop: Autonomous Research Improvement > 🔒 **Do not wrap this skill in `/loop`, `/schedule`, or `CronCreate`.** It > already loops internally (review → fix → re-review) and the reviewer carries > round-to-round memory in one `threadId` (`codex-reply`). An external timer > re-enters from the top each tick — fresh `threadId`, reviewer memory reset — > firing the verdict on wall-clock time instead of on artifact change: zero new > signal, full token cost. If you want to schedule something, schedule the > *external wait that precedes it* (experiments done → then run this once). See > [`shared-references/external-cadence.md`](../shared-references/external-cadence.md). Autonomously
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有