AIDE Issue
Overview
Create issues consistently with required labels so work is trackable and automation-friendly.
Workflow
Inputs
- •Title (required)
- •Body (required; include reproduction/acceptance criteria)
- •Issue Type (GitHub Issue Types):
feature|bug|technical-debt|chore|documentation|research|epic - •Priority:
critical|high|medium|low - •Area:
area:<name>(string) - •Status:
status:needs-spec|status:ready|status:in-progress - •Optional repo override (
owner/repo)
Actions
- •Build labels list:
priority:<x>, area:<y>, status:<z>(+Epicif epic) - •Run
gh issue createwith title/body/labels. - •Set GitHub Issue Type via
.aide/tools/set-issue-type.py --issue <num> --type <type>; fail if this step fails. - •Output the created issue URL.
Notes
- •If labels are missing or differ in a repo, ask for the correct labels before creating.