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 , , in common blog directories - Common paths to check: - - - - - - - - - Filter out non-blog files: README, CHANGELOG, LICENSE, config files, SKILL.md, package.json, node modules - Repor…