docs

仓库创建 2026年7月2日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

把文档更新纳入审计链,适合需持续同步代码与文档的项目。

▸ 风险提示

会修改文档并可能提交,需仓库写权限。

这个 Skill 做什么

串行运行架构审计、机器与人工文档 agent,整合并更新项目文档。

把架构审计、机器写文档和人工润色串成一个顺序化流水线:先让 architectAgent 审计代码并列出变更,docs-agent 生成机器可读的文档,docs-human 写出面向人的说明。适合代码变更后统一更新项目文档,保证既有结构化数据又有可读的说明文本。这样分工能把自动化产出和人工校对结合起来,提升文档质量和一致性。

▸ 展开 SKILL.md 英文原文

Orchestrates documentation updates by spawning the {{roster.architectAgent}}, docs-agent, and docs-human agents in sequence. The first pass audits the codebase and reports changes, docs-agent writes machine-readable docs, docs-human writes human-readable docs.

Skill 开发管理文档自动化多 agent审计通用
0
Stars
0
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/stacks/orchestration/skills/docs/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/stacks/orchestration/skills/docs/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Documentation Orchestration

When this skill is invoked, run the following pipeline:

## Step 1: Architecture Audit

Spawn the `{{roster.architectAgent}}` agent with this prompt:

> Audit the current codebase for any changes since the docs were last updated. Read the existing machine docs ({{docs.machineDocSet}}) and compare against the actual project. Produce a concise **change report** covering:
>
> {{docs.auditChecklist}}
>
> Output ONLY the change report as structured text. Do NOT modify any files.

## Step 2: Agent Documentation

Take the change report and spawn the `docs-agent` agent with this prompt:

> Here is the architecture change report for the {{project.name}} codebase:
>
> {s
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有