Skip to content

Add missing description fields to agents, instructions, and prompts to resolve workflow validation errors #86

@archubbuck

Description

@archubbuck

Title

Add missing description fields to agents, instructions, and prompts to resolve workflow validation errors

Description

Several asset files are failing validation in the Sync and Publish workflow because they do not include the required description field in their YAML frontmatter, leading to exclusion from publication and release. Examples include agent files, instructions, and prompts.

Steps to Reproduce:

  1. Run the Sync and Publish GitHub Actions workflow
  2. Observe validation output (example log)
  3. Notice errors, e.g.:

Expected Behavior:

All agent, instruction, and prompt files should contain a description field in their frontmatter, and workflow validation should pass.

Actual Behavior:

Files without a description field are excluded, and the workflow fails.

Environment:

Additional Context:

Example of a failing asset:

Code Reference:

Add to each asset frontmatter (top of file):

---
description: "Concise description of this agent/instruction/prompt."
---

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions