When you run /blog analyze, Claude Blog scores the post across 5 weighted editorial categories. It adds readability context and a prioritized list of improvements sorted by severity. TTR, burstiness, punctuation, and phrase patterns do not block publication by themselves.
// BLOG ANALYZE
100-POINT
CONTENT SCORING
Every blog post gets a 100-point internal editorial score. Five weighted categories, readability context, and a prioritized improvement plan show what deserves review. It is not an AI detector or ranking prediction.
BY DANIEL AGRICI · UPDATED MAY 2026
$
/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
SOURCE & CLAIM REVIEW
CHECKS SOURCE FIDELITY, FACTUAL SUPPORT, METHODOLOGY, ORIGINAL VALUE, AND UNSUPPORTED FIRST-HAND CLAIMS.
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 heuristic breakdown, readability context, source and claim findings, and a prioritized action plan.
// FAQ
QUESTIONS ABOUT SCORING
Content Quality (30 pts) checks originality, purpose fit, usefulness, and clarity. SEO Optimization (25 pts) covers descriptive titles, logical headings, links, metadata, and crawlability. E-E-A-T Signals (15 pts) are editorial checks for source fidelity, factual support, authorship, and methodology. Technical Elements (15 pts) check schema consistency, relevant media, mobile, and social metadata. AI Citation Readiness (15 pts) is an internal heuristic for entity clarity, supported claims, and self-contained meaning.
No. The score is an internal editorial heuristic, not an AI-authorship detector, calibrated citation probability, or Google ranking prediction. Readability and style signals provide context but do not block publication by themselves.
Yes. The analyzer works with HTML, Markdown, MDX, and plain text files. It parses frontmatter, headings, paragraphs, images, links, and schema from any format.
The quality gate remains 70. Scores of 80 or higher indicate strong alignment with the internal editorial checks, but every finding still requires human judgment and source review.
SCORE YOUR FIRST POST
IN 30 SECONDS.
$
git clone --depth 1 https://github.com/AgriciDaniel/claude-blog.git && bash claude-blog/install.sh