com um clique
doc-sync
Synchronize documentation and code with bounded, scope-first drift checks
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Synchronize documentation and code with bounded, scope-first drift checks
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Generate a corpus snapshot report — computes dimensions, topology, degree distribution, delta from previous. Helps with cluster, chain, and gap analysis sections.
Detect requests for iterative autonomous agent loops and route to the appropriate loop executor
Orchestrate multi-loop background operations via the Mission Control dashboard — start sessions, dispatch missions, monitor, and stop
Launch an AIWG Mission — durable, audited dynamic agent orchestration toward a completion criterion. AIWG owns the conductor (activity-log, gates, best-output, checkpoint/resume, cost); native primitives drive worker mechanism. Surfaces as /aiwg-mission in Codex (AIWG-owned, no plugin dependency).
Config-driven release orchestration — reads .aiwg/release.config plus optional .aiwg/releases/<plan-id> sidecars and walks the selected release plan's gates
Update AIWG CLI and redeploy frameworks/tools to current project without leaving the session
| 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: