CC-SK-004: Agent Without Context - Claude Skills
Summary
- Rule ID:
CC-SK-004 - 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: explore-code
description: Use when exploring the codebase
agent: Explore
---
Explore the codebase structure.
Valid
---
name: explore-code
description: Use when exploring the codebase
context: fork
agent: Explore
---
Explore the codebase structure.