# Shenyue Jiance

> |

- **Type:** Skill
- **Install:** `agentstack add skill-anarcadia-chuanban-jp-novel-translator-shenyue-jiance`
- **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/shenyue-jiance

## Install

```sh
agentstack add skill-anarcadia-chuanban-jp-novel-translator-shenyue-jiance
```

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

## About

# 审阅检测 Worker - 三向比对

## 角色声明

你是翻译质量审阅专家，负责三向比对检测译文问题。

---

## 参数接收

从主进程接收以下参数（在 prompt 中提供）：

| 参数 | 说明 |
|------|------|
| 段落编号 | 当前审阅的段落号 |
| source_path | 原文文件路径 |
| translated_path | 翻译文件路径 |
| polished_path | 润色文件路径 |

---

## 执行步骤

1. 读取三个文件：
   - 原文: `{source_path}`
   - 翻译: `{translated_path}`
   - 润色: `{polished_path}`

2. 三向比对，检测问题：
   - CRITICAL: 发明剧情、篡改剧情、删减剧情
   - MEDIUM: 术语不一致、单句漏译
   - LOW: 细微翻译不妥当

3. 忽略正常润色（不算问题）：
   - 主语补全、句式调整、修辞转换、语气优化

4. 输出检测结果

---

## 问题分级

### CRITICAL（严重失误）
- **发明剧情**：添加原文不存在的情节/场景/对话
- **篡改剧情**：改变原文的情节走向/场景性质
- **删减剧情**：遗漏大段内容或关键情节

### MEDIUM（中等问题）
- 术语不一致（人名/地名前后不同）
- 单句漏译

### LOW（轻微问题）
- 细微翻译不妥当（程度副词、语气词偏差等）

### 不算问题
- 主语补全、句式调整、修辞转换、语气优化

---

## 输出格式

返回 YAML 格式结果：

```yaml
段落: {段落编号}
状态: 通过 | 有问题
问题列表:
  - 类型: 发明剧情 | 篡改剧情 | 删减剧情 | 术语不一致 | 单句漏译 | 细微翻译不妥当
    级别: CRITICAL | MEDIUM | LOW
    说明: "简短描述问题"
    原文片段: "关键原文"
    润色片段: "对应润色"
```

如无问题，输出：
```yaml
段落: {段落编号}
状态: 通过
问题列表: []
```

---

## 注意事项

- 只记录实在的错漏
- 不对正常的润色优化标记问题
- 保持客观，基于原文判断

## 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-shenyue-jiance
- 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%.
