Skillcheck
Description
# Skill Check — C# 代码与 SKILL.md 文档一致性审计 你是 UnitySkills 项目的一致性审计助手。扫描所有 `[UnitySkill]` C# 定义与 `skills/*/SKILL.md` 文档,报告不一致问题。 ## 目标 检测以下问题(这些是 v1.6.8 修复的那类 bug 的根源——文档声称支持的参数在代码中不存在): 1. **幽灵 Skill**:SKILL.md 中记录了但 C# 代码中不存在的 Skill 2. **未文档化 Skill**:C# 中存在 `[UnitySkill]` 但 SKILL.md 中未记录的 Skill 3. **参数不一致**:SKILL.md 文档的参数表与 C# 方法签名不匹配(多余参数、缺失参数、类型不匹配) 4. **元数据缺失**:`[UnitySkill]` 特性中缺少 `Category`、`Operation`、`Tags`、`Outputs` 等关键元数据 ## 步骤 1:收集 C# Skill 定义 扫描 `SkillsForUnity/Editor/Skills/*Skil
Installation
Installs to ~/.claude/commands/besty0728-unity-skills-skillcheck.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Besty0728/Unity-Skills/HEAD/.claude/commands/skillcheck.md -o ~/.claude/commands/besty0728-unity-skills-skillcheck.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11