Curating Jujutsu Commits

Community

Organize commits for pristine code history.

Authoredmundmiller
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill streamlines the process of organizing and refining your commit history, making code reviews easier and ensuring a clean, logical progression of changes without manual tedium.

Core Features & Use Cases

  • Intelligent Commit Splitting: Automatically identifies and suggests splitting commits that mix unrelated concerns (e.g., tests and code), promoting atomic changes.
  • Automated Commit Squashing: Detects and helps combine "WIP" or "fixup" commits into logical, coherent units, cleaning up your history.
  • Use Case: Before submitting a pull request, use this Skill to automatically identify and suggest how to split a large commit that contains both feature work and documentation updates, ensuring each part can be reviewed independently and efficiently.

Quick Start

Help me curate my current Jujutsu commits. I have some WIP commits and mixed changes.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Curating Jujutsu Commits
Download link: https://github.com/edmundmiller/dotfiles/archive/main.zip#curating-jujutsu-commits

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository