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".
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.
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 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
- Audit Process
- Step 1: Discover Blog Files
- Step 2: Parallel Analysis
- 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
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.
