What problem does it solve? Teams waste time on inconsistent commit messages, unprotected branches, and manual release processes. This Skill provides ready-to-use conventions and configurations for Git workflows, CI/CD pipelines, and automated releases. ## Core Features & Use Cases - Git Conventions: Trunk-based branching strategy, Conventional Commits specification, and PR templates with size guidelines. - CI/CD Pipelines: Complete GitHub Actions workflows for typecheck, lint, test, and build jobs, plus Turborepo pipeline configuration for monorepos. - Release Automation: Semantic release with release-please, version bump scripts, Husky git hooks with commitlint, and Dependabot configuration. - Use Case: When bootstrapping a new repository, use this Skill to set up branch protection rules, a CI workflow that runs typecheck/lint/test/build on every PR, and automated changelog generation from conventional commits. ## Quick Start Set up a GitHub Actions CI pipeline with conventional commits and automated releases for my repository.