doc-iplan-fixer

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

将审计问题自动转为计划修正,利于快速收敛到可实施状态。

这个 Skill 做什么

根据审计报告修复 IPLAN 的结构、文件清单与实现契约问题。

读最新的审计报告,把 IPLAN 里结构、链接、ID、文件清单、交接条目和实现契约等问题自动修好并输出修复记录。有审计发现问题后用它把文档修到能通过下一轮检查的状态。亮点是把审计和修复衔接起来,让 IPLAN 从“被指出问题”快速收敛到“通过”的版本。

▸ 展开 SKILL.md 英文原文

Apply fixes to an IPLAN from the latest doc-iplan-audit report - structure, links, IDs, file manifest, session handoff, implementation contracts, references, and upstream drift. Use after an audit reports issues.

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

## Purpose

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

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

## When to Use

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

## Input Contract

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