From rwr
Audits documentation against code for drift, syncs docs after code changes, or tracks doc freshness. Automatically delegates to specialists.
How this command is triggered — by the user, by Claude, or both
Slash command
/rwr:audit <task description — what to audit or sync>rwr/This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Route this documentation audit or sync task to the rewrite-room-auditor agent. Task: $ARGUMENTS The agent will determine whether this is a drift audit, documentation sync, or freshness task and delegate to the appropriate specialist.
Route this documentation audit or sync task to the rewrite-room-auditor agent.
Task: $ARGUMENTS
The agent will determine whether this is a drift audit, documentation sync, or freshness task and delegate to the appropriate specialist.
npx claudepluginhub jamie-bitflight/claude_skills --plugin rwr/syncChecks source code against documentation for drift (check) or fixes discrepancies (fix), categorizing API endpoints, models, components, functions, and config as implemented, partial, missing, or undocumented.
/docsManage project documentation: generate for targets, sync with code changes, validate links/references, check health metrics, update stale info via flags or natural language.
/auditLogs and labels agent interactions (prompts, responses, tool calls) to an append-only JSONL file. Subcommands: record and label.
/auditAudits an existing asset for on-page SEO, content quality (CORE-EEAT), technical SEO, AI-visibility/GEO readiness, and domain authority. Also supports --full, --tech, --visibility, --authority, and --competitors flags.
/auditPerforms security audit of codebase for dependency vulnerabilities, secrets, OWASP Top 10, input validation, auth issues, and misconfigs. Outputs findings report by severity with fixes and references.
/auditRuns a heavy-weight security and safety audit on Rust projects using os-checker tools. Checks for CVEs, unsafe code issues, undefined behavior, and concurrency bugs. Supports security, safety, concurrency, and full audit modes.