| name | article-review |
| description | > Use when this capability is needed. |
Article Review Skill
Purpose
Perform comprehensive quality reviews of technical documentation articles to ensure they meet publication standards, including proper structure, reference classification, and content quality.
When to Use
Activate this skill when:
- Reviewing articles: "Review this article for publication readiness"
- Checking structure: "Validate the structure of this markdown file"
- Classifying references: "Check reference classifications in this article"
- Quality assessment: "Assess the quality of this technical documentation"
Do NOT use this skill for:
- Grammar checking (use grammar-review prompt instead)
- Code review (use code-review skill/agent instead)
- Creating new articles (use article-template instead)
Workflow
Step 1: Structure Validation
Check that the article includes all required sections:
Step 2: Metadata Verification
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):
Step 3: Reference Classification
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.
Step 4: Content Quality Checks
Review for:
Step 5: Generate Review Summary
Provide a summary using the review template.
Templates
Checklists
See checklists/publication-ready.md for the complete pre-publication checklist.
Common Issues
Issue: Missing Reference Classification
Symptom: References listed without emoji markers
Solution: Add appropriate marker based on source domain. See reference classification rules in checklist.
Issue: Top YAML Modified by Validation
Symptom: Quarto metadata changed unexpectedly
Solution: Validation should ONLY modify bottom HTML comment metadata. Restore top YAML from git history.
Issue: Broken Internal Links
Symptom: Links to other articles return 404
Solution: Use relative paths. Verify target file exists. Check for renamed files.
Resources
Converted and distributed by TomeVault — claim your Tome and manage your conversions.