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.

What this means

A mistaken script or overly broad replacement could alter many manuscript files at once.

Why it was flagged

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.

Skill content
批量操作:用 execute_code + Python 脚本,不要用 delegate_task+patch
Recommendation

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.

What this means

An incorrect global replacement or continuity update could affect multiple chapters and future review context.

Why it was flagged

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.

Skill content
grep全定位→批量替换→同步记忆文件→验证
Recommendation

Use constrained search patterns, review proposed replacements, and verify memory-file updates separately.

What this means

Project details or incorrect continuity facts could persist and influence later writing tasks.

Why it was flagged

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.

Skill content
同步记忆文件
Recommendation

Keep any memory file project-local, review changes to it, and avoid storing unrelated private content.

What this means

Manuscript text may be processed under additional skill instructions that were not part of this artifact review.

Why it was flagged

The skill references additional skills for batch polishing, but the registry metadata and install information do not declare these dependencies.

Skill content
P2 优化:批量调用 writing-polish + humanizer-zh
Recommendation

Review and trust the referenced polishing/humanizer skills before allowing batch use.