Skip to main content
Version: 0.9.0

AS-010 Missing Trigger Phrase

Summary

  • Rule ID: AS-010
  • Severity: MEDIUM
  • Category: Agent Skills
  • Normative Level: SHOULD
  • 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.