proofread-post

Validate data science blog posts for correctness, display, and consistency.

1|3|Updated Mar 25, 2021
One-click install
npx skills add https://github.com/cmg777/starter-academic-v501 --skill proofread-post
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: proofread-post
Source: https://github.com/cmg777/starter-academic-v501/tree/main/.claude/skills/proofread-post
Command: npx skills add https://github.com/cmg777/starter-academic-v501 --skill proofread-post

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a final quality assurance pass for data science blog posts, ensuring correctness, display, and consistency before publication.

Core Features & Use Cases

  • Surface-level Checks: Verifies front matter, markdown structure, math rendering, code/output pairing, image references, and grammar.
  • Read-Only Operation: Produces a pass/fail checklist without modifying any files.
  • Use Case: Before committing a new blog post on Python's Random Forest algorithm, run this Skill to catch any broken links, unclosed code fences, or grammatical errors.

Quick Start

Run a full proofread on the post with slug 'python_partial_identification'.

Frequently Asked Questions about proofread-post

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

FAQPage Schema
How do I proofread a data science blog post before publishing?▼

Proofreading a data science blog post involves validating front matter, markdown structure, mathematical notation, code and output pairing, image references, Mermaid diagrams, links, and grammar before publication.

What does a final QA check for markdown blog posts cover?▼

A final QA check for markdown blog posts verifies front matter, markdown structure, math rendering, code and output pairing, image references, Mermaid diagrams, links, site conventions, and grammar.

Can I run a proofreading pass on my blog post without modifying the files?▼

Yes, you can run a read-only proofreading pass on your blog post that generates a pass/fail checklist without altering any files, ensuring your data science content remains untouched during validation.

How do I validate math notation and Mermaid diagrams in a data science blog post?▼

You validate math notation and Mermaid diagrams by running a pre-publication proofreading pass that checks mathematical rendering and diagram syntax, producing a pass/fail checklist for your data science post.

What is the best way to check code and output pairing in a markdown file?▼

The best way to check code and output pairing is to run a final proofreading pass that validates code blocks against their expected outputs, generating a pass/fail checklist without modifying the markdown files.

Why does my data science blog post fail site convention checks before publication?▼

Your data science blog post fails site convention checks due to invalid front matter, broken links, unclosed code fences, or grammatical errors, all of which a final proofreading pass will flag in a pass/fail checklist.