chore: refresh skills-lock.json hashes after skills install - #1207
Open
PsiACE wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates skills-lock.json to keep the lockfile in sync with the hashes produced by npx skills experimental_install, ensuring pinned agent skill installs remain reproducible and idempotent.
Changes:
- Updated
computedHashfor thehumanizerskill to match the freshly installed content. - Updated
computedHashfor thekill-ai-slopskill to match the freshly installed content.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Member
Author
|
Verification summary:
|
frostming
approved these changes
Aug 11, 2026
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.
Which issue or RFC does this PR close?
N/A — routine maintenance following
make skills-install.Rationale for this change
npx skills experimental_installrecomputed the content hashes for two pinned skills (humanizer,kill-ai-slop) while installing them into.agents/skills/. The lock file should reflect the hashes of the skill content actually installed so future installs are reproducible and idempotent.What changes are included in this PR?
computedHashforhumanizerandkill-ai-slopinskills-lock.jsonto match the freshly installed skill content.Are there any user-facing changes?
No.
How was this change tested?
npx skills experimental_installcompleted: all 5 pinned skills installed under.agents/skills/.npx skills verify(or equivalent) reported OK for all 5 skills.git statusclean after commit;.agents/skills/is gitignored and restored from the lock file.AI usage statement
Used GitHub Copilot/Codex-style agent assistance to run the install command, verify results, and prepare this PR description.