doc-prd-audit

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

一键生成审计报告,便于质量门控与后续修复流程。

这个 Skill 做什么

对 PRD 做结构化与内容质量审计并输出合并报告。

把 PRD 当合同来把关:一次性做结构规则校验和内容质量审查,然后输出一个合并报告给后续修复用。通常在要进入 EARS 流程前做质量门控,发现格式、章节或内容不合规就能拦下。特别之处是基于规范直接在 PRD 上执行检查,不依赖额外运行时代码,结果能直接被修复工具消化。

▸ 展开 SKILL.md 英文原文

Audit a PRD - run declarative structural checks plus content review and produce a combined report for doc-prd-fixer. Use for PRD quality gating before EARS.

办公文档PRD 审计质量检查报告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-prd-audit/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-prd-audit/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# doc-prd-audit

## Purpose

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

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

## When to Use

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