doc-brd-fixer

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

能把审计结果直接落地为可合并文档,节省人工修正时间。

这个 Skill 做什么

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

根据最新审计报告自动修复 BRD 的结构、链接、元素 ID 和上游漂移问题,并生成修复记录,方便文档继续流转。用在 doc-brd-audit 返回 FAIL 后,省掉手工逐条查找和修正的麻烦。特点是把 audit→fix 的链路打通,既修内容也修引用,输出可验收的修复结果。

▸ 展开 SKILL.md 英文原文

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

办公文档BRD修复审计对接结构化更正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-brd-fixer/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-brd-fixer/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# doc-brd-fixer

## Purpose

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

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

## When to Use

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

## Input Contract

Consume the latest audit report from `.aidoc/audit/01_BRD-audit.md` (the
`.aidoc/` provenanc
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有