blog-analyze

Audit and score blog posts on a 100-point quality rubric with prioritized recommendations.

1|Updated Dec 24, 2021
One-click install
npx skills add https://github.com/arthur-fontaine/arthurfontaine.fr --skill blog-analyze-arthur-fontaine
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: blog-analyze
Source: https://github.com/arthur-fontaine/arthurfontaine.fr/tree/main/.agents/skills/blog-analyze
Command: npx skills add https://github.com/arthur-fontaine/arthurfontaine.fr --skill blog-analyze-arthur-fontaine

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Content teams lack a consistent, repeatable way to evaluate blog post quality across SEO, E-E-A-T, technical markup, and AI citation readiness before publishing. ## Core Features & Use Cases - 100-Point Scoring System: Scores posts across five categories (content quality, SEO, E-E-A-T, technical elements, AI citation readiness) with a rating scale from Exceptional to Rewrite. - Prioritized Recommendations: Generates Critical/High/Medium/Low issue lists with specific fixes, plus export formats in markdown, JSON, or table. - Batch Analysis: Audits entire directories of posts with sorting and a priority queue for remediation. - Use Case: Point the skill at a drafts folder before a publishing sprint to score every post, identify the weakest articles, and get a ranked fix list. ## Quick Start Analyze the blog post at drafts/my-post.md and give me the full quality report with scores and fixes.

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 against a local file, URL, or directory. It scores the post across five categories totaling 100 points and returns a markdown report with prioritized fixes, or JSON/table output via the --format flag.

How to analyze multiple blog posts at once?▼

Pass a directory path or use the --batch flag to scan all blog files in a folder. The skill produces a summary table of every post and a priority queue ordered by lowest score, sortable with --sort score.

Does blog analysis work with MDX, HTML, and published URLs?▼

Yes, the skill accepts MDX, markdown, and HTML files as well as published URLs. URLs are fetched only after safety checks that block non-HTTP schemes, private IPs, and oversized responses.

Can I get blog audit results as JSON for CI/CD?▼

Yes, use --format json to emit machine-readable output with per-category scores, issue lists, and optional rubric or cognitive_load fields, suitable for dashboards or pipeline gates.

Does the style analysis detect whether AI wrote my content?▼

No. The editorial style diagnostics (sentence-length variation, phrase lists, vocabulary diversity) are descriptive editing aids only. They never infer authorship, produce no AI probability score, and do not affect the 100-point rating.