What problem does it solve?
This Skill provides expert guidance for managing Git and GitHub workflows, enforcing conventional commits, atomic changes, and leveraging the gh CLI to maintain a clean history and professional development practices.
Core Features & Use Cases
- Conventional Commits: Structure your commit messages for clarity, automation, and changelog generation.
- Atomic Commits & Safe Practices: Learn to create small, focused commits and use safe Git commands to prevent data loss.
- GitHub CLI Integration: Perform all GitHub operations (PRs, issues, CI monitoring) directly from your terminal.
- Use Case: When preparing a feature branch for a pull request, use this skill to ensure all commits follow conventional commit standards, squash unnecessary commits, and create a well-formatted PR description using the
gh CLI.
Quick Start
Use the rr-gitops skill to create a new feature branch and make an atomic commit following conventional commit guidelines.