fix: bump skill.json version to 2.6.2#382
Merged
mrgoonie merged 2 commits intoJun 24, 2026
Merged
Conversation
mrgoonie
approved these changes
Jun 24, 2026
mrgoonie
left a comment
Contributor
There was a problem hiding this comment.
Summary: This PR is a narrow metadata version bump so Claude plugin/package metadata matches the latest GitHub release v2.6.2. The diff is limited to the three version fields that currently remain at 2.5.0 on main.
Risk level: Low
Mandatory gates:
- Duplicate/prior implementation: clear — searched open/closed PRs and issues for
2.6.2,skill.json version, and the plugin update symptom; only this open PR targets the currentv2.6.2mismatch. Older issue #202 was the same class of problem for a previous release. - Project standards: passed — the PR updates plugin/marketplace/root metadata only and does not touch generated skill assets or source data.
- Strategic necessity: clear value — keeping
skill.json/ Claude plugin metadata aligned with the published release prevents plugin update flows from reporting the stale2.5.0version. - CI/checks: missing/not required — no status checks are reported, but the change is JSON-only metadata and was validated against the published
v2.6.2GitHub release.
Findings:
- Critical: none.
- Important: none.
- Suggestion: consider making the release automation added in #375 update these metadata version fields during the release process so future tags do not leave plugin metadata stale.
Verdict: APPROVE
Posted by /github-maintain at 2026-06-24T02:58:00Z
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
skill.jsonversion from2.5.0to2.6.2to match the latest GitHub releaseWhy
The latest release tag is
v2.6.2(released 2026-06-22), butskill.jsonstill declares version2.5.0. This causesclaude plugins updateto report "already at latest version (2.5.0)" even though a newer version exists — the Claude Code plugin system readsskill.jsonto determine the available version.Related release: https://github.com/nextlevelbuilder/ui-ux-pro-max-skill/releases/tag/v2.6.2