CC-SK-001: Invalid Model Value - Claude Skills
Summary
- Rule ID:
CC-SK-001 - Severity:
HIGH - Category:
Claude Skills - Normative Level:
MUST - Auto-Fix:
Yes (unsafe) - Verified On:
2026-02-04
Applicability
- Tool:
claude-code - Version Range:
unspecified - Spec Revision:
unspecified
Evidence Sources
Test Coverage Metadata
- Unit tests:
true - Fixture tests:
true - E2E tests:
false
Examples
The following examples demonstrate what triggers this rule and how to fix it.
Invalid
---
name: fast-review
description: Use when doing quick code reviews
model: gpt-4
---
Review the code for obvious issues.
Valid
---
name: fast-review
description: Use when doing quick code reviews
model: haiku
---
Review the code for obvious issues.