About
This skill streamlines the Git development cycle by automating the process of merging completed tasks back into base branches like main or develop while operating directly within a Git worktree. It enables developers to fast-forward the base branch without checking it out, automatically squashes multiple commits into a single clean entry with co-author attribution, and performs essential post-merge cleanup. By ensuring a linear history and removing used worktrees and branches, it maintains repository health and developer focus without the overhead of manual context switching.