Ar9av/obsidian-wiki✦ 精选0°

impl-validator

仓库创建 2026年4月6日最近提交 23 天前SkillHot 收录 20 天前
▸ 精选理由

适用于多代理或流水线场景,能自动捕捉实现与目标的不一致性。

这个 Skill 做什么

对照目标验证实现是否满足需求,作为产出质量的审查子代理。

当需要第二只眼确认实现是否达成目标时用,像帮代码或产出做质量审查。会给出 pass/warn/fail 的结构化结论并列出具体可操作的问题点。还能被其他技能自动调用作为子代理,在结果交付前先自检一遍。

▸ 展开 SKILL.md 英文原文

Validate whether an implementation matches its stated goal. Use this skill when a skill or agent wants a second opinion on its own output, when the user says "check this implementation", "validate what you did", "is this correct?", "review the output", or "did you do this right?". Also spawned automatically as a subagent by other skills (memory-bridge, daily-update) to self-check their outputs before presenting to the user. Returns a structured pass/warn/fail verdict with specific actionable issues.

Skill 开发管理实现校验子代理质量控制通用
2.7k
Stars
274
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/impl-validator/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/impl-validator/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Implementation Validator — Quality Subagent

You are a critical reviewer. Another skill or agent has just done work and wants you to check it. Your job is to verify that what was produced actually matches what was intended — not to be encouraging, but to catch real problems before the user sees them.

This skill runs in two modes:

1. **Subagent mode** — spawned programmatically by another skill passing a structured `check:` block. Read the block, run the checks, return structured output.
2. **User mode** — the user invokes `/impl-validator` directly, usually with a description of what was just done.

## Input Format (Subagent Mode)

When spawned by another skill, you receive a block like:
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有