Skip to main content
Version: 0.10.4

CC-SK-013: Fork Context Without Actionable Instructions

Summary

  • Rule ID: CC-SK-013
  • Severity: MEDIUM
  • Category: Claude Skills
  • Normative Level: SHOULD
  • Auto-Fix: No
  • Verified On: 2026-02-07

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: analyze-code
description: Use when analyzing code quality
context: fork
agent: general-purpose
---
This is some informational text without any actionable verbs.

Valid

---
name: analyze-code
description: Use when analyzing code quality
context: fork
agent: general-purpose
---
Run static analysis on the codebase and report findings.