What problem does it solve? After forking the Aeon agent repo, operators have no quick way to confirm that secrets, workflows, and notification channels are correctly configured. This Skill runs the full setup validation and delivers a pass/warn/fail checklist with exact fix commands to Telegram, Discord, Slack, or Email. ## Core Features & Use Cases - One-shot setup validation: Runs the ./onboard CLI, parses its JSON output, and converts every failing check into a notification containing the exact command that fixes it. - Silent scheduled audits: Supports a --silent-on-pass mode for nightly cron runs so operators are only notified when something breaks, such as a rotated secret or dead webhook. - Trend tracking and logging: Appends each run's verdict to memory/logs/ and memory/topics/onboard-history.md so setup drift can be spotted over time. - Use Case: You just forked Aeon and set your secrets. Trigger the workflow and receive a single message telling you whether the agent will run on its next cron tick, plus the exact gh secret set commands for anything missing. ## Quick Start Run the onboard skill to validate my Aeon fork setup and send the checklist to my configured notification channel.