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:
45
references/publishing-preview-checklist.md
Normal file
45
references/publishing-preview-checklist.md
Normal file
@@ -0,0 +1,45 @@
|
||||
# 预览、发布与发布后验证清单
|
||||
|
||||
## 发布前预览
|
||||
|
||||
能使用浏览器、文档预览或平台预览时,必须实际查看渲染结果。不能截图或不能访问平台时,明确说明限制,不要声称已预览。
|
||||
|
||||
检查项:
|
||||
|
||||
- 标题、摘要、封面图、作者、标签、slug、可见性。
|
||||
- h2/h3 层级、目录、段落间距、列表缩进。
|
||||
- 图片是否加载,是否需要说明文字,是否有版权风险。
|
||||
- 表格是否过宽,移动端是否挤压;必要时改为分组列表。
|
||||
- 代码块语言、缩进、换行、复制体验。
|
||||
- 引用块、脚注、链接文本是否正常。
|
||||
- 外链是否指向公开地址,不含内部域名或私有路径。
|
||||
- markdown 是否被目标平台错误解析。
|
||||
|
||||
## 用户确认
|
||||
|
||||
发布前给出:
|
||||
|
||||
```markdown
|
||||
标题:...
|
||||
目标平台:...
|
||||
可见性:公开/私密/草稿/未知
|
||||
包含:外链/图片/表格/代码块
|
||||
未验证风险:无/列表
|
||||
```
|
||||
|
||||
只有用户明确授权后才能发布。
|
||||
|
||||
## 发布动作
|
||||
|
||||
发布前再次确认目标平台、账号/空间、标题、slug、标签、可见性、发布时间和是否允许发布后编辑。如果发布后编辑受限,必须提醒用户。
|
||||
|
||||
## 发布后验证
|
||||
|
||||
发布后打开公开或预览 url,检查:
|
||||
|
||||
- 标题、正文、摘要、作者、发布日期。
|
||||
- 图片、表格、代码块、引用、目录、链接。
|
||||
- 标签、分类、可见性、分享卡片。
|
||||
- 是否存在内部链接、错别字、渲染错位或缺失段落。
|
||||
|
||||
发现问题时列出影响范围和修复建议。只有在用户授权且平台允许编辑时才修复。
|
||||
Reference in New Issue
Block a user