blog-audit

Scans blog content files and scores them for quality, SEO, technical readiness, and freshness.

8|5|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/shenxingy/Clade --skill blog-audit-shenxingy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-audit
Source: https://github.com/shenxingy/Clade/tree/main/configs/skills/blog-audit
Command: npx skills add https://github.com/shenxingy/Clade --skill blog-audit-shenxingy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Blog sites often accumulate stale, low-quality, orphaned, and SEO-incomplete posts, which reduces discoverability and makes AI-driven citation harder.

Core Features & Use Cases

  • Full-site blog health assessment: Scans all blog files to produce per-post quality scoring and site-wide issues.
  • SEO and technical checks: Evaluates on-page SEO elements, link health, schema validity, and freshness signals from frontmatter.
  • AI citation readiness auditing: Assesses whether content is structured for citability and crawler accessibility.
  • Content strategy insights: Detects topic cannibalization and recommends merge/redirect/differentiate actions.
  • Uses parallel subagents: Runs multiple analysis dimensions in parallel and outputs a prioritized action queue.

Quick Start

Ask your AI editor to run blog-audit for the current project by telling it to execute: /blog audit .

Frequently Asked Questions about blog-audit

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

FAQPage Schema
How do I run a full blog audit to find orphan pages and dead ends?

A blog health audit scans all content files to assess quality, SEO, and freshness. It identifies orphan pages, dead ends, and topic cannibalization, then saves a prioritized report to blog-audit-report.md.

What is topic cannibalization and how do I detect it in my blog content?

Topic cannibalization happens when multiple posts compete for the same search queries. A blog audit detects this by scanning all posts and recommending merge, redirect, or differentiate actions to resolve content overlaps.

How do I check if my blog content is structured for AI citation readiness?

AI citation readiness auditing evaluates whether content is structured for citability and crawler accessibility. It validates schema and frontmatter consistency across all files to ensure technical readiness for AI crawlers.

Can I scan my repository-wide markdown files for stale content and SEO gaps?

Yes, repository-wide blog audits scan all content files to evaluate on-page SEO elements and freshness signals from frontmatter. It aggregates results to identify stale content and SEO-incomplete posts.

Does the blog audit validate frontmatter consistency and schema markup?

Yes, the blog audit validates schema and frontmatter consistency across all discovered blog files. This checks technical readiness and ensures freshness signals from frontmatter are properly maintained.

What is the best way to fix low-quality and orphaned blog posts?

The best way to fix low-quality and orphaned posts is running a full-site blog health assessment. It scores each post for quality and builds internal link graphs to produce a prioritized action queue for improvements.