experimental/novel/agent_skills/narrative-tests/SKILL.md
Help the author write narrative unit tests (rules/constraints) and interpret failures with a concrete fix roadmap.
npx skillsauth add aevatarai/aevatar-agent-framework narrative-testsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
narrative_tests.md: test suite definition (author editable)narrative_test_report.md: run result (failures + location + fix options)当前实现(v1)支持在 narrative_tests.md 中嵌入一个 ```json 代码块:
{
"suiteId": "default",
"cases": [
{
"id": "no-spoiler-before-1",
"severity": "ERROR",
"type": "must_not_contain_before_chapter",
"untilChapter": 1,
"pattern": "SPOILER",
"message": "Chapter 1 must not contain SPOILER."
}
]
}
支持的 type(v1):
must_containmust_not_containmust_not_contain_before_chapterFor each failure, provide:
data-ai
Aggregate a writing session into a readable log + a reusable author-intent prompt.
tools
Define what the Story Control Panel shows, how to compute signals, and how the author should act on alerts.
data-ai
Maintain a structured Setup/Payoff ledger (promises, debts, payoffs) and generate a payoff roadmap.
documentation
--- name: rewrite-branch-merge description: Manage rewrite branches: when to branch, how to compare, and how to merge back with minimal chaos. --- ## When to use - A change is risky (canon/timeline/payoff) and might break the mainline. - Author wants to explore multiple routes in parallel. ## Branching rules (simple, strict) - Branch if: - canon changes would require editing many existing chapters - timeline constraints are violated and fix is non-local - payoff plan changes the story’s