From snowflake-fiction
开篇质量检查工具,基于"黄金三章"法则检查小说开篇质量。当用户说"开篇检查"、"黄金三章"、"检查开篇"、"检查前三章"时自动激活。
npx claudepluginhub hestudy/snowflake-fiction --plugin snowflake-fictionThis skill is limited to using the following tools:
专门检查小说开篇(前三章)的质量,基于"黄金三章"法则。
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
专门检查小说开篇(前三章)的质量,基于"黄金三章"法则。
网文平台数据残酷:
| 数据 | 说明 |
|---|---|
| 读者平均 3秒 决定是否弃书 | 第一章前300字是生死线 |
| 前三章流失率 >80% | 大部分读者在这里放弃 |
| 第一章有金手指/危机 → 留存率高 40% | 开篇设计直接影响推荐 |
读取前三章 → 逐章检查清单 → 评分 → 定位问题 → 给出修改建议
检查时请读取以下参考文件获取详细规则:
| 文件 | 内容 |
|---|---|
./references/golden-three-chapters.md | 黄金三章法则详解(检查清单+评分标准+示例) |
./references/common-problems.md | 常见开篇问题诊断(5种问题+修复示例) |
./references/report-template.md | 报告模板(单章/批量格式) |
| 章节 | 核心任务 | 必须完成 | 禁止操作 |
|---|---|---|---|
| 第一章 | 3秒抓眼球 | 前300字爆点 + 金手指/危机 | 寡淡开场/信息轰炸/拖沓入题 |
| 第二章 | 强化冲突 | 紧迫目标 + 具体阻碍 | 目标模糊/阻碍太弱 |
| 第三章 | 爽点反馈 | 小爽点 + 结尾钩子 | 无爽点/无钩子 |
按 ./references/report-template.md 中的单章报告格式输出。
核心输出项:
/opening-check [文本内容]
/opening-check 第1章 [文本]
/opening-check 第1-3章 [文本]
"帮我检查一下开篇"
"检查一下黄金三章"
"这个开篇怎么样"
"帮我看看前三章"
| 需求 | 使用 |
|---|---|
| 综合质量检查 | /quality-check [文本] |
| 流水账检测 | /boring-detect [文本] |
| 创意检查 | /concept-check [文本] |