blog-audit

Audit blog content for quality scores, orphan pages, and stale posts.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/smarmen86/claude-code-kit --skill blog-audit-smarmen86
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-audit
Source: https://github.com/smarmen86/claude-code-kit/tree/main/skills/blog-audit
Command: npx skills add https://github.com/smarmen86/claude-code-kit --skill blog-audit-smarmen86

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the challenge of maintaining content quality, SEO integrity, and site structure across large blog repositories by automating complex auditing tasks.

Core Features & Use Cases

  • Content Quality Scoring: Evaluates readability, structure, and AI citation readiness for every post.
  • SEO & Link Health: Detects orphan pages, broken links, and keyword cannibalization to improve search visibility.
  • Stale Content Management: Identifies outdated posts and calculates the effort required for content refreshes.
  • Use Case: Use this when you need to perform a full-site audit to identify which blog posts are underperforming, cannibalizing traffic, or require updates to maintain search rankings.

Quick Start

Run the blog-audit skill to perform a full-site health assessment on the current project directory.

Frequently Asked Questions about blog-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit my blog for SEO cannibalization and orphan pages?

A blog content audit identifies underperforming posts and structural issues like keyword cannibalization by scanning markdown and HTML files. It evaluates readability, link health, and content freshness to generate a prioritized action queue for SEO improvements.

What is the best way to identify stale content across a large markdown repository?

Identifying stale content across a large markdown repository involves scanning file metadata and post relevance to calculate refresh effort. This skill flags outdated articles and quantifies the work required to update them for maintaining search rankings.

Can I use this to check schema and SEO metadata for HTML files?

Yes, you can check schema and SEO metadata for HTML files. The skill operates across both markdown and HTML formats, orchestrating parallel subagents to validate schema markup and metadata for large-scale content repositories.

How does topic cannibalization detection work for blog posts?

Topic cannibalization detection works by scanning blog posts to identify multiple articles competing for the same search terms. It analyzes content quality scores and keyword alignment across the repository to pinpoint overlapping themes that hurt search visibility.

Do I need parallel subagent orchestration to validate link graphs for large blogs?

Yes, you need parallel subagent orchestration to validate link graphs for large blogs. This skill requires parallel processing to efficiently assess site-wide link health, schema, and SEO metadata across large-scale content repositories.