What problem does it solve? Teams often lack consistent git practices, leading to messy commit histories, unprotected branches, and manual changelog work. This Skill standardizes branching strategies, PR processes, and release automation across a repository. ## Core Features & Use Cases - Branching Strategy Setup: Detects the current workflow and configures GitHub Flow, Git Flow, or trunk-based development based on team needs. - PR Automation: Generates PR templates, commit message conventions (conventional commits), and GitHub Actions for lint, test, and typecheck on every PR. - Changelog & Release Automation: Generates changelogs from conventional commits grouped by type with links to commits and PRs. - Use Case: A team adopting GitHub Flow can use this Skill to generate a PR template, commitlint config, branch protection rules, and PR check workflows in one pass. ## Quick Start Set up a GitHub Flow workflow with a PR template, conventional commit enforcement, and automated PR checks for my repository.