What problem does it solve? Keeping a project's OMNIGRID machinery current requires manually running sync commands and digging through changelogs to understand what changed. This Skill wraps the sync command and presents a plain-language brief of every change since the last sync, with no terminal expertise required. ## Core Features & Use Cases - One-command update: Runs omnigrid update-omnigrid, which invokes the real sync --update under the hood without reimplementing sync logic. - Changelog delta reporting: Reads CHANGELOG.md from the distribution remote at the new tag and prints every version section between the old and new pinned versions, including skipped intermediate releases. - Clear status handling: Distinguishes updated, already-up-to-date, no-changelog, sync-failed, and not-onboarded states so the user always knows exactly what happened. - Use Case: A solo builder returns to a project after two weeks, runs the update, and immediately sees that the project moved from v0.8 to v0.11 along with the changelog entries for v0.9, v0.10, and v0.11 in one read. ## Quick Start Ask the assistant to update this project's OMNIGRID installation to the latest release and show what changed since the last sync.