What problem does it solve?
This Skill removes the guesswork from Git-based collaboration by standardizing how branches, commits, pull requests, and conflict resolution should work in rcode projects.
Core Features & Use Cases
- Branching Strategy: Creates feature, fix, and docs branches from the latest main branch with consistent naming rules.
- Commit and PR Discipline: Uses Conventional Commits, requires issue-closing footers, and keeps pull request titles and bodies aligned with the tracked work.
- Conflict Handling: Guides careful merge conflict resolution, testing after merges, and safe follow-up commits without rewriting shared history.
- Use Case: When a developer starts a new issue, this Skill helps them branch correctly, commit in small steps, open the right PR, and merge without breaking repository policy.
Quick Start
Ask the assistant to prepare a compliant rcode Git workflow for your issue, including the branch name, commit plan, pull request text, and merge-safe next steps.