What problem does it solve?
This Skill automates the setup of a robust Git repository and essential CI/CD workflows, ensuring your project starts with best practices for version control, automated testing, and release management.
Core Features & Use Cases
- Git Initialization: Safely initializes a Git repository, checks for existing configurations, and sets up the main branch.
- CI/CD Setup: Configures GitHub Actions for continuous integration and optional semantic-release for automated versioning and publishing.
- Conventional Commits: Enforces commit message standards using commitlint and Git hooks to maintain a clean and understandable commit history.
- Use Case: When starting a new open-source project, use this Skill to automatically set up GitHub Actions for testing on every push, configure semantic-release to handle version bumps, and ensure all commits follow the conventional commit format.
Quick Start
Initialize a new Git repository with GitHub Actions and conventional commits enabled.