# Yi Wen Shen Yue

> |

- **Type:** Skill
- **Install:** `agentstack add skill-anarcadia-chuanban-jp-novel-translator-yi-wen-shen-yue`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Anarcadia](https://agentstack.voostack.com/s/anarcadia)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Anarcadia](https://github.com/Anarcadia)
- **Source:** https://github.com/Anarcadia/chuanban-jp-novel-translator/tree/main/skills/yi-wen-shen-yue

## Install

```sh
agentstack add skill-anarcadia-chuanban-jp-novel-translator-yi-wen-shen-yue
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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)
```

---

## ⚠️ 注意事项

1. **目录要求**：source/, output/, polished/, config/ 必须存在
2. **文件对应**：001_a.md ↔ 001_a_translated.md ↔ 001_a_polished.md
3. **批次串行**：批次内并行，批次间串行
4. **自动执行**：检测后自动决策并重译，无需用户确认

---

## 详细执行

⚠️ 执行前必读：
- [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](https://github.com/Anarcadia)
- **Source:** [Anarcadia/chuanban-jp-novel-translator](https://github.com/Anarcadia/chuanban-jp-novel-translator)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-anarcadia-chuanban-jp-novel-translator-yi-wen-shen-yue
- Seller: https://agentstack.voostack.com/s/anarcadia
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
