Safe Test Implementation

Protect one externally observable behavior through a gated red–green–organize cycle in test_first, regression_after_fix, or characterization mode. Use only for explicitly authorized test, fixture, and necessary test-helper edits; inspect real commands and public test boundaries first. Do not auto-invoke for production fixes, modify production code, install dependencies, or write coverage-only assertions. 通过有门禁的红—绿—整理循环,一次保护一个外部可观察行为,可选 test_first、regression_after_fix 或 characterization。仅用于已明确授权的测试、fixture 和必要测试辅助代码修改;先检查真实命令与公共测试边界。生产修复不得自动调用,也不得修改生产代码、安装依赖或只为覆盖率补断言。

dss-time 9202e83 4 files · 18.9 KB Updated

File contents

dss-time/repo-doctor-skills/tree/main/plugins/repo-doctor/skills/safe-test-implementation commit 9202e8386a

Frequently asked questions

npx skillmds@latest add dss-time/safe-test-implementation-2