원클릭으로
review
Review chapters for coherence, cheesiness, consistency, pace, tone, and character. Suggests specific rewrites.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review chapters for coherence, cheesiness, consistency, pace, tone, and character. Suggests specific rewrites.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build an EPUB from your fiction project. Compiles chapters, metadata, and optionally a cover image.
Create or develop a character document.
Generate book cover art prompts for image generation models. Reads project content and produces optimized prompts for Kindle-dimension covers.
Run line-level editing across chapters. Catches spelling, grammar, awkward phrasing, and word echoes.
This skill should be used when the user asks to "write a chapter", "write prose", "continue the story", "develop a character", "review my chapter", "critique my manuscript", "write a synopsis", "summarize my story", "plan my novel", "outline my book", "check for consistency", or mentions fiction writing, novels, short stories, scenes, or narrative craft.
Resume work on a fiction project. Loads context and suggests what to do next.
| name | review |
| description | Review chapters for coherence, cheesiness, consistency, pace, tone, and character. Suggests specific rewrites. |
| argument-hint | [chapter] [all] [3-7] |
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.