Ocap-kernel update-changelogs
Updates changelogs for all packages with consumer-facing changes.
install
source · Clone the upstream repo
git clone https://github.com/MetaMask/ocap-kernel
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/MetaMask/ocap-kernel "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/update-changelogs" ~/.claude/skills/metamask-ocap-kernel-update-changelogs && rm -rf "$T"
manifest:
.claude/skills/update-changelogs/SKILL.mdsource content
When asked to update changelogs, follow these steps:
- Read the instructions in
and follow them to the letter.docs/contributing/updating-changelogs.md - Commit the changes to the current branch with the commit message "docs: Update changelogs" before creating the PR.
- Return the commit hash and the commit message.