AI Agent Hub
Back to skills
Novel Chapter Continuity Fix icon

Novel Chapter Continuity Fix

Content Creation Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_fa4109f3/novel-continuity-fix according to https://skillhub.cn/install/skillhub.md.

About this skill

The Problem It Solves

Long serial novels and episode-based drafts often break continuity across chapter files. A chapter may start with an event that never happened in the previous chapter, imply a conflict that was never established, or drift from the canonical place name, character state, role introduction, or relationship progress. The issue is harder to audit because problem terms may also appear in backup files or old drafts, making it easy to assume “this was already written earlier.”

How It Works

The skill turns continuity repair into a repeatable review loop:
- Use Read to locate the problematic sentence and pull the previous chapter ending.
- Use Grep to verify whether the event, person, place, or faction actually exists in the formal text.
- Decide the fix: rewrite the current chapter if the plot exists but is too distant, or remove or replace it if it has no setup.
- Re-run Grep to catch leftovers, and use Bash to check word count, adding planned content if needed.

It targets common failure modes such as inconsistent place names, inconsistent character states, unprepared new rivals or characters, and relationship progress contradictions. The output includes the corrected chapter, a revision report, and a work log so the reason for each change is traceable.

Boundaries

This skill is for fixing continuity in existing chapter files, not for expanding or rewriting an entire novel. It should distinguish formal revised files from backup or old drafts, and it should preserve core information by rewriting rather than deleting important plot points.

Use Cases

  • A serial author finds chapter 25 mentions a price war not in chapter 24, then rewrites the opening as the established Chang'an sample plot.
  • An editor checks chapter 26 for an unprepared character name and place, then searches formal revisions and replaces them with established terms.
  • A web novel writer fixes a relationship-progress contradiction between chapters 28 and 34 by downgrading early dialogue to distant observation.
  • A ghostwriter finishes a chapter revision, then rechecks keyword leftovers and word count to meet the project minimum standard.

Best For

  • Serial novel author needing to fix a chapter opening that no longer connects to the previous chapter ending after recent edits.
  • Web novel editor checking whether place names, character names, and rival factions were established in formal earlier revisions before publishing.
  • Ghostwriter who needs to remove unprepared character or place leftovers and verify the revised chapter meets the word minimum standard.
  • Novel project maintainer needing to preserve core plot points and record the revision reason in a report and work log.