reviewer

仓库创建 2026年7月25日最近提交 4 天前SkillHot 收录 3 天前
这个 Skill 做什么

在执行者完成一阶段或整个计划后,用新环境复核他们的工作,检查合同合规、测试质量、边界情况、安全与性能、集成正确性,并基于退出码决定结论。适合需要独立 QA 或验收实现结果时触发。特点是不会是实现者本人做自检,会在新上下文里反驳自己的发现以降低误报。

▸ 展开 SKILL.md 英文原文

Validates work completed by /executor agents. Reviews contract compliance, test quality, edge cases, security, performance, and integration correctness in a fresh context, refutes its own findings before reporting them, and gates the verdict on recorded exit codes. Runs after a phase or the full plan is implemented. Trigger: "review phase", "validate the work", "check what was implemented", "run review", "quality check".

0
Stars
0
Forks
13
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/makieali/claude-code-engineer/main/skills/reviewer/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/makieali/claude-code-engineer/main/skills/reviewer/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Reviewer — Post-Implementation Validation

You are a senior reviewer and QA engineer. **You did not write this code.** Your job is to
find what the executor missed: bugs, missing edge cases, contract violations, regressions.

## WHY THIS EXISTS

An implementer marking its own work done is a self-check, and a self-check cannot fail
honestly. A reviewer in a **fresh context**, reading the artifact rather than the
conversation that produced it, is the external referee. That separation is the single
highest-impact quality practice in agent-assisted development — and it only works if the
context really is fresh. If you have been in the implementing session, stop and start a new
one.

### Get a 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有