This handles the full review pipeline for webnovel chapters in a structured project setup. It calls a dedicated reviewer agent to generate structured issue lists, writes metrics to index.db, and saves reports to .webnovel/state.json while respecting the actual source of truth from review contracts and accepted chapter commits. The workflow blocks on any blocking issues and forces you to decide whether to fix immediately or defer. One thing that stands out is how opinionated it is about the file flow, it won't let you fake conclusions or skip the save-metrics step, and it automatically feeds high-severity AI flavor issues back into anti_patterns.json to prevent the same mistakes in future chapters. You need a proper .webnovel project structure with state files or it just stops.
npx skills add https://github.com/lingfengqaq/webnovel-writer --skill webnovel-review