CtrlK
BlogDocsLog inGet started
Tessl Logo

push

Pushes the current branch to the remote repository.

67

1.22x
Quality

52%

Does it follow best practices?

Impact

93%

1.22x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./.claude/skills/push/SKILL.md
SKILL.md
Quality
Evals
Security

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
Repository
MetaMask/ocap-kernel
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.