blog-audit
仓库创建 2026年7月1日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
适用于内容团队定期漏洞发现与重写排期。
▸ 风险提示
可能并行调用子 agent,运行时资源消耗较高。
这个 Skill 做什么
对整个博客站点进行健康评估并生成优先修复清单。
对整个博客站做一次体检:找出孤立页面、主题互相内耗、过时内容和每篇文章的质量得分,并生成一个按优先级排序的修复清单。会并发启动子任务加速扫描,给出每篇的整改建议和执行顺序。适合站点重整、上线前或定期维护时用,能把大量问题变成可执行的待办列表。
▸ 展开 SKILL.md 英文原文
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".
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dxxx/Bot-OS/main/skills/claude-blog/skills/blog-audit/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dxxx/Bot-OS/main/skills/claude-blog/skills/blog-audit/SKILL.md"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 fil
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有