概要
Automate the process of integrating feature branches into a project's main branch using a squash-and-merge strategy. This skill performs a deep analysis of all commits within a branch to generate a meaningful, project-compliant Conventional Commit message that captures the full scope of changes. Beyond merging, it handles the post-integration cleanup by deleting both local and remote feature branches, ensuring a tidy repository history and workspace while maintaining strict adherence to project standards and formatting conventions.