Commit History Authoring

Rewrite the current branch's branch-span Git commit messages into an informative narrative while preserving patches and commit boundaries. Use when the user wants WIP/vague commits re-authored, branch history clarified from its nearest parent branch, or an active arch plan called out in commit bodies before sharing. Safety-first: infer the parent/base, allow the current branch's own remote ref, block unrelated shared refs, create a backup branch, never push/force-push, and do not squash/split/reorder unless explicitly asked for a separate history-editing flow. Not for PR bodies, changelogs, release notes, code review, or rewriting parent/shared history.

aelaguiz Updated

File contents

aelaguiz/arch_skill/tree/main/skills/commit-history-authoring commit d56f9920f0

Frequently asked questions

npx skillmds@latest add aelaguiz/commit-history-authoring