lark-doc-reviser
Installation
SKILL.md
Lark Doc Reviser
Workflow
Step 1 — Fetch doc state
python3 scripts/fetch_doc.py <doc_url_or_token> --out workspace/<token>_state.json
This saves full doc state to workspace/<token>_state.json and prints a summary to stdout:
commented_blocks: blocks that have unresolved comments, each withelements,full_text, andcomments[]{comment_id, anchor_text, instruction}all_blocks: full block list (no elements, for structural reference)
Always save to workspace. The editing process may span multiple sessions.
Step 2 — Present comments to user
Show each entry in commented_blocks as: