What problem does it solve?
This Skill prevents full-run outages caused by broken CI workflow structure and configuration drift, such as missing or conditional “Early checkout” ordering, duplicate YAML keys, or enabled skills missing their required SKILL.md files.
Core Features & Use Cases
- Checkout-ordering validation: Ensures the checkout step runs unconditionally and appears before any conditional steps in
.github/workflows/aeon.yml.
- Duplicate-key detection: Scans
aeon.yml for duplicate skill keys that can silently disable skills.
- Skill file integrity checks: Confirms every
enabled: true skill in aeon.yml has a corresponding skills/<name>/SKILL.md.
- Outage prevention workflow: Produces a CLEAN/ISSUES status and prepares a notification with findings when invariants fail.
Quick Start
Run the Config Validator to validate aeon.yml and .github/workflows/aeon.yml and notify you immediately if structural invariants that historically caused outages are broken.