rr-gitops

Manage Git and GitHub workflows with conventional commits and the gh CLI.

54|9|Updated Aug 13, 2025
One-click install
npx skills add https://github.com/roderik/ai-rules --skill rr-gitops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rr-gitops
Source: https://github.com/roderik/ai-rules/tree/main/.claude/skills/rr-gitops
Command: npx skills add https://github.com/roderik/ai-rules --skill rr-gitops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, and includes references (resource) components.

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.