用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jmagly/aiwg --skill doc-sync命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| namespace | aiwg |
| name | doc-sync |
| description | Synchronize documentation and code with bounded, scope-first drift checks |
| commandHint | {"argumentHint":"<direction> [--dry-run] [--scope <path>] [--incremental] [--parallel N]","allowedTools":"Task, Read, Write, Bash, Glob, Grep, Edit","category":"utilities","orchestration":true} |
| platforms | ["all"] |
Detect and resolve documentation drift without front-loading a full repository audit. Treat standard Claude Code Sonnet context as the baseline.
Users may say:
direction is required:
code-to-docs: update docs to match codedocs-to-code: identify code gaps against docsfull: bidirectional reconciliation with human review for conflictsOptions:
--dry-run: report only, no file edits--scope <path>: limit the audit to a subtree or file group--incremental: start from changed files since the last sync, then current
git changed files if no last-run record exists--parallel N: cap concurrent auditors; default 2, maximum 4git status --short, git diff --name-only, and
git diff --cached --name-only.--scope or --incremental is supplied, derive a candidate scope from
changed files and ask before expanding to the full repo.rg --files, find, git path lists) before reading file
bodies..aiwg/working/doc-sync/.commit-and-push..aiwg/reports/doc-sync-{timestamp}.md with scope, findings,
auto-fixable items, human-review items, and changed files.--dry-run, apply high-confidence fixes only..aiwg/reports/doc-sync-last-run.json.Return: