What problem does it solve? Rewriting a large documentation page risks silently dropping accurate behavior details like config defaults, precedence rules, and error handling. This Skill provides a structured workflow to refactor OpenClaw docs pages while auditing every fact against source code so nothing correct is lost. ## Core Features & Use Cases - Fact Inventory and Audit: Builds a working inventory of config fields, commands, defaults, limits, and troubleshooting details from the old page, then decides to keep, move, or delete each one with source-backed justification. - Page-Type Classification and Splitting: Classifies the target page as topic, guide, reference, or troubleshooting, and plans where exhaustive contracts and symptom-driven material should move. - Source-of-Truth Verification: Checks behavior-sensitive claims against schemas, CLI implementations, runtime source, tests, and generated docs rather than inferring from names. - Use Case: When asked to shorten an overloaded page like docs/plugins/codex-harness.md, use this Skill to split reference tables into a dedicated page, preserve every verified behavior fact, and run docs validation checks. ## Quick Start Refactor the OpenClaw docs page at docs/plugins/codex-harness.md into a concise guide and move exhaustive config details to a reference page.