What problem does it solve? After a review pass flags issues like AI-flavored prose, explanatory tone, or template emotions, authors need a systematic way to apply that feedback across chapters instead of editing each file by hand. This Skill runs the novel-studio pipeline's rewrite stage so the Writer role revises chapter files directly according to the review comments. ## Core Features & Use Cases - Feedback-driven rewriting: Reads existing review output from a prior novel-review run and rewrites chapters through the Writer (or coordinator) role. - Chapter range control: Rewrite the whole book or limit work to a specific chapter range with --from and --to flags. - Craft-guided revision: Applies human_feel_craft and writing_techniques_digest guidance, converting abstract feedback into concrete scene objects, dialogue beats, and causal chains rather than surface word swaps. - Use Case: After running a review on your serialized novel project, you cd into the project directory and rewrite chapters 3 through 8 so the flagged AI-tone passages are replaced with scene-level detail. ## Quick Start Enter your novel project directory and ask the assistant to run the novel-studio pipeline rewrite stage to revise the reviewed chapters based on the feedback.