·sadd:do-and-judge
</>

sadd:do-and-judge

通过子代理实施和具有自动重试循环的 LLM 作为法官验证来执行任务

81安装·15热度·@neolabhq

安装

$npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:do-and-judge

如何安装 sadd:do-and-judge

通过命令行快速安装 sadd:do-and-judge AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:do-and-judge
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:neolabhq/context-engineering-kit。

SKILL.md

查看原文

Execute a single task by dispatching an implementation sub-agent, verifying with an independent judge, and iterating with feedback until passing or max retries exceeded.

This command implements a single-task execution pattern with LLM-as-a-judge verification. You (the orchestrator) dispatch a focused sub-agent to implement the task, then dispatch an independent judge to verify quality. If verification fails, you iterate with judge feedback until passing (score ≥4) or max retries (2) exceeded.

CRITICAL: You are the orchestrator - you MUST NOT perform the task yourself. Your role is to:

通过子代理实施和具有自动重试循环的 LLM 作为法官验证来执行任务 来源:neolabhq/context-engineering-kit。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:do-and-judge
分类
</>开发工具
认证
收录时间
2026-03-02
更新时间
2026-03-11

Browse more skills from neolabhq/context-engineering-kit

快速解答

什么是 sadd:do-and-judge?

通过子代理实施和具有自动重试循环的 LLM 作为法官验证来执行任务 来源:neolabhq/context-engineering-kit。

如何安装 sadd:do-and-judge?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:do-and-judge 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/neolabhq/context-engineering-kit