Ocap-kernel push

Pushes the current branch to the remote repository.

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/push" ~/.claude/skills/metamask-ocap-kernel-push && rm -rf "$T"
manifest: .claude/skills/push/SKILL.md
source content

When asked to push code, follow these steps:

  1. Run

    git status
    to verify there are commits to push.

  2. Push to the remote repository:

    • Run
      git push
      to push the commits
    • If the branch has no upstream, use
      git push -u origin <branch-name>
  3. Report the results including:

    • The branch name
    • The push status