doc-ears-audit

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

在提交前自动把关 EARS 质量,便于进入 BDD 流程。

这个 Skill 做什么

对 EARS 文档进行结构与内容审查并生成合并报告供修复使用。

把 EARS 格式的需求文档一次性检查干净,既做结构化规则校验又做内容质量审查,输出一份合并报告供 doc-ears-fixer 修复使用。通常在准备 BDD 或把文档当作质量门前跑一遍,能提前抓到格式和语义问题。特点是它不依赖额外运行时代码,检查直接基于 EARS 规范逐条验证。

▸ 展开 SKILL.md 英文原文

Audit an EARS document - run declarative structural checks plus content review and produce a combined report for doc-ears-fixer. Use for EARS quality gating before BDD.

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

## Purpose

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

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

## When to Use

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