doc-bdd-fixer

仓库创建 2025年11月10日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

减少人工改写场景与修正追踪链路的时间成本,便于收敛质量问题。

▸ 风险提示

会修改仓库内测试文件,需相应写权限与变更审查。

这个 Skill 做什么

根据审计报告自动修正 BDD 套件的结构与场景内容与引用。

把审计报告里找到的问题自动修回到 BDD 测试套件里:修复结构、元素 ID、引用、YAML 场景内容以及上游漂移,最后产出修复报告。在执行过 doc-bdd-audit、发现错误后用它来把审计和修复闭环,省去手动逐条改的麻烦。特点是把 audit 的输出直接当输入,能让审计→修复循环快速收敛。

▸ 展开 SKILL.md 英文原文

Apply fixes to a BDD suite from the latest doc-bdd-audit report - structure, links, element IDs, YAML scenario content, references, and upstream drift. Use after an audit reports issues.

开发编程BDD自动修复YAMLClaude Code
16
Stars
3
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-bdd-fixer/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-bdd-fixer/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# doc-bdd-fixer

## Purpose

Read the latest audit report and apply fixes to a BDD suite, bridging
`../doc-bdd-audit/SKILL.md` and a passing BDD so the audit↔fix cycle can
converge.

**Layer**: 4 (BDD quality improvement).
**Upstream**: the BDD document + `BDD-NN.A_audit_report_vNNN.md`.
**Downstream**: the fixed BDD + `BDD-NN.F_fix_report_vNNN.md`.

## When to Use

After `doc-bdd-audit` returns `FAIL`, as part of an Audit → Fix → Audit loop.
Do **not** use without an audit report (run the audit first) or to create a new
BDD (use `../doc-bdd/SKILL.md` / `../doc-bdd-autopilot/SKILL.md`).

## Input Contract

Consume the latest `BDD-NN.A_audit_report_vNNN.md`. Back up the BDD before
editing (`t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有