reviewing-blog-draft

Validate blog draft structure, citations, and build checks before publishing.

3|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/ivan-magda/blog --skill reviewing-blog-draft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-blog-draft
Source: https://github.com/ivan-magda/blog/tree/main/.agents/skills/reviewing-blog-draft
Command: npx skills add https://github.com/ivan-magda/blog --skill reviewing-blog-draft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

New blog drafts require a structural and factual review before publishing. This skill helps ensure drafts in src/data/blog/ are free of empty-string frontmatter, unshipped draft flags, fabricated citations, broken heading hierarchy, stale llms.txt updates, and potential sub-agent overreach.

Core Features & Use Cases

  • Structural validation against existing posts and site layout
  • Factual verification of citations and publication metadata
  • Heading hierarchy checks and SEO considerations
  • Draft health checks for llms.txt and publish flags

Use cases include validating a new draft before publish, ensuring consistency with conventions, and enabling a quick pass to catch common drafting errors.

Quick Start

Review the newest draft in src/data/blog/ and report findings to guide the final publish decision.

Frequently Asked Questions about reviewing-blog-draft

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check a blog draft for heading hierarchy and SEO consistency before publishing?

To check a blog draft for heading hierarchy and SEO consistency, validate the structural correctness of frontmatter strings, citations, and heading levels. This process enforces project conventions to ensure the draft passes build checks and maintains factual accuracy.

What is the best way to verify citations and llms.txt freshness in a blog workflow?

Verifying citations and llms.txt freshness involves checking factual accuracy and structural integrity across multiple posts. This review identifies fabricated citations and stale llms.txt updates, enforcing draft health checks before the final publish decision.

How do I catch empty frontmatter strings and unshipped draft flags in my blog posts?

Catching empty frontmatter strings and unshipped draft flags requires a pre-publish draft review. This structural validation checks posts in the blog draft workflow against existing site layouts to prevent common drafting errors and potential sub-agent overreach.

Does a pre-publish blog draft review ensure my post passes pnpm run build checks?

A pre-publish blog draft review ensures your post passes pnpm run build checks by enforcing project conventions and SEO rules. It validates structural correctness, heading hierarchy, and metadata to guarantee the draft meets all build requirements.

When do I need to run a structural validation on my blog drafts?

You need to run a structural validation on blog drafts when preparing new posts for publishing. This review checks for empty frontmatter, draft flags, broken heading hierarchy, and citation accuracy to ensure consistency before the content goes live.