blog-analyze

Audit and score blog posts on a 100-point scale across content, SEO, E-E-A-T, technical, and AI citation categories.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/captaindevv/SEO-ajaypipes --skill blog-analyze-captaindevv
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: blog-analyze
Source: https://github.com/captaindevv/SEO-ajaypipes/tree/main/skills/blog-analyze
Command: npx skills add https://github.com/captaindevv/SEO-ajaypipes --skill blog-analyze-captaindevv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Blog posts often underperform because of hidden quality issues: weak SEO structure, missing E-E-A-T signals, AI-sounding prose, or poor citability for AI search engines. Manually auditing each post against dozens of criteria is slow and inconsistent. This Skill automates the audit, producing a scored report with prioritized fixes. ## Core Features & Use Cases - 100-Point Scoring System: Scores posts across five categories (Content Quality 30, SEO 25, E-E-A-T 15, Technical 15, AI Citation Readiness 15) with a rating from Exceptional to Rewrite. - AI Content Detection: Measures sentence-length burstiness, flags 17 known AI phrases plus em-dash overuse, and computes vocabulary diversity (TTR) to estimate AI probability. - Flexible Inputs & Outputs: Works with local MDX/markdown/HTML files, live URLs, or entire directories in batch mode, exporting reports as markdown, JSON, or compact tables. - Use Case: Point the Skill at a drafts folder before publishing; it returns a sorted batch summary showing which posts need rewrites, which need minor polish, and the single most impactful fix for each. ## Quick Start Analyze the blog post at drafts/my-post.md and give me the full quality report with prioritized recommendations.

Frequently Asked Questions about blog-analyze

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

FAQPage Schema
How do I audit a blog post for SEO and content quality?▼

Run the blog-analyze skill on your markdown, MDX, HTML file, or live URL. It scores the post across five categories totaling 100 points and returns a report with prioritized Critical, High, Medium, and Low fixes.

How to detect AI-generated content in blog posts?▼

The skill computes sentence-length burstiness, flags 17 known AI phrases plus em-dash overuse, and measures vocabulary diversity via type-token ratio. These signals combine into an AI probability percentage with specific flagged passages.

Can I analyze multiple blog posts at once?▼

Yes, point the skill at a directory or use the --batch flag to audit every blog file. It produces a summary table sortable by score with --sort score, listing each post's rating and top issue.

What export formats does blog analysis support?▼

Reports export as detailed markdown by default, machine-readable JSON with --format json for CI/CD integration, or a compact table with --format table for quick review of category scores.

Does the blog audit work on published URLs or only local files?▼

Both. Local files are read directly, while published URLs are fetched and their content extracted. Schema scoring adapts: local drafts are not penalized for schema that a CMS like WordPress with Yoast injects at publish time.

What readability level should a blog post target?▼

The default target is Flesch Reading Ease 60-70 at grade 7-8 level. Persona-based bands adjust this: consumer content 60-80, professional 50-60, and technical audiences 30-50.