novel-review

Reviews web novel chapters for OOC dialogue, plot contradictions, banned words, and quality scores.

Updated Jul 31, 2026
One-click install
npx skills add https://github.com/cwjdong-design/novel --skill novel-review-cwjdong-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: novel-review
Source: https://github.com/cwjdong-design/novel/tree/main/novel-review
Command: npx skills add https://github.com/cwjdong-design/novel --skill novel-review-cwjdong-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Drafted web novel chapters often contain character voice drift, plot contradictions with earlier chapters, platform-banned words, and filler content that would fail review on the Fanqie (番茄) publishing platform. This Skill automates a structured compliance and consistency audit so problems are caught before publication. ## Core Features & Use Cases - OOC Detection Algorithm: Scores each character's dialogue against their character card using weighted feature vectors (formality, aggression, verbosity, catchphrases) with tiered thresholds from warning to blocking. - Plot Contradiction Cross-Validation: Verifies timelines, relationship levels, prior events, item/ability acquisition, and foreshadowing payoff against the previous five chapters and the story state files. - Banned Word & Typo Screening: Checks against a categorized banned-word library (political, sexual, violent, platform-specific, AI-signature phrases) and distinguishes intentional dialect/colloquial typos from real errors. - Quantified Quality Scoring: Rates seven dimensions (dialogue naturalness, pacing, hook, information increment, prose, platform fit, OOC control) into a weighted 1-5 composite score with a publish-readiness rating. - Use Case: After drafting chapter 12 of a system-flow web novel, run this review to confirm no unregistered characters appear, the system panel settlement formula matches the book config, and no first-level blocking issues remain before polishing. ## Quick Start Review the draft of chapter 12 against the character cards, foreshadowing table, and previous five chapters, then output the full audit report with quality scores.

Frequently Asked Questions about novel-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check a novel chapter for out-of-character dialogue?

Extract each speaking character's dialogue features (formality, aggression, verbosity, emotionality, catchphrases) and compare them against the character card's dialogue style vector using a weighted distance score. Scores above 0.6 are flagged as blocking OOC issues requiring revision.

How to detect plot contradictions between novel chapters automatically?

Cross-validate the chapter's timeline, relationship levels, and referenced events against the previous five chapters and the story state file using N-gram overlap. Date regressions, resurrected dead characters, and events with no prior overlap are flagged as first-level blocking issues.

What words are banned on the Fanqie novel platform?

The banned-word library covers seven categories: political sensitivity, sexual content, graphic violence, platform-specific restrictions (real brands, place names, minors), system-panel terminology, weak writing style, and AI-signature phrases. First-level categories must be fixed; second-level ones only affect recommendation traffic.

Does the review handle intentional dialect or slang typos?

Yes. Typos inside dialogue matching a character card's dialect, catchphrases, or internet slang are treated as intentional and skipped. Real errors in narration, such as 的/地/得 confusion, repeated characters, or mixed punctuation, are reported with severity thresholds.

What happens when reviewing chapter 1 with no prior chapters?

Chapter 1 skips prior-event cross-validation, date regression checks, and cross-chapter time jump checks since there is nothing to compare against. It still runs standalone checks for OOC, banned words, and basic quality, with the report noting no prior text was available.

What are the limitations of automated novel chapter review?

The review only outputs findings and never modifies the draft; fixes are delegated to a separate polishing step. The composite quality score is advisory for the author and is not used as an automatic pass/fail decision.