What problem does it solve? Setting up a consistent Git workflow involves many interdependent pieces — commit message linting, pre-commit hooks, PR templates, CI pipelines, and semantic release — with specific dependency ordering and hook setup steps that are easy to get wrong. This Skill generates all of these as complete, copyable configuration files. ## Core Features & Use Cases - Conventional Commits Setup: Generates commitlint, commitizen, husky, and lint-staged configurations with correct hook wiring. - CI/CD Pipelines: Produces GitHub Actions workflows for validation, build, commit linting, and semantic release. - Branch Strategy & Templates: Provides trunk-based or Gitflow branch strategies plus a structured GitHub PR template. - Use Case: A developer starting a new Next.js monorepo asks to set up conventional commits and CI; the Skill outputs commitlint.config.ts, .husky hooks, lint-staged config, ci.yml, and a PR template ready to commit. ## Quick Start Ask the AI to set up conventional commits with husky, commitlint, and a GitHub Actions CI pipeline for your Node.js project.