LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

jj - Git-compatible version control using Jujutsu

Provides Git-compatible version control operations for repositories managed by Jujutsu (jj).

Tags

Updated: 2026-09-18

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Check working copy status
  • Describe and commit changes
  • Squash and rebase commits
  • Manage and update bookmarks
  • Push and fetch remote commits
  • Undo and restore past operations
  • Resolve file conflicts

Inputs

  • Jujutsu repository directory (.jj/)
  • Change messages and change IDs
  • Revset expressions and bookmark names

Outputs

  • Updated repository commit history
  • Modified working copy files
  • Updated remote bookmarks and branches
  • Recorded operation log entries

Requirements

  • Jujutsu CLI tool (jj 0.36+)
  • Repository containing .jj/ directory

Source

  • Spec: SKILL.md
vcs
git
jujutsu
jj
version-control
Check working copy status
Describe and commit changes
Squash and rebase commits
Manage and update bookmarks
Jujutsu repository directory (.jj/)
Change messages and change IDs
Revset expressions and bookmark names
Updated repository commit history
Modified working copy files
Updated remote bookmarks and branches