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.md
source content

When asked to update changelogs, follow these steps:

  1. Read the instructions in
    docs/contributing/updating-changelogs.md
    and follow them to the letter.
  2. Commit the changes to the current branch with the commit message "docs: Update changelogs" before creating the PR.
  3. Return the commit hash and the commit message.