AS-010: Missing Trigger Phrase - Agent Skills
Summary
- Rule ID:
AS-010 - Severity:
MEDIUM - Category:
Agent Skills - Normative Level:
SHOULD - Auto-Fix:
Yes (unsafe) - Verified On:
2026-02-09
Applicability
- Tool:
claude-code - Version Range:
unspecified - Spec Revision:
unspecified
Evidence Sources
- https://github.com/anthropics/claude-code/tree/main/.claude/commands
- https://platform.claude.com/docs
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: gen-docs
description: Generates API documentation from source
---
Run typedoc on the project.
Valid
---
name: gen-docs
description: Use when generating API documentation from source
---
Run typedoc on the project.