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-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 are illustrative snippets for this rule category.
Invalid
---
description: Deploys production changes
---
# deploy
Use the skill now.
Valid
---
name: deploy-prod
description: Deploy production with explicit checks
---
# deploy-prod
Run rollout checks before deployment.