clean-copy
CommunityRewrite history with clean, narrative commits.
Authorbdsqqq
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill replays the current branch onto a new branch with a clean, narrative commit history that is easy to review and merge.
Core Features & Use Cases
- Branch isolation: Create a dedicated branch to rework commits, without touching the original history.
- Narrative commits: Break changes into logical, well-described commits.
- PR-ready: Produce a clean history suitable for a PR against main.
Quick Start
- Determine the target new branch name (default:
<source>-clean). - Validate working tree is clean and up-to-date with main.
- Create branch: git checkout -b <new-branch> main
- Replay changes as logical commits
- Push and open PR against main
Dependency Matrix
Required Modules
None requiredComponents
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: clean-copy Download link: https://github.com/bdsqqq/dots/archive/main.zip#clean-copy Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.