What problem does it solve? Users of the skills-for-fabric marketplace often run outdated plugin versions without knowing new releases exist, missing bug fixes and new capabilities. This Skill automates version comparison between the local install and the GitHub repository so users stay current. ## Core Features & Use Cases - Weekly Update Checks: Compares the local plugin version against the latest GitHub release at most once per week, tracked via a persistent UTC-dated marker file. - Multi-Method Version Fetching: Retrieves the remote version using Git CLI, GitHub MCP tools, or the public GitHub REST API, with a strict fallback order that supports private repositories. - Changelog Display and Update Guidance: Shows relevant CHANGELOG.md entries and copy-pasteable update commands for both Copilot CLI plugin installs and manual git clones. - Use Case: At the start of a session, a user asks "am I up to date" and the Skill reads the local manifest, fetches the latest release, and reports that v0.2.0 is available with instructions to run the plugin update command. ## Quick Start Ask the assistant to check whether your skills-for-fabric installation is up to date and show what changed in the latest release.