doc-bdd-audit

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

帮助保证验收场景可执行且与需求保持一致,提升测试质量。

▸ 风险提示

需要访问并可能修改仓库内的 BDD 文件权限。

这个 Skill 做什么

对 BDD 测试套件做结构与内容审计,输出供修复器使用的报告。

对 BDD 测试套件做一次既检查结构又看内容的统一审计,并输出一份可被修复器直接使用的综合报告。常在把 BDD 推向 ADR 之前做质量把关,确认场景、链接和声明符合规范。特别的是审计由 Claude 直接按规范逐项验证,框架本身不运行代码,审计就是权威的质量验证。

▸ 展开 SKILL.md 英文原文

Audit a BDD suite - run declarative structural checks plus content review and produce a combined report for doc-bdd-fixer. Use for BDD quality gating before ADR.

开发编程BDD测试用例质量审计Claude 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-audit/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-bdd-audit/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# doc-bdd-audit

## Purpose

Run a **unified BDD audit** — declarative structural checks plus content-quality
review — in one pass, producing a single combined report that
`../doc-bdd-fixer/SKILL.md` consumes. The framework ships no runtime code, so
**this skill is the validator**: Claude performs each check directly against the
BDD suite using the spec as the contract.

**Layer**: 4 (BDD quality gate). **Upstream**: a BDD file. **Downstream**:
`BDD-NN.A_audit_report_vNNN.md` and an optional fix-cycle trigger.

## When to Use

Use after a BDD suite exists and before generating the ADR, or inside the
autopilot's audit↔fix cycle. Do **not** use to create a BDD (use
`../doc-bdd/SKILL.md` or `..
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有