‹ 返回总目录
工具 最近更新05-08

review-loop

| 2026-08-02 收录(在榜5天)

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量2.0K
⭐ GitHub Stars1
🗓️ 最近推送2026-05-08
🌱 项目创建2026-05-08
💻 语言 / License未标注 · 未标注
🐛 开放Issue0

📝 工具简介

可复用的AI代理技能,通过迭代的写手-审稿人循环机制,用结构化批评和修改提升输出质量。

📖 怎么用

先 `npx skills add 2dmurali/review-loop-skill` 安装,或者 `git clone git@github.com:2dmurali/review-loop-skill.git` 后 `cp -r review-loop-skill/review-loop ~/.cursor/skills/`。用的时候直接在对话里说“implement the payment service, use review-loop”或者“run review-loop on the auth module I just wrote”,它会自动跑“干活→批评者打分→修改→再打分”的循环,默认质量门槛是8分,你也可以指定“quality gate 9, thorough”调高要求。

📋 迷你测评

可复用的AI代理技能,通过迭代的写手-审稿人循环机制工作。亮点是用结构化批评和修改来提升输出质量,适合需要多轮打磨的文本任务。

📄 README 要点

这是个给 AI 智能体用的迭代审查技能,核心思路就是不让 AI 一次写完就交差。流程是:先让 AI 干活,然后另开一个全新的批评者子智能体来打分,满分 10 分,必须给出具体可执行的改进意见,然后 AI 根据反馈改,改完再评,直到达到质量门槛(默认 8 分)才停。默认最少循环 2 次,最多 4 次。支持 Cursor、Claude、Windsurf 这些能开子智能体的工具。装好之后在提示词里提一嘴就能用,适合写代码、写文档、做方案这些需要保证质量的场景。

查看英文原文
review loop skill A reusable AI agent skill that implements an iterative worker reviewer cycle to produce higher quality output through structured critique and revision. Works with any AI agent that supports subagent spawning (Cursor, Claude, Windsurf, etc.). What it does Instead of trusting a first draft, the agent: 1. Does the work (writes code, spec, doc, etc.) 2. Spawns a separate critic subagent with a fresh context 3. The critic scores the work 1–10 with specific, actionable feedback 4. The agent revises based on the feedback 5. Repeats until the quality gate is met (default: 8/10) Result: Fewer bugs, better specs, more robust implementations — without needing a human reviewer in the loop. Quick install [安装/使用命令见下方] Or clone and copy manually: [安装/使用命令见下方] Usage Just mention it in your prompt: [安装/使用命令见下方] [安装/使用命令见下方] [安装/使用命令见下方] Defaults Setting Default Min loops 2 Max loops 4 Quality gate 8/10 Override inline: "use review loop, gate 9, max 5 loops" Folder structure [安装/使用命令见下方] License MIT — free to use, adapt, and redistribute with any AI tool or platform.

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考