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—that are easy to misconfigure or set up in the wrong order. This Skill generates complete, copyable configuration files for the entire stack so nothing is missed. ## Core Features & Use Cases - Conventional Commits Tooling: Generates commitlint config, commitizen setup, husky hooks, and lint-staged configuration with correct dependency ordering. - CI/CD Pipelines: Produces GitHub Actions workflows for validation, build, commit linting, and optional semantic-release automation. - Branch Strategy Guidance: Provides trunk-based and Gitflow branch models with concrete recommendations. - 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, a PR template, and a ci.yml workflow ready to commit. ## Quick Start Ask the assistant to set up conventional commits with husky, commitlint, and a GitHub Actions CI workflow for your Node.js project.