story-short-analyze

Deconstructs short-form web fiction into structured analysis reports with plot nodes, emotional arcs, and reusable writing techniques.

116|21|Updated Jul 6, 2026
One-click install
npx skills add https://github.com/Xiaoyangy/novel-studio --skill story-short-analyze-xiaoyangy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: story-short-analyze
Source: https://github.com/Xiaoyangy/novel-studio/tree/main/skills/story-short-analyze
Command: npx skills add https://github.com/Xiaoyangy/novel-studio --skill story-short-analyze-xiaoyangy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Analyzing viral short web fiction (Tomato Novel shorts, Zhihu Yanxuan, Story Club pieces) by hand is slow and inconsistent, and insights get lost in chat context. This Skill runs a rigorous five-stage deconstruction pipeline that turns a short story into a persistent, structured analysis library that downstream writing workflows can directly consume. ## Core Features & Use Cases - Five-Stage Deconstruction Pipeline: Extracts story core, plot nodes, emotional curves, twist mechanics, writing techniques, character functions, and multi-layer resonance analysis, with strict stage ordering and per-stage quality gates. - Crash-Safe Resumable Output: Writes results to deconstruction-library/{title}/ with a _meta.json tracking completed stages, enabling resume, overwrite, or archive on rerun. - Genre-Calibrated Analysis: Loads genre-specific rubrics (chase-wife, rebirth-revenge, family drama, etc.) as comparison benchmarks, plus AI-tone scanning of the report itself against banned-word lists. - Use Case: Paste an 8,000-word Tomato short story; the Skill backs up the original, produces a deconstruction report, plot node list, and technique breakdown, then hands the full package to the story-short-write workflow for drafting the next piece. ## Quick Start Tell the AI "拆这篇短篇" and provide the story text or file path to start the full deconstruction pipeline.

Frequently Asked Questions about story-short-analyze

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze a short web novel's structure and plot?

Provide the story text or file path and trigger the deconstruction pipeline. It runs five stages covering story core, plot nodes, emotional curves, twists, techniques, and characters, then saves a full report to deconstruction-library/{title}/.

What story length does short fiction deconstruction support?

Stories under 15,000 words go directly into the short pipeline. Between 15,000 and 20,000 words it asks whether to treat the text as short or long; above 20,000 words it recommends external long-form deconstruction unless you explicitly confirm short mode.

Can I resume an interrupted story deconstruction?

Yes. The pipeline writes stage progress to _meta.json after each stage. On rerun it offers three options: overwrite with archiving, resume from the last incomplete stage, or cancel.

Does the analysis work for specific genres like rebirth or revenge stories?

Yes. It detects the genre from keywords or user input and loads the matching genre rubric as a comparison benchmark, covering chase-wife, rebirth-revenge, family drama, xianxia, and other popular short-fiction categories.

What happens if the deconstruction report fails quality checks?

Stage 6 completion is blocked until three checks pass: an AI-tone scan of the report against banned-word lists, structural count thresholds in _meta.json, and all [BLOCK] template items. Failures list the exact fields needing revision.