Review chapters for coherence, cheesiness, consistency, pace, tone, and character. Suggests specific rewrites.
Reviews fiction chapters for coherence, tone, and character consistency, suggesting specific rewrites.
/plugin marketplace add howells/fiction/plugin install fiction@howellsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Review chapters using the chapter-reviewer agent.
/fiction:review # Review most recent chapter
/fiction:review 5 # Review chapter 5
/fiction:review all # Review all drafted chapters
/fiction:review 3-7 # Review chapters 3 through 7
/fiction:review chapters/08.md # Review specific file
If arguments provided: $ARGUMENTS
Spawn one chapter-reviewer agent directly. This is the fast path — no coordinator overhead.
If no chapter is specified:
The review includes:
After review: ask "Would you like me to apply these rewrites and output the revised chapter?"
all, range like 3-7, or 2+ chapters)Delegate to the review-coordinator agent instead of spawning chapter-reviewers directly. This prevents context overflow on large manuscripts.
review-coordinator agent via Task tool:
Task tool with subagent_type: "fiction:review-coordinator"
prompt: "Review [all / chapters 3-7] in [project path]"
review-report.md to the project rootAfter coordinator returns:
review-report.md. Want me to show a specific chapter's review or apply rewrites?"review-report.mdGather context:
Spawn a single chapter-reviewer agent with all context. Let it review and present results interactively.
If issues are found, you'll be asked: "Would you like me to apply these rewrites and output the revised chapter?"
Say yes to get the complete revised chapter with all changes applied.
Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.