What problem does it solve?
This Skill removes guesswork from working with local version control and remote repository platforms by enforcing the correct tools and rules for each environment.
Core Features & Use Cases
- Tool Selection by Environment: Reads CVS_TOOL to determine which local VCS client and which remote platform tools must be used.
- Cross-Platform Repository Operations: Supports GitHub, GitLab, and Forgejo workflows for branches, commits, pushes, issues, pull requests, and comments.
- Issue Tracking Discipline: Applies the issue-tracking mode and explicitly prevents label usage so repository workflows stay consistent.
- Use Case: When a project uses git locally and GitHub remotely, this Skill ensures the assistant uses git for local changes and the correct GitHub tools for remote actions.
Quick Start
Ask the assistant to follow the CVS mode rules, read CVS_TOOL, and carry out your repository task using the required local and remote tools.