feat(blog): add comprehensive blog review and publishing workflow system
- Implemented calc_audit.py script for verifying arithmetic expressions in blog calculations - Added humanizer-style-guide.md with guidelines for removing AI-sounding language from Chinese blogs - Created openai.yaml configuration for blog review publish workflow interface - Established publishing-preview-checklist.md for pre/post publication verification - Developed 12-dimension review rubric for systematic article evaluation - Built complete SKILL.md documentation covering blog writing, reviewing, and publishing workflows - Added source-rights-policy.md for copyright and attribution guidelines - Defined hard gates and quality standards for publication approval process - Implemented multi-mode workflow selection based on task requirements - Created standardized output templates for draft delivery and review reports
This commit is contained in:
46
references/source-rights-policy.md
Normal file
46
references/source-rights-policy.md
Normal file
@@ -0,0 +1,46 @@
|
||||
# 来源、版权与转载策略
|
||||
|
||||
## 来源优先级
|
||||
|
||||
优先级从高到低:
|
||||
|
||||
1. 官方文档、价格页、产品公告、监管文件、论文、项目仓库、公司博客。
|
||||
2. 权威媒体、行业报告、数据库、标准组织。
|
||||
3. 作者博客、访谈、播客、会议演讲。
|
||||
4. 社交媒体、论坛、二手转载、聚合页面。
|
||||
|
||||
涉及价格、模型 id、api 参数、法规、版本状态、发布日期、人物职务、公司状态等可能变化的信息,必须尽量核对一手来源。无法核对时不要写成确定结论。
|
||||
|
||||
## 总结、转载、翻译的边界
|
||||
|
||||
- **总结/解读**:重组结构、用自己的话表达、加入判断和边界;文末标来源。不要连续大段保留原文表达。
|
||||
- **转载**:保留原文主体内容。只有授权、许可、公有领域或用户拥有版权时才可做。必须标“转载”和原文链接。
|
||||
- **翻译**:完整翻译第三方长文通常等同于复制表达。权限不清时改为摘要、摘译、评论或要点解读。
|
||||
- **编译**:多个来源整合时,分别记录来源,避免把不同来源观点混成一个确定事实。
|
||||
|
||||
## 文章中的来源格式
|
||||
|
||||
总结类单一来源:
|
||||
|
||||
```markdown
|
||||
*来源:作者或机构 - [标题](URL)*
|
||||
```
|
||||
|
||||
多来源分析:
|
||||
|
||||
```markdown
|
||||
## 参考资料
|
||||
- 作者或机构:[标题](URL)
|
||||
- 作者或机构:[标题](URL)
|
||||
```
|
||||
|
||||
## 风险处理
|
||||
|
||||
| 情况 | 处理 |
|
||||
|---|---|
|
||||
| 原文禁止转载 | 不转载;改成短摘要和评论 |
|
||||
| 权限不明但用户要求整篇搬运 | 拒绝整篇搬运;提供总结/解读版本 |
|
||||
| 无法访问链接 | 要求用户提供正文或截图;不要编造来源内容 |
|
||||
| 来源互相矛盾 | 标出分歧,优先一手来源,不强行合并 |
|
||||
| 用户提供内部材料 | 只提取必要信息;不暴露材料路径、内部链接、工具名 |
|
||||
| 高风险领域 | 使用保守表述,避免给出未经验证的专业建议 |
|
||||
Reference in New Issue
Block a user