Rewrite git commit sequence to create a clean, readable branch
Rewrite a messy git branch into clean, logical commits. Use this after completing work to organize your changes before creating a pull request.
/plugin marketplace add dherman/claude-plugins/plugin install historian@dhermanchangeset-descriptionThis command delegates to the "Rewriting Git Commits" skill to rewrite git commit sequences.
Simply invoke the skill with the changeset description:
Skill(command: "historian:rewriting-git-commits")
Pass the user's arguments ($ARGUMENTS) as the prompt to the skill.
The skill coordinates the rewrite process:
/tmp/historian-{timestamp}/Both agents use AskUserQuestion directly when they need user input.
See skills/rewriting-git-commits/SKILL.md for details.
User: /narrate Add user authentication with OAuth support
Command: Invokes historian:rewriting-git-commits skill with that prompt
Skill: Coordinates the entire rewrite process