Check ai onboard updates
Checks a managed AI_ONBOARD installation for package updates, fixes, and security releases, reports drift separately from available releases, and offers a safe preview before applying an upgrade. Use when the user asks whether AI_ONBOARD is current, invokes the update-check workflow, or wants to review and apply an available bundle update.From its SKILL.md
npx -y skills add K95M65/AI_ONBOARD --skill check-ai-onboard-updatesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.7 KB, 315 tokens by cl100k_base, as published. Nobody here has run it
Check AI_ONBOARD updates
Run this workflow only in a project containing ai-onboard.json and
.ai-onboard.lock.json.
-
Check installation health without changing the project:
python3 .ai-onboard/bin/ai_onboard.py doctor -
Query the configured update channel and cache the result:
python3 .ai-onboard/bin/ai_onboard.py upgrade --check --cache --json -
Parse the JSON and report:
- current and latest versions;
- whether an update is available;
- release classification (
security,fix,feature, ormaintenance); - the release summary and notes link; and
- any separate local drift or unresolved conflicts reported by
doctor.
-
If no update exists, stop after reporting the check time and current version.
-
If an update exists, show the user a non-mutating preview:
python3 .ai-onboard/bin/ai_onboard.py upgrade --dry-run -
Apply the upgrade only when the user asks to proceed:
python3 .ai-onboard/bin/ai_onboard.py upgrade python3 .ai-onboard/bin/ai_onboard.py doctor
Never treat package availability as permission to overwrite conflicts, change profiles, or purge user-owned content. Preserve the manager's distinction between an upstream release, local drift, and staged conflicts.
What ships with it: 1 file
305 B alongside SKILL.md
agents/
- openai.yaml305 B