Agent skill · Security

blog-audit

Full-site blog health assessment scanning all blog files for quality scores, orphan pages, topic cannibalization, stale content, and AI citation readiness. Spawns parallel subagents for comprehensive analysis. 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".

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill blog-audit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: .claude/skills/blog-audit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 parallel subagents for efficient analysis and produces a prioritized action queue. ## Audit Process ### Step 1: Discover Blog Files Scan the project for all blog content files: - Glob for `*.md`, `*.mdx`, `*.html` in common blog directories - Common paths to check: - `content/` - `posts/` - `blog/` - `src/content/` - `_posts/` - `pages/blog/` - `articles/` - `src/pages/blog/` - Filter out non-blog files: README, CHANGELOG, LICENSE, config files, SKILL.md, package.json, node_modules - Report: "Found N blog files in [directories]" If no blog files are found in standard locations, search the entire project root for markdown files with blog-like frontmatter (title, date, description). ### Step 2: Parallel Analysis Spawn subagents via the Task tool for parallel processing across all discovered blog files: #### Content Quality Agent - Score each post on the 30-point content quality scale - Check paragraph length (target 40-80 words, hard limit 150) - Check se

What's inside
Steps it walks through
  1. Audit Process
  2. Step 1: Discover Blog Files
  3. Step 2: Parallel Analysis
  4. Step 3: Topic Cannibalization Detection
  5. Step 4: Orphan Page Detection
  6. Step 5: Stale Content Detection
  7. Step 6: Generate Site-Wide Report
  8. Step 7: Save Report
  9. Cross-reference
More from dev-gtm-claude-skills
All skills →
About this skill
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. Spawns parallel subagents for comprehensive analysis. 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 Infrasity-Labs/dev-gtm-claude-skills --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 Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 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.

Keep going