"Audit and fix documentation drift — stale docstrings, missing docs on public APIs, outdated README sections. Spawns the doc-auditor agent."
git branch --show-currentgit diff --name-only HEADAudit documentation for the specified target by spawning the doc-auditor agent.
$ARGUMENTS specifies a path, "staged", or "all", pass it through directlySpawn the doc-auditor agent with the resolved target:
$ARGUMENTS (or the default) as the agent's inputDefault: after presenting the report, automatically fix trivial issues:
@param / @returns tags that don't match the current signatureLeave anything requiring judgment (rewriting explanations, updating README sections, clarifying ambiguous docs) as remaining items for the user to address.
With --dry-run: present the report only, do not auto-fix anything.