Files
Wyatt Fang 30fecaae5e release(codestable): ship skill workflow v1.0.2 (#41)
收敛 CodeStable 主入口、runtime preflight、goal driver 与 skill 工程化评测闭环。

- 根 cs 对行动请求同轮直转,咨询与介绍保持非执行
- feature/issue/refactor/epic/docs 按仓库事实恢复,旧 stage skill 保留兼容薄壳
- repo-local runtime 支持版本检测、安全自动同步和显式 refresh-runtime
- 完成 Codex/Claude marketplace 1.0.2、升级文档和回归/评测证据

验证:215 tests passed;package/runtime/diff checks passed;独立 review 与 QA 无 unresolved blocking/important findings。
2026-07-10 15:23:56 +08:00

1.4 KiB
Raw Permalink Blame History

Hypotheses — cs-code-review-001预注册冻结后须先 git commit 再跑任何 LLM

实验对象:cs-code-review skill 在一组 planted-defect fixtures 上的缺陷召回。 oracleplanted_defect scorertoken 重叠,机械可验,[measured])。

  • H-recall-baseline: 被测 skill 在 planted-defect 集上的 mean recall ≥ 0.85,跨 ≥2 model 一致。
    • direction: observed ≥ threshold ⇒ CONFIRMED
    • threshold: 0.85
  • H-severity-blocking: 对标注 severity=blocking 的缺陷recall ≥ 0.90(严重缺陷不应漏)。
    • threshold: 0.90
  • H-cross-model: 最强与最弱 model 的 recall 差 ≤ 0.15skill 指令稳健、非依赖单一 model
    • threshold: 0.15(差值 ≤ 阈值 ⇒ CONFIRMED

统计功效k ≥ 5 且每类 n ≥ 8 方为 full power否则结论标 [underpowered]。 planted-defect 集混合难度8 个关键词可检 + 5 个需推理difficulty:reasoning如 off-by-one、可变默认参数、资源泄漏、边界错误、空列表越界。共 13n≥8 达标)。 区分度证据:离线 mock纯关键词匹配在混合集上 recall≈0.67——正说明难例把「关键词匹配」和「会推理的 skill」区分开H-recall-baseline≥0.85 需真实 skill 跑真实 harness 才可能 CONFIRMED。 注mock harness 仅用于离线打通管线,其 recall 不构成对真实 skill 的 [measured] 结论。