doc-prd-fixer

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

能把审计问题自动化修复,加速文档合格交付。

▸ 风险提示

会修改文档内容,使用前建议备份并人工核验改动。

这个 Skill 做什么

根据审计报告自动修复 PRD 的结构、链接与内容问题。

读取最新的 PRD 审计报告,然后自动修正文档里的结构、链接、元素 ID、引用和与上游 BRD 的漂移,生成修复后的 PRD 与修复报告。用在审计返回 FAIL 后,能把发现的问题直接落地修好,减少人工逐项修改的工作量。关键好处是和审计流程闭环,帮助文档快速收敛到通过状态。

▸ 展开 SKILL.md 英文原文

Apply fixes to a PRD from the latest doc-prd-audit report - structure, links, element IDs, content, references, and upstream BRD drift. Use after an audit reports issues.

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

## Purpose

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

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

## When to Use

After `doc-prd-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
PRD (use `../doc-prd/SKILL.md` / `../doc-prd-autopilot/SKILL.md`).

## Input Contract

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