Updater Rollback
Description
# updater 回滚 skill — 撤销本章归档追加 ## 职责 **回滚某章 = 撤销该章归档时对设定的所有追加**,回到该章编写前的状态。只撤本章,不动其他章。这是 #81-4 "归档后重写"场景的准备工作——作者要重写某章,先把这章写进设定的痕迹撤掉,再重新走章纲/正文/归档。 **输入:** `rollback-order.md`(含 volume N / chapter M) **输出:** 回滚完成报告(每类设定删了几条 + 涉及文件清单),order 标 `status: DONE` **触发方式(#81-7 /undo):** 作者在归档后交互点直接说「重写第X章」即可——novel-agent 识别后派本 order。无需专门命令,自然语言触发。 ## 核心原则 - **反推删除,不做快照**:归档是"追加"(timeline 加行、foreshadowing 加钩子、角色状态加块),回滚就是"删掉追加的"。每个目标文件都有章节锚点可查。 - **只撤本章**:所有操作以 `vol-{N}-ch-{M}` 或 `第 {N} 卷第 {M} 章` 为锚点
Installation
Installs to ~/.claude/skills/modoojunko-awesome-novel-agent-updater-rollback/SKILL.md
mkdir -p ~/.claude/skills/modoojunko-awesome-novel-agent-updater-rollback && curl -fsSL https://raw.githubusercontent.com/modoojunko/awesome-novel-agent/HEAD/skills/updater-rollback.md -o ~/.claude/skills/modoojunko-awesome-novel-agent-updater-rollback/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11