概要
This skill streamlines the GitFlow workflow by handling the complex steps required to safely close a feature branch. It automatically normalizes branch names, ensures the working tree is clean, runs necessary test suites, and updates the project's CHANGELOG.md following 'Keep a Changelog' standards. Once validated, it merges the code into the integration branch—typically develop—using standard merge practices and performs cleanup of local and remote branches, ensuring a consistent and error-free development process for teams using GitFlow.