Novel Chapter Review
ReviewAudited by ClawScan on May 10, 2026.
Overview
The skill is mostly aligned with novel review/editing, but it asks the agent to run Python-based batch edits and update memory files without clear file-scope, backup, or containment safeguards.
This skill appears intended for legitimate novel review and editing. If you install it, use it mainly for reports unless you explicitly want it to modify files. For edits, require a dry run, exact file list, backup, and diff review before any Python batch operation or memory-file update.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
A mistaken script or overly broad replacement could alter many manuscript files at once.
This directs the agent to use raw code execution for batch edits and to avoid a patch-based workflow, without specifying safe paths, preview/diff review, backups, or rollback.
批量操作:用 execute_code + Python 脚本,不要用 delegate_task+patch
Before allowing edits, require the agent to list exact files, show a diff or dry run, make a backup, and get explicit approval for the batch script.
An incorrect global replacement or continuity update could affect multiple chapters and future review context.
The revision flow can propagate one change across the full manuscript and into a memory file, which is purpose-aligned but increases the impact of mistakes.
grep全定位→批量替换→同步记忆文件→验证
Use constrained search patterns, review proposed replacements, and verify memory-file updates separately.
Project details or incorrect continuity facts could persist and influence later writing tasks.
The skill expects persistent project memory to be updated during edits, but does not define where that memory lives, what it stores, or retention boundaries.
同步记忆文件
Keep any memory file project-local, review changes to it, and avoid storing unrelated private content.
Manuscript text may be processed under additional skill instructions that were not part of this artifact review.
The skill references additional skills for batch polishing, but the registry metadata and install information do not declare these dependencies.
P2 优化:批量调用 writing-polish + humanizer-zh
Review and trust the referenced polishing/humanizer skills before allowing batch use.
