Stats
Actions
Tags
From storyweaver
Edits chapter text based on a review report, fixing identified issues like character consistency, plot logic, or factual contradictions. Supports filtering by issue type.
How this command is triggered — by the user, by Claude, or both
Slash command
/storyweaver:reviseThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /revise
根据 `/verify` 命令生成的审阅报告,修改章节正文内容。
## 参数
- `--chapter`: 章节编号(必填)
- `--report`: 审阅报告文件路径(可选,默认使用上次 verify 的结果)
- `--fix`: 只修复指定类型的问题(可选)
- `character_identity` — 角色一致性
- `character_location` — 位置一致性
- `temporal_sequence` — 时间顺序
- `item_possession` — 物品归属
- `ability_usage` — 能力使用
- `relationship_logic` — 关系逻辑
- `plot_thread_progress` — 情节推进
- `world_rule_compliance` — 世界规则
- `emotional_continuity` — 情感过渡
- `factual_contradiction` — 事实矛盾
## 执行流程
1. **读取审阅报告**:从 `state/chapters/chapter_{N}/review.json` 读取
2. **分析问题**:识别 CRITICAL 和 WARNING 级别的问题
3. **修改正文**:直接修改 ...根据 /verify 命令生成的审阅报告,修改章节正文内容。
--chapter: 章节编号(必填)--report: 审阅报告文件路径(可选,默认使用上次 verify 的结果)--fix: 只修复指定类型的问题(可选)
character_identity — 角色一致性character_location — 位置一致性temporal_sequence — 时间顺序item_possession — 物品归属ability_usage — 能力使用relationship_logic — 关系逻辑plot_thread_progress — 情节推进world_rule_compliance — 世界规则emotional_continuity — 情感过渡factual_contradiction — 事实矛盾state/chapters/chapter_{N}/review.json 读取chapters/chapter_{N}.txtstate/chapters/chapter_{N}/revision_history.json/revise --chapter 5
/revise --chapter 5 --fix character_identity
/revise --chapter 5 --report state/chapters/chapter_5/review.json
⚠️ 强制保存规则:
chapters/chapter_{N}.txtstate/chapters/chapter_{N}/review.jsonnpx claudepluginhub wzxsph/storyweaver --plugin storyweaver/reviseRevise a previous decision with changed assumptions, new hypotheses, or new data
/reviseImplements code revisions from verification findings in collation reports produced by /verify. Supports scopes: common (agreed), exclusive (unique), all (default). Optional collation file.