taskforge-review
仓库创建 2026年7月22日最近提交 5 天前SkillHot 收录 3 天前
这个 Skill 做什么
把实现的结果和 Specification 对照独立评审,只输出裁决(通过,或拒绝并给出 root_cause);用在实现已经完成、任务处于“review”准备时。审查在一个全新且可记录的上下文运行,不负责路由决定——内核根据裁决把任务转到 done、refine 或 explore。专注判断实现是否满足规格,不做实现也不自行结束任务。
▸ 展开 SKILL.md 英文原文
Independently review a taskforge task's implementation against its Specification and emit only the verdict — the review half of the split run workflow (docs/ADR-0001 Phase 6). Use when a task's readiness is "review" (an implementation awaits review). Runs in fresh context against the recorded reviewer prompt; produces one review artifact (approved, or rejected with a root_cause). The KERNEL routes on the verdict (approved -> done, rejected -> refine/explore/retry) — the review never emits a done or escalate signal.
0
Stars
0
Forks
6
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/hashirventhodi/taskforge-skills/main/taskforge-review/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/hashirventhodi/taskforge-skills/main/taskforge-review/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# taskforge-review Judge an implementation against its Specification, independently, and emit a verdict. Review owns exactly one responsibility: decide whether the diff satisfies the spec. It does **not** route the task — the kernel derives the next phase from the verdict (approved → done; rejected → refine/explore/retry by `root_cause`), exactly as it does for every other transition. So the review emits *only* the review artifact, never a `done` or `escalate` signal. **Prerequisites**: read `taskforge/CONTRACTS.md` this session; resolve `$SCRIPT`; guard on readiness (`review` required — an implementation with no review at or after it). ## 1. Independent review — recorded, isolated, non-n
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有