Skip to main content
Version: 0.8.0

AS-002 Missing Required Field: name

Summary

  • Rule ID: AS-002
  • Severity: HIGH
  • Category: Agent Skills
  • Normative Level: MUST
  • Verified On: 2026-02-04

Applicability

  • Tool: all
  • Version Range: unspecified
  • Spec Revision: 1.0

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.