HOME SKILLS BLOG GITHUB
// SKILL

FULL-SITE BLOG AUDIT

Scan your entire blog directory. Get per-post quality scores, find orphan pages, detect topic cannibalization, and identify stale content. The audit produces a prioritized action queue so you know exactly what to fix first.

BY DANIEL AGRICI · UPDATED MAY 2026

$
/blog audit ./content/blog

REQUIRES CLAUDE BLOG INSTALLED IN CLAUDE CODE

// HOW IT WORKS

SCAN. SCORE. PRIORITIZE.

When you run /blog audit, Claude Blog scans every post in your blog directory. Each post is evaluated for frontmatter, usefulness, source and claim quality, links, heading logic, metadata, intent-dependent completeness, readability context, media, and technical consistency.

Every post receives an individual score from 0 to 100. The audit then aggregates findings into a site-wide health report with orphan page detection, cannibalization warnings, and stale content flags. You get a prioritized action queue sorted by impact.

01
PER-POST SCORING
Every post gets an internal 0-100 editorial score based on usefulness, evidence, headings, links, metadata, readability context, media, and technical consistency. Word count alone earns or loses no points.
02
ORPHAN DETECTION
Finds blog posts with zero internal links pointing to them. Orphan pages are invisible to crawlers and readers. The audit flags every orphan and suggests linking opportunities.
03
CANNIBALIZATION
Detects posts competing for the same keywords and search intent. Clusters semantically similar titles and headings, then recommends whether to merge, redirect, or differentiate.
04
STALE CONTENT
Identifies posts that have not been updated in over 12 months, contain outdated statistics, or reference deprecated tools. Flags content decay before it hurts your rankings.
// USAGE

HOW TO RUN AN AUDIT

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: Run the Audit

/blog audit ./content/blog

Point it at your blog directory. The audit scans every markdown or HTML file, scores each post, and outputs a prioritized report.

// FAQ

QUESTIONS ABOUT THE AUDIT

It checks frontmatter, usefulness, source and claim quality, links, heading logic, metadata, intent-dependent completeness, readability context, media, and technical consistency. Each post receives an internal 0-100 editorial score.
There is no hard limit. It processes posts sequentially, so runtime depends on post count, content size, and enabled checks.
An orphan page has no internal links pointing to it from other pages. The audit flags these pages so you can assess whether a contextual link, consolidation, or removal is appropriate.
The audit compares topics and search intent across posts, then flags meaningful overlap for human review. It suggests whether to differentiate, consolidate, redirect, or leave the pages separate.
// RELATED SKILLS

EXPLORE MORE

VIEW ALL SKILLS →

AUDIT YOUR BLOG
IN 30 SECONDS.

$
git clone --depth 1 https://github.com/AgriciDaniel/claude-blog.git && bash claude-blog/install.sh
VIEW ON GITHUB ALL SKILLS >