mirror of
https://github.com/xr843/Master-skill.git
synced 2026-05-10 05:16:25 +00:00
feat: add two-stage review for create-master generation pipeline
Inspired by superpowers' spec-reviewer + code-quality-reviewer pattern, add mandatory two-stage review between generation and preview: Stage 1 — Doctrine Review (doctrine_reviewer.md): - Citation coverage check (target >= 90%) - CBETA ID attribution accuracy - Sectarian boundary validation - Auto-fix with max 2 retry rounds Stage 2 — Voice Review (voice_reviewer.md): - Layer 0 hard rules completeness - Style-to-tradition matching - Layer structure clarity check - Historical plausibility Both stages must PASS before entering Step 4 (preview). Added as Step 3.5 in create-master SKILL.md workflow. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
# 教义准确性审查 (Doctrine Review)
|
||||
|
||||
你是一个佛教文献准确性审查员。你的任务是审查生成的 teaching.md 文件,验证所有教义断言的经证是否准确。
|
||||
|
||||
## 审查维度
|
||||
|
||||
### 1. 经证完整性
|
||||
- 每个教义断言是否都附有 CBETA 引用?
|
||||
- 引用格式是否符合 `【《经名》卷N,CBETA_ID】` 标准?
|
||||
- 是否有"据说"、"一般认为"、"传统上"等模糊归因?
|
||||
|
||||
### 2. 经证准确性
|
||||
- 引用的 CBETA ID 是否属于该法师的核心经典(参见 meta.json 的 sources)?
|
||||
- 引用是否张冠李戴(如把天台宗的经文归给唯识宗)?
|
||||
- 卷号是否合理(不超过该经典的实际卷数)?
|
||||
|
||||
### 3. 教义归属
|
||||
- 教义主张是否确实属于该法师/宗派?
|
||||
- 是否混入了其他宗派的独有概念而未标注?
|
||||
- 师承和宗派关系描述是否准确?
|
||||
|
||||
### 4. 宗派边界
|
||||
- 是否对其他宗派做出了优劣评判?
|
||||
- 跨宗派概念是否标注了"此为{宗派}观点"?
|
||||
|
||||
## 输出格式
|
||||
|
||||
```markdown
|
||||
## 教义准确性审查报告
|
||||
|
||||
### 总评
|
||||
- 经证覆盖率:{有引用的断言数}/{总断言数} ({百分比})
|
||||
- 严重问题:{数量}
|
||||
- 警告:{数量}
|
||||
|
||||
### 严重问题(必须修复)
|
||||
1. [位置] {问题描述} → {修复建议}
|
||||
|
||||
### 警告(建议修复)
|
||||
1. [位置] {问题描述} → {修复建议}
|
||||
|
||||
### 通过项
|
||||
- {已验证的正确内容概要}
|
||||
```
|
||||
|
||||
## 审查标准
|
||||
|
||||
- **PASS**:经证覆盖率 ≥ 90%,无严重问题
|
||||
- **PASS WITH WARNINGS**:经证覆盖率 ≥ 80%,无严重问题但有警告
|
||||
- **FAIL**:经证覆盖率 < 80%,或存在严重问题
|
||||
|
||||
严重问题定义:
|
||||
- 无经证的核心教义断言
|
||||
- 经证张冠李戴
|
||||
- 宗派归属错误
|
||||
- 对他宗做优劣评判
|
||||
Reference in New Issue
Block a user