Skill: review-book
What it does. Produces the whole-book report: literary review, commercial assessment, and technical AI-use analysis. The wide-angle counterpart to analyze-chapter's microscope.
Triggers
- "review the book"
- "/review-book"
- "run the full report"
- "review Act {N}"
- Equivalent phrasing in the project's output language
Input. Scope: whole book (default) or a single Act.
Output. .project/reports/literary/YYYY-MM-DD-review-{scope}.md, following .project/templates/book-review.md.
Write the report in the project's output language.
Core principle
Honesty over kindness, precision over both.
A report that only praises is useless. One that only criticizes is demoralizing and equally useless. The target: what works and why, what fails and how to fix it, with evidence for every claim.
Three audiences read this report: the author deciding what to revise, the author deciding whether to submit, and — potentially — the material behind an honest AI-use declaration. All three need evidence, not adjectives.
Execution protocol
Step 1 — Load context
.project/config/project.yaml— output language, genre, targets,paths.layout- The entire manuscript in scope — read fully, in order. No skimming; structural judgments require having actually felt the pacing. Resolve the chapter list and its ordering via
.project/templates/layout.md; an Act scope resolves from the chapter id prefix .project/knowledge/— worldbuilding, characters, timeline (to judge delivery against intent).project/reports/technical/and existing_analysis.mdfiles (searched recursively — underchapterlayout they sit inside each chapter's directory) — per-chapter density data.project/reports/recurrences.mdandrevision-log.md— revision history.project/config/references.md— for comparable-title reasoning.project/templates/book-review.md— the skeleton
Step 2 — Literary review
Work through architecture, premise, characters, prose, themes. Discipline points:
- Every structural claim cites chapters. "The middle sags" is worthless; "chapters 08–10 repeat the same beat: discovery, retreat, notebook entry" is actionable.
- Characters are judged by arc delivery, not likability: does the page deliver what the sheet intends?
- The thesis test: state the book's thesis in one line, then check whether the ending pays it. Books that lose their thesis in the final act fail here even when every scene works locally.
- Strengths get the same rigor as weaknesses. The author needs to know what to protect during revision, not just what to fix.
Step 3 — Commercial assessment
- Comparables must be real and current — titles an editor would recognize. If uncertain about the current market, say so rather than invent.
- The elevator pitch is a deliverable, not a summary: two sentences that sell, written as the author could use them.
- Risks come with mitigations or they are just anxiety.
- Probability scenarios stay qualitative and honest — no fake percentages with false precision.
Step 4 — Technical AI-use analysis
- Aggregate, never re-estimate. All figures come from the per-chapter
_analysis.mdfiles andrevision-log.md. Chapters never analyzed have no data — exclude them and say so. Densities are in occurrences per 1,000 words. - Classify each layer by the nature of the collaboration — authorial / assisted / generated-and-curated — with citable evidence per row. Do not produce percentages of "how much is AI". They are not measurable from prose, and this section may end up backing a public declaration, where an invented figure is a reputational liability for the author rather than a reporting flaw. A layer with no record gets
no record. - Chart the trajectory: density before → after, per Act, plus decisions logged. Counted rather than asserted, this is the strongest evidence the project has.
- Position the project on the declared-use spectrum and draft the declaration wording the author could paste into a submission letter.
Step 5 — Recommendations
Ordered by impact per effort. Each with an effort estimate. The author should be able to read only this section and know what to do next month.
Step 6 — Deliver
Save to reports/literary/. Summarize in chat: verdict in three lines, top three recommendations, and one thing the book does well that revision must not break.
What to avoid
Chapter-analysis duplication. This report does not re-list tics — it references the technical layer and aggregates. The microscope work stays in analyze-chapter.
Praise inflation and hedge inflation. "Promising", "interesting", "could be stronger" — banned without a concrete follow-up.
Inventing market facts. Comparable sales figures, submission odds, editor preferences — if not known, not stated. Comparable titles are the highest hallucination risk in this skill: a plausible-sounding title that does not exist discredits the whole report in front of an editor. Verify with a search tool where one is available; where none is, restrict comparables to titles you are certain of and say the list is partial.
Fabricated precision in section 3. The one failure that can damage the author outside the manuscript. Every figure aggregated from a real count, or absent.
Reviewing the book it isn't. Judge the book against its own thesis and genre contract, not against a different book the reviewer might prefer.
Cadence
Run at the end of each Act, not only at the end of the manuscript. Structural problems caught at Act 1 cost a rewrite of one act; caught at the end, they cost the book.
Relationship to other skills
| Skill | Relationship |
|---|---|
analyze-chapter |
Supplies the per-chapter density data this aggregates |
check-consistency / check-arc |
Narrower structural instruments; their findings feed section 1 |
restructure-chapter |
Where section 1's chapter-level findings become an actionable plan |
revision-log.md |
Supplies the trajectory data for section 3.6 — the report's strongest evidence |
define-references |
Supplies comparable-title grounding |