用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill article-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | article-review |
| description | > Use when this capability is needed. |
Perform comprehensive quality reviews of technical documentation articles to ensure they meet publication standards, including proper structure, reference classification, and content quality.
Activate this skill when:
Do NOT use this skill for:
Check that the article includes all required sections:
Verify dual YAML blocks are properly formatted:
Top YAML (Quarto rendering - at file start):
---
title: "Article Title"
author: "Author Name"
date: "YYYY-MM-DD"
categories: [category1, category2]
description: "Brief description"
---
Bottom HTML Comment (Validation tracking - at file end):
<!--
---
validations:
grammar: {last_run: null, ...}
article_metadata:
filename: "article-name.md"
created: "YYYY-MM-DD"
---
-->
Verify all references include proper emoji markers:
| Marker | Type | Examples |
|---|---|---|
| 📘 | Official | *.microsoft.com, docs.github.com |
| 📗 | Verified Community | github.blog, devblogs.microsoft.com |
| 📒 | Community | medium.com, dev.to, personal blogs |
| 📕 | Unverified | Broken links, unknown sources |
Expected format:
**[Title](url)** `[📘 Official]`
Description (2-4 sentences): what it covers, why valuable.
Review for:
<mark> tags for key termsProvide a summary using the review template.
See checklists/publication-ready.md for the complete pre-publication checklist.
Symptom: References listed without emoji markers
Solution: Add appropriate marker based on source domain. See reference classification rules in checklist.
Symptom: Quarto metadata changed unexpectedly
Solution: Validation should ONLY modify bottom HTML comment metadata. Restore top YAML from git history.
Symptom: Links to other articles return 404
Solution: Use relative paths. Verify target file exists. Check for renamed files.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.