better-coding-verify
仓库创建 2026年7月3日最近提交 23 天前SkillHot 收录 22 天前
▸ 精选理由
强制用证据判断完成状态,降低回滚风险。
这个 Skill 做什么
在声称完成前,用实际运行的证据验证变更是否真的生效。
在说“完成”前先拿出可复现的运行证据:找出要跑的验证命令、实际执行并读完输出,然后把输出当证明附上再宣告完成。每次要提交、开 PR、合并或进入下一个任务前都必须走这套流程,避免写了代码却没验证。它把验证当作必经的证据闸门,完成后还能顺带处理分支策略。
▸ 展开 SKILL.md 英文原文
Verify completion claims with fresh evidence before saying done, fixed, passing, or ready to merge — the evidence gate for every task. MUST be used before claiming any work is complete, before committing, pushing, creating a PR, or moving to the next task — even if the user does not ask for verification. Enforces the Gate Function: identify the proving command, run it, read the full output, then claim with evidence attached. Also finishes the branch: merge, PR, keep, or discard. Trigger: /better-coding-verify
0
Stars
0
Forks
10
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/janschachtschabel/better-coding-skills/main/skills/better-coding-verify/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/janschachtschabel/better-coding-skills/main/skills/better-coding-verify/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Better Coding Verify The skill that sits between "I think it's done" and "it's done." A capable agent will declare success based on having written code, not on having verified it works. This skill enforces the discipline that every completion claim is backed by fresh evidence — a command that was actually run, with output that was actually read. **Primary objective:** no completion claim without fresh verification evidence. The agent runs the verification command, reads the full output, and only then states the result — with the evidence attached. --- ## Activation Begin the first response after loading with exactly this line: ▸ better-coding-verify active — evidence before claims, al
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有