agentsclimarketplace

Tutorial writer review

Skill morning-start/agent-skills/process/tutorial-writer/skills/tutorial-writer-review

AI 编程助手的专业技能库,涵盖 30+ 技能,按 6 类组织

Install
npx -y skills add morning-start/agent-skills --skill tutorial-writer-review

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when checking, reviewing, scoring finished tutorial content, or running quality gates before delivery

SKILL.md

2.6 KB, as published. Nobody here has run it

Tutorial Writer — ✅ 质量校验

技能定位

本子技能负责教程创作的 后期质量校验阶段(PRWRD+D 中的 REVIEW),在交付前对章节内容进行全量门禁检查。

输入: 完成初稿的章节 .md 文件 输出: 质量评分卡(通过/不通过判定 + 问题清单)

核心流程

① 通读全文 → 建立整体印象
    │
    ├── ② 逐项执行质量门禁
    │   ├── Q1-Q2: 阻塞项(规划先行、搜索先行)
    │   ├── Q3-Q9: 标准项(长度、支撑、结构、语言等)
    │   └── Q10-Q14: 增强项(跨章一致性、网页构建)
    │
    ├── ③ 跨章一致性检查
    │   ├── R7: 技术栈与决策记录一致
    │   ├── R8: 数据结构与相邻章节兼容
    │   └── R9: 代码逻辑审查
    │
    ├── ④ 填写质量评分卡
    │
    └── ⑤ 输出判定
        ├── 阻塞项全过 + 非阻塞项 ≥ 11/12 → ✅ 通过
        └── 任意阻塞项不通过 → ❌ 回退修正

14 项质量门禁速查

#缩写级别通过标准
Q1PLANP0-阻塞有内容规划且经确认
Q2SEARCHP0-阻塞已搜索并归档资料
Q3LENGTHP1-警告行数在目标范围 ±20%
Q4SOURCEP1-警告关键数据有资料支持
Q5ALIGNP1-警告内容与大纲结构一致
Q6LANGP1-警告无注释/占位符
Q7CITEP2-建议数据来源已标注
Q8FMTP2-建议代码块/表格规范
Q9ARCHIVEP2-建议资料已归档更新索引
Q10TECHP1-警告技术栈与全书一致
Q11DATAP0-阻塞数据格式与相邻兼容
Q12COVERAGEP1-警告大纲要点全覆盖
Q13DEPTHP1-警告核心概念 S5 ≥ 4/6
Q14WEBP1-警告/web 构建无报错(Astro 预览通过)

参考文件

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.