원클릭으로
skill-health
Audit the skill collection for redundancy, validate frontmatter, and ensure library.json stays synced with actual SKILL.md files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Audit the skill collection for redundancy, validate frontmatter, and ensure library.json stays synced with actual SKILL.md files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | skill-health |
| description | Audit the skill collection for redundancy, validate frontmatter, and ensure library.json stays synced with actual SKILL.md files. |
Audit the Claude Code skill collection for quality, consistency, and synchronization.
library.json reflects actual skill filesScan for skills that:
library.jsonReport findings grouped by:
For each SKILL.md, verify frontmatter contains:
name: Required, matches directory namedescription: Required, one-line summaryscope: Typically global for this collectionFlag missing or malformed frontmatter.
Compare library.json entries against actual skill directories:
library.json entrylibrary.json entries for skills that don't existlibrary.json content field differs from actual SKILL.mdFlag skills containing:
/Applications/..., /Users/...)Suggest templating or documenting per-user configuration.
## Skill Health Report
### Redundancy
- [SKILL_NAME]: superseded by [NEW_SKILL] — recommend removal
- [SKILL_A] + [SKILL_B]: overlapping functionality — consider merging
### Frontmatter Issues
- [SKILL_NAME]: missing `description` field
### Sync Issues
- [SKILL_NAME]: registered but directory missing
- [SKILL_NAME]: content mismatch (library.json outdated)
### Hardcoded Paths
- [SKILL_NAME]: contains `/Applications/Xcode-...` path
### Summary
- Total skills: N
- Issues found: N
- Recommended actions: [list]
After audit, offer to:
library.jsonlibrary.json to sync with actual filesInvoke with /skill-health to run the audit.
Use when designing, reviewing, or refactoring code architecture and engineering structure, especially when logic is leaking into the wrong layer, UI components contain business rules, orchestration services do data parsing, one bug hints at a reusable abstraction, or a feature needs clear boundaries between data source, transformation, state management, extension points, and rendering. Use for separation of concerns, layered design, parser/adapter/pipeline decisions, reusable contracts, and preventing narrow fixes from becoming hardcoded architecture.
智能分析工作区变更,自动生成符合 Conventional Commits 规范的精炼提交信息并执行提交。
Review staged, unstaged, and untracked local code changes in the current project. Use when the user asks to review uncommitted changes, check the working tree, inspect local diffs, or perform a pre-commit code review.
Generate or update Ninebot iOS VApp native methods and services. Use when adding a Swift VApp API, creating a VApp-backed pod under ios/Modules, exposing native methods through NBVAppManager/NBUnifiedAPIRegistry, wiring registrations in RootVCService+vapp.swift, or converting RN/callnative methods to the VApp service pattern.
Git commit workflow with conventional format and comprehensive summaries
Harlan 的通用架构设计哲学 — 指导 AI 在任何架构任务中遵循 Harlan 的设计偏好、决策风格和输出格式。适用于系统设计、重构、模块拆分、API 设计等所有架构级别的任务。