Frontmatter (YAML config)
---
on:
issues:
types: [opened]
permissions: read-all
tools:
github:
toolsets: [issues, labels]
safe-outputs:
add-comment:
add-labels:
allowed: [bug, feature, question]
---
Body (natural language instructions)
# Issue Triage Agent
Analyze new issues and categorize
them with the appropriate label.
Skip issues that:
- Already have labels
- Have been assigned to a user
After adding a label, comment
mentioning the author with your
reasoning.
The AI agent reads and executes
these instructions at runtime