Accept 代码验证
- 作者仓库星标 12
- 作者仓库 temple8
Accept Feature
Available knowledge: [[requirements/gherkin#key-takeaways]], [[software-craft/test-design#key-takeaways]], [[software-craft/test-stubs#concepts]]. in artifacts: read all before starting work.
- Run
task test-buildto verify all tests pass with coverage. - Verify all BDD examples pass from the end user's perspective, not the test harness, per [[software-craft/test-design#key-takeaways]].
- IF an example passes in the test harness but fails from the user's perspective → flag it as a semantic alignment gap per [[software-craft/test-design#concepts]].
- Verify structural traceability: run
beehave status --jsonfor stage overview, thenbeehave checkfor detailed violations per [[software-craft/test-stubs#concepts]]. Every Example in the feature file must have exactly one corresponding test function, and every test function must trace back to an Example. The feature stage must beokandbeehave checkmust produce no output. - Verify semantic depth per [[software-craft/test-design#concepts]].
- Verify quality attributes are met.
- Verify definition of done criteria are satisfied.
- Produce a traceability matrix: for each stakeholder Q&A topic from interview notes, map to:
- Behavioral Q&A: a passing test (Example title → test function name).
- Technology Q&A: implementation evidence (import, module structure, config) where the technology named in the Q&A is exercised in code. Technology Q&As are verified by reading the feature file's
# Constraints:and checking the corresponding implementation — NOT through behavioral tests. - Explicit stakeholder deferral: with the reason it was deferred. Untraced Q&As of either type → incomplete delivery.
- 流狐分类
- 通用
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @nullhack · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 原文未拆分步骤
# Accept Feature Available knowledge: [[requirements/gherkin#key-takeaways]], [[software-craft/test-design#key-takeaways]], [[software-craft/test-stubs#concepts]]. `in` artifacts: read all before starting work. 1. Run `task test-build` to verify all tests pass with coverage. …
# Accept Feature
Available knowledge: [[requirements/gherkin#key-takeaways]], [[software-craft/test-design#key-takeaways]], [[software-craft/test-stubs#concepts]]. `in` artifacts: read all before starting work.
1. Run `task test-build` to verify all tests pass with coverage.
2. Verify all BDD examples pass from the end user's perspective, not the test harness, per [[software-craft/test-design#key-takeaways]].
3. IF an example passes in the test harness but fails from the user's perspective → flag it as a semantic alignment gap per [[software-craft/test-design#concepts]].
4. Verify structural traceability: run `beehave status --json` for stage overview, then `beehave check` for detailed violations per [[software-craft/test-stubs#concepts]]. Every Example in the feature file must have exactly one corresponding test function, and every test function must trace back to an Example. The feature stage must be `ok` and `beehave check` must produce no output.
5. Verify semantic depth per [[software-craft/test-design#concepts]].
6. Verify quality attributes are met.
7. Verify definition of done criteria are satisfied.
8. Produce a traceability matrix: for each stakeholder Q&A topic from interview notes, map to:
- **Behavioral Q&A**: a passing test (Example title → test function name).
- **Technology Q&A**: implementation evidence (import, module structure, config) where the technology named in the Q&A is exercised in code. Technology Q&As are verified by reading the feature file's `# Constraints:` and checking the corresponding implementation — NOT through behavioral tests.
- **Explicit stakeholder deferral**: with the reason it was deferred.
Untraced Q&As of either type → incomplete delivery. 证据边界与执行链路
作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> 原文未使用二、三级标题
要点 -> Behavioral Q&A · Technology Q&A · Explicit stakeholder deferral · 1. Run task test-build to verify all tests pass with coverage.
文件/命令 -> task test-build · beehave status --json · beehave check · # Constraints:
内容 SHA-256 -> f0bca069aa8a
原文结构
适用与边界
原文中的明确线索
task test-build、beehave status --json、beehave check、# Constraints: