doc-adr-fixer

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

可自动收敛审计-修复循环,减少人工反复修改成本。

▸ 风险提示

会对文档做修改,需仓库写权限并注意变更回滚。

这个 Skill 做什么

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

把审计报告里指出的 ADR 问题自动修好,能修结构、链接、元素 ID、引用和内容偏移,生成修复报告并把 ADR 拉回到合格状态。通常在运行完 doc-adr-audit 报告返回 FAIL 后用,省去了人工逐项改错的重复劳动。它会把 audit 报告和目标 ADR 对齐,记录改动,方便审计↔修复循环收敛。

▸ 展开 SKILL.md 英文原文

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

开发编程ADR自动修复合规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-adr-fixer/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-adr-fixer/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# doc-adr-fixer

## Purpose

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

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

## When to Use

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

## Input Contract

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