What problem does it solve?
Git conventions using conventional commits for all repositories. Enforces commit format, branch hygiene, stale branch detection, attribution rules, and PR workflow. Use for all git formatting - ticket-prefix overrides are handled by the dev-workflow skill.
Core Features & Use Cases
- Conventional commit format enforcement across repositories to improve history readability and automation compatibility.
- Branch hygiene and naming conventions to prevent mainline contamination and to support automation (e.g., CI/CD triggers).
- Stale branch detection to prevent abandoned work from slipping into production and to maintain clean PRs.
- Attribution rules and PR workflow guidance to ensure proper authorship and structured reviews.
- Use Case: Apply these conventions in a multi-repo environment to standardize how features are developed, documented, and merged.
Quick Start
Configure your repository to enforce conventional commits, branch hygiene, and PR workflows as described.