blog-locale-audit

仓库创建 2026年7月1日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

适合国际化站点,自动定位最优修复优先级

▸ 风险提示

通常需要访问站点文件或目录,需授予读取权限

这个 Skill 做什么

扫描多语言博客目录,检测翻译覆盖、hreflang与元标签一致性并生成修复建议。

扫描多语言博客目录,做翻译覆盖率、hreflang 和元标签一致性检查,找出缺失或过时的语言版本并给出修复优先级。会生成翻译覆盖矩阵、标记陈旧翻译、校验 schema 和 hreflang 并输出可执行的修复命令。适合在做国际化站点质量把关或上线前做全面多语检查时使用。

▸ 展开 SKILL.md 英文原文

Audit a directory of multilingual blog content for completeness, consistency, hreflang correctness, meta-tag parity, and freshness. Builds a translation coverage matrix, flags stale translations, validates hreflang and schema, and emits a prioritized report with runnable fix commands. Use when user says "locale audit", "blog locale-audit", "check translations", "multilingual audit", "translation check", "hreflang check", "Uebersetzungen pruefen".

自动化集成多语言审计hreflang翻译覆盖Claude Code
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dxxx/Bot-OS/main/skills/claude-blog/skills/blog-locale-audit/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dxxx/Bot-OS/main/skills/claude-blog/skills/blog-locale-audit/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Blog Locale Audit, Multilingual Quality Control

Audits a directory of multilingual blog content to ensure every language
version is complete, consistent, correctly tagged, and SEO-optimized.
Catches international content issues before they hurt rankings.

> Adapted from `claude-blog-multilingual` by Chris Mueller (Pro Hub Challenge,
> March 2026). Original: https://github.com/Chriss54/multilingual-int

## Workflow

### Phase 1: Discovery

1. Scan the target directory. Group blog posts by language using:
   - Subdirectory names (`en/`, `de/`, `fr/`).
   - Frontmatter `lang` and `translatedFrom` fields.
   - `hreflang-map.json` if present.
2. Build a content matrix mapping which post exists
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有