chore(deps): update pre-commit hook netresearch/skill-repo-skill to v2.2.0 - #341
Merged
github-actions[bot] merged 1 commit intoSep 20, 2026
Merged
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
|
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.



This PR contains the following updates:
v2.1.5→v2.2.0Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
netresearch/skill-repo-skill (netresearch/skill-repo-skill)
v2.2.0Compare Source
Every archive this release publishes — and every archive the reusable release workflow produces for the repositories that call it — now unpacks into one top-level folder named after the skill, instead of spilling its contents at the archive root.
Archive layout
skill-repo-skill-v2.2.0.zipand its three siblings each contain a singleskill-repo/entry. Two consumers were broken by the old flat shape: the OpenAI skills API takes "a .zip that contains a single top-level folder" and refused a flat archive with a bare Invalid skill, reported by @CybotTM in netresearch/german-technical-writing-skill#2; and every repository's README says to extract the archive into the agent's skills directory, which with a flat archive droppedSKILL.mdandreferences/straight into~/.claude/skills/.This is the reason for a minor rather than a patch version: what a consumer unpacks changes shape.
A consuming repository gets the fixed layout with its own next release — the workflow is resolved at run time, and archives already published keep the shape they were built with.
tests/release-archive-layout.shextracts the packaging step out of the workflow and runs it against a fixture, so the property is checked rather than remembered.Also in this release
installation-methods.mdnow names the correct extraction destination for the new layout, and the layout test asserts the plugin manifest's position as well. The architecture document gained the row for the second model. Dependency updates:softprops/action-gh-releaseto v3.0.3, themarkdownlint-cli2pre-commit hook to v0.23.3, and the repository's own pre-commit hook to v2.1.5.Verify
Checksums are in
SHA256SUMS.txt, with a Sigstore bundle beside it.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.