blog-audit
Full-site blog health assessment scanning all blog files for quality scores, orphan pages, topic cannibalization, stale content, and AI citation readiness. Runs canonical batch analysis before site-wide checks. Produces per-post scores and a prioritized action queue. Use when user says "audit blog", "blog audit", "site audit", "blog health", "audit all posts", "check all blogs".
npx skills add AgriciDaniel/claude-blog --skill blog-audit --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Blog Audit: Full-Site Health Assessment Performs a comprehensive blog health assessment across all posts in the project. Scans for quality scores, orphan pages, topic cannibalization, stale content, and AI citation readiness. Uses the canonical analyzer JSON as the score source and produces a prioritized action queue. ## Audit Process ### Step 1: Discover Blog Files Scan the project for all blog content files: - Recursively glob for `.md`, `.mdx`, `.html`, `.astro`, `.svelte`, `.vue`, `.tsx`, and `.jsx` in common blog directories and CMS export folders - Common paths to check: - `content/` - `posts/` - `blog/` - `src/content/` - `_posts/` - `pages/blog/` - `articles/` - `content/blog/**` - CMS export folders explicitly provided by the user - `src/pages/blog/` - Filter out hidden, vendor, generated, and secret-adjacent paths: `.git/`, dot-directories, `node_modules/`, `vendor/`, `dist/`, `build/`, `.next/`, `coverage/`, `reports/`, generated exports, README, CHANGELOG, LICENSE, config files, SKILL.md, package files, `.env*`, keys, and private notes - Report: "Found N blog files in [directories]" If no blog files are found in standard locations, ask for an allow-listed root or only
- Audit Process
- Step 1: Discover Blog Files
- Step 2: Canonical Batch Analysis
- Step 2.5: Technical Crawl and Search Performance
- Step 3: Topic Cannibalization Detection
- Step 4: Orphan Page Detection
- Step 5: Stale Content Detection
- Step 6: Generate Site-Wide Report
- Step 7: Save Report
- Cross-reference
python3 scripts/analyze_blog.py <blog-root> --batch --format json
What does the blog-audit skill do?
Full-site blog health assessment scanning all blog files for quality scores, orphan pages, topic cannibalization, stale content, and AI citation readiness. Runs canonical batch analysis before site-wide checks. Produces per-post scores and a prioritized action queue. Use when user says "audit blog", "blog audit", "site audit", "blog health", "audit all posts", "check all blogs".
How do I install it?
Run `npx skills add AgriciDaniel/claude-blog --skill blog-audit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From AgriciDaniel/claude-blog, a repository with 1,566 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
