docs-check

仓库创建 2026年2月12日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由

发布前自动化检查,降低回归风险并发现新特性。

▸ 风险提示

会远程抓取官方文档并需访问仓库元数据,涉及网络/权限调用。

这个 Skill 做什么

验证插件与最新 Claude Code 文档的兼容性,发现断裂与弃用项。

在发布前或例行维护时检验插件与最新 Claude Code 文档的兼容性,能抓到断裂、弃用项和新特性。适合插件贡献者运行,能提前暴露 breaking changes,避免上线后遇到不可预期的不兼容。注意这是贡献者工具,不随插件一起分发。

▸ 展开 SKILL.md 英文原文

CONTRIBUTOR TOOL - Validate plugin against latest Claude Code documentation. Catches breaking changes, deprecations, discovers new features. Run before releases or periodically. NOT part of the distributed plugin.

Skill 开发管理文档校验兼容性发布前置Claude Code
505
Stars
34
Forks
40
仓库内 Skill
+35
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/.claude/skills/docs-check/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/.claude/skills/docs-check/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Plugin Documentation Compatibility Check

Validates plugin agents, skills, hooks, and config against the latest
Claude Code documentation to catch breaking changes and discover new features.

## Usage

```text
/docs-check                    # Full validation (all components)
/docs-check --quick            # Structural checks only (no docs fetch, no tokens)
/docs-check --focus=agents     # Validate only agents
/docs-check --focus=skills     # Validate only skills
/docs-check --focus=hooks      # Validate only hooks
/docs-check --focus=config     # Validate only plugin.json/marketplace.json
```

## Architecture (OTP Supervision Pattern)

```text
┌─────────────────────────────────────────────
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有