Install
$ agentstack add skill-anarcadia-chuanban-jp-novel-translator-yi-wen-shen-yue ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
译文审阅系统 - 调度层
批量检测 + 自动重译,确保译文忠实于原文。
架构设计
主进程(调度):
├── 扫描段落列表
├── 分批启动检测 sub-agent(shenyue-jiance)
├── 收集检测结果
├── 自动决策重译
└── 启动重译 sub-agent(shenyue-chongyi)
核心流程
阶段1: 批量检测(每批 5 段落并行,批次间串行)
↓
阶段2: 自动决策(CRITICAL/MEDIUM → 重译,≤2 LOW → 接受)
↓
阶段3: 自动重译(覆盖问题段落)
问题分级
| 级别 | 说明 | 决策 | |------|------|------| | CRITICAL | 发明/篡改/删减剧情 | 必须重译 | | MEDIUM | 术语不一致、单句漏译 | 必须重译 | | LOW | 细微翻译偏差 | ≤2个接受,≥3个重译 |
不算问题:主语补全、句式调整、修辞转换、语气优化
触发词
- "审阅译文"
- "检查翻译"
- "质量审查"
- "翻译质检"
工作流集成
1. chai-fen-sao-miao (拆分章节)
↓
2. fanyi-xiaoshuo (逐章翻译)
↓
3. riyu-xiaoshuo-runse (批量润色)
↓
4. yi-wen-shen-yue (审阅+自动重译) ← 当前
↓
5. 生成最终文档 (EPUB/TXT)
⚠️ 注意事项
- 目录要求:source/, output/, polished/, config/ 必须存在
- 文件对应:001a.md ↔ 001atranslated.md ↔ 001a_polished.md
- 批次串行:批次内并行,批次间串行
- 自动执行:检测后自动决策并重译,无需用户确认
详细执行
⚠️ 执行前必读:
- [references/workflow.md](references/workflow.md) - 三阶段详细流程
- [references/problem-levels.md](references/problem-levels.md) - 问题分级标准与决策规则
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Anarcadia
- Source: Anarcadia/chuanban-jp-novel-translator
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.