什么是 before-after?
生成织机计划之前/之后的验证对。通过捕获实现前后的状态来证明阶段实际上改变了系统行为。用于增量验证——通过比较系统状态来证明新命令、端点、模块或错误修复是否有效。 来源:cosmix/claude-loom。
生成织机计划之前/之后的验证对。通过捕获实现前后的状态来证明阶段实际上改变了系统行为。用于增量验证——通过比较系统状态来证明新命令、端点、模块或错误修复是否有效。
通过命令行快速安装 before-after AI 技能到你的开发环境
来源:cosmix/claude-loom。
Before/after verification is a technique for proving that a stage actually changed system behavior. Instead of just checking that the final state is valid, you capture what was true BEFORE implementation and what should be true AFTER implementation. The pair proves your stage caused the change.
This matters because without before/after thinking, you can't distinguish:
A delta-proof is verification that proves a state transition occurred.
生成织机计划之前/之后的验证对。通过捕获实现前后的状态来证明阶段实际上改变了系统行为。用于增量验证——通过比较系统状态来证明新命令、端点、模块或错误修复是否有效。 来源:cosmix/claude-loom。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/cosmix/claude-loom --skill before-after生成织机计划之前/之后的验证对。通过捕获实现前后的状态来证明阶段实际上改变了系统行为。用于增量验证——通过比较系统状态来证明新命令、端点、模块或错误修复是否有效。 来源:cosmix/claude-loom。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/cosmix/claude-loom --skill before-after 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/cosmix/claude-loom