بنقرة واحدة
rewrite-chunk
根据 rewrite plan 和用户意图局部重写正文片段,并修补邻接连续性。Use when review_annotations and rewrite_plan are ready.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
根据 rewrite plan 和用户意图局部重写正文片段,并修补邻接连续性。Use when review_annotations and rewrite_plan are ready.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
拆解参考作品、提炼节奏、情绪、场景结构与禁用模式。Use when benchmarking imported novels from projects/<project-id>/references/raw/ and writing v2 outputs into source_assets/reference_analysis/.
生成 authoring_setup proposal,并通过 scoped publish 更新 project_playbook、input_policy、output_policy、failure_mode_policy 或 planning_branch_modes。Use when authoring contract needs setup or revision.
生成高烈度改局 planning branch proposal,只产出分支提案,不直接写正式 chapter planning 产物。
根据参考拆解结果编译 style_dna、scene_formulas、reader_hook_map、banned_patterns 和 prose_constraints。Use when source_assets/reference_analysis/reference_summary.json and reports/ already exist.
根据 published views 与 chapter planning source 生成章节 proposal;必要时调用 discussion agents,并通过 confirm-stage chapter_planning 生效。Use when chapter_planning is ready or a chapter plan needs revision.
为单张角色卡生成或修订 proposal,并通过 scoped confirm-stage materialize。Use when a character card needs creation, revision, lifecycle change, or reactivation.
| name | rewrite-chunk |
| description | 根据 rewrite plan 和用户意图局部重写正文片段,并修补邻接连续性。Use when review_annotations and rewrite_plan are ready. |
| argument-hint | <project-id> [chapter-id] |
| disable-model-invocation | true |
$0:project_id$1:可选,chapter_id,默认 ch001python app.py ensure-prereq "$0" chunk_rewrite --chapter-id "${1:-ch001}"。rewrite_plan.json 不存在,先根据 review_annotations.json 和用户要求补写计划;只有在用户明确要求自动计划时,才允许调用 python app.py build-rewrite-plan ...。rewrite-agent,直接改写 projects/$0/chapters/${1:-ch001}/draft.md。python app.py fix-local-continuity "$0" --chapter-id "${1:-ch001}" 修补衔接。python app.py rewrite-chunk 作为 Claude Code 主路径。/review-chapter。projects/$0/chapters/${1:-ch001}/draft.md、review_annotations.json、rewrite_plan.json。projects/$0/chapters/${1:-ch001}/draft.md、projects/$0/logs/rewrite_${1:-ch001}.json。must_keep 和邻接衔接要求;不要把 review 阶段问题留到定稿后再补。