verification-before-completion
防止 AI 交"没验过的货"。
大白话:AI 很容易"觉得做完了"就交差。这个技能要求它:说完成之前,必须真的跑一遍、确认能用,拿证据说话。
举个例:AI 说"登录功能做好了",它得真的打开页面试一次登录成功,而不是说"应该能用"。
适合:任何交付型任务,尤其是你没法自己验证的时候。
安装(超简单,一句话搞定)
不用敲任何命令。 复制下面这句话,发给你的 AI 助手(Claude Code、Reasonix、Cursor、Codex 等都行),它会自己帮你装好:
帮我安装 verification-before-completion 这个技能,它来自 https://github.com/obra/superpowers ,装好告诉我是干什么的
你的 AI 助手可能还会问你放在哪、怎么用,照常回答它就行——就像平时让它干活一样,不用懂技术细节。
想自己动手?(不推荐,给懂命令行的人)
下面的命令按工具区分,均来自原仓库。普通用户请直接使用上面的一句话方式,让智能体代劳。
Claude CodeCodexCursorGemini CLIOpenCodeReasonix
/plugin marketplace add obra/superpowers /plugin install
/plugins → 搜索 superpowers → Install Plugin
在 Cursor Agent 聊天中输入 /add-plugin superpowers
gemini extensions install https://github.com/obra/superpowers
git clone https://github.com/obra/superpowers.git 对应技能目录(详见原仓库 README)
用 install_source 安装 https://github.com/obra/superpowers(Reasonix 会引导你完成)
来源与版权
- 原作者:Jesse Vincent (obra)
- 原仓库:https://github.com/obra/superpowers
- 许可证:MIT(允许复制、修改、翻译、再分发,需保留版权声明)
- 仓库路径:skills/verification-before-completion