What problem does it solve?
It prevents an Aeon fork from running in a half-configured, broken, or degraded state by turning setup checks into a clear, operator-readable readiness report.
Core Features & Use Cases
- One-shot setup validation: Runs the onboard CLI checks for workflows, auth secrets, and notification routing and reports a pass/warn/fail checklist.
- Operator-ready fixes: For every gap, includes the exact command needed to repair setup, without auto-mutating the repo.
- Optional quiet self-audit: Supports a silent-on-pass mode so you only get notified when something breaks during scheduled runs.
- Use Case: After forking Aeon and setting secrets, you want a single notification that tells you whether the system is ready and exactly what to do next if anything is missing.
Quick Start
Run this skill by executing ./onboard --remote after you have set your secrets so you receive a single checklist in your configured notification channel.