| name | skills-audit |
| description | Audit all custom skills in a repo for quality, structure, and Anthropic best practices. Checks frontmatter, descriptions, content organization, and argument handling. Complements single-skill scoring reviews by scanning every skill at once and tiering them (GOOD/MIGRATE/IMPROVE/SPLIT). |
| disable-model-invocation | true |
| allowed-tools | Glob Grep Read |
| argument-hint | [skill-name or blank for all] |
Skill Quality Audit
対象: $ARGUMENTS (省略時は全スキルを監査)
Anthropic公式ベストプラクティス基準
1. ファイル形式チェック
2. フロントマター品質
3. コンテンツ品質
4. コンテキスト効率
監査手順
.claude/skills/*/SKILL.md と .claude/commands/*.md を全検出
- 各ファイルのフロントマターとコンテンツを読み込み
- 上記基準で4段階評価:
- GOOD: ベストプラクティス準拠
- MIGRATE: 旧形式→新形式への移行が必要
- IMPROVE: 品質改善が必要(description不明確、フロントマター不足、固有名詞混入等)
- SPLIT: 責務過多で分割が必要
- 具体的な修正提案を出力
出力形式
| スキル名 | 形式 | description | frontmatter | 行数 | 判定 | 改善点 |
|---|