What problem does it solve? Engineering knowledge from debugging sessions, bring-up work, and deployment processes lives scattered across chat logs, git commits, and terminal output, making it hard for other engineers to reproduce the work. This Skill organizes that raw material into formal, official-style technical documents that readers can follow and verify on their own. ## Core Features & Use Cases - Document type classification: Distinguishes troubleshooting retrospectives (with a five-part fault analysis chapter) from guides/design documents (no fault chapter), preventing fabricated failure narratives. - Verifiable content: Solutions cite real git diffs split by hunk, logs are quoted verbatim, and every command consuming an input artifact documents its source, placement, and persistence across reflashes. - Rockchip Developer Guide skeleton: Preface, Chapter-N numbering, glossary with full term expansions, fault quick-reference tables, and revision history. - Dual output targets: Writes to Feishu (Lark) cloud docs via lark-doc/lark-whiteboard skills or local Markdown, with lint scripts enforcing format and phrasing rules. - Use Case: After fixing a UART DMA receive timeout on an embedded board, ask the Skill to turn the git commits and debug log into a formal troubleshooting document with fault analysis, real diffs, and a glossary. ## Quick Start Organize the debugging process from this repo's git history and debug.log into a formal Rockchip-style technical document and output it as a Markdown file.