When you run /blog analyze, Claude Blog reads your post and scores it across 5 weighted categories. It also runs AI content detection, readability analysis, and generates a prioritized list of improvements sorted by severity.
// BLOG ANALYZE
100-POINT
CONTENT SCORING
Every blog post gets a quality score. 5 weighted categories, AI content detection, readability analysis, and a prioritized improvement plan. Type /blog analyze and know exactly where your content stands.
$
/blog analyze
REQUIRES CLAUDE BLOG INSTALLED IN CLAUDE CODE
// HOW IT WORKS
5 CATEGORIES. ONE SCORE.
01
5-CATEGORY SCORING
CONTENT QUALITY (30), SEO OPTIMIZATION (25), E-E-A-T SIGNALS (15), TECHNICAL ELEMENTS (15), AI CITATION READINESS (15).
02
AI DETECTION
BURSTINESS SCORING, 17 KNOWN AI PHRASE DETECTION, VOCABULARY DIVERSITY ANALYSIS (TYPE-TOKEN RATIO).
03
READABILITY
FLESCH-KINCAID, GUNNING FOG, AND SMOG INDEX. SENTENCE LENGTH DISTRIBUTION AND PARAGRAPH STRUCTURE.
04
SCORING BANDS
EXCEPTIONAL (90-100), STRONG (80-89), ACCEPTABLE (70-79), BELOW STANDARD (60-69), REWRITE NEEDED (UNDER 60).
05
ACTION PLAN
PRIORITIZED FINDINGS: CRITICAL, HIGH, MEDIUM, LOW SEVERITY. SPECIFIC FIX SUGGESTIONS PER ISSUE.
06
BATCH ANALYSIS
ANALYZE ENTIRE BLOG DIRECTORIES. PER-POST SCORES WITH SITE-WIDE HEALTH OVERVIEW.
// SCORING
CATEGORY WEIGHTS
The 100-point score is a weighted aggregate. Content Quality carries the most weight because depth and readability matter most. AI Citation Readiness reflects the growing importance of GEO optimization.
Scoring Bands
- 90-100 Exceptional - publication-ready, best-in-class content
- 80-89 Strong - minor improvements possible, good to publish
- 70-79 Acceptable - some issues to address before publishing
- 60-69 Below Standard - significant improvements needed
- Under 60 Rewrite Needed - fundamental quality issues
// USAGE
HOW TO ANALYZE A POST
Step 1: Install Claude Blog
git clone --depth 1 https://github.com/AgriciDaniel/claude-blog.git bash claude-blog/install.sh
Step 2: Open Claude Code
claude
Step 3: Analyze Your Post
/blog analyze
Point it at any blog post file or directory. You get a detailed score breakdown, AI detection results, readability metrics, and a prioritized action plan.
// FAQ
QUESTIONS ABOUT SCORING
Content Quality (30 pts) checks depth, readability, originality, and engagement. SEO Optimization (25 pts) covers headings, title, keywords, links, and meta. E-E-A-T (15 pts) evaluates author signals, citations, and trust. Technical (15 pts) checks schema, images, speed, mobile, and OG tags. AI Citation (15 pts) scores citability, Q&A format, and entity clarity.
It uses burstiness scoring, a vocabulary diversity check (Type-Token Ratio), and scans for 17 common AI-generated phrases. It flags potential AI content but is not a definitive detector. Use it as a signal, not a verdict.
Yes. The analyzer works with HTML, Markdown, MDX, and plain text files. It parses frontmatter, headings, paragraphs, images, links, and schema from any format.
Posts scoring 80+ are publication-ready. 90+ is exceptional. Most first drafts score 60-75. The action plan tells you exactly what to fix to improve your score.
SCORE YOUR FIRST POST
IN 30 SECONDS.
$
git clone --depth 1 https://github.com/AgriciDaniel/claude-blog.git && bash claude-blog/install.sh