What problem does it solve?
Synchronizes and reconciles repository issue and PR/MR templates between GitHub and GitLab so teams do not need to manually convert formats, rename files, or hunt down inconsistent terminology across platforms.
Core Features & Use Cases
- Inventory templates in
.github/ and .gitlab/ and report missing or orphaned files.
- Apply platform-specific transformations such as removing or adding YAML frontmatter, mapping directory names and casing, and replacing PR/MR terminology.
- Validate post-sync consistency by checking template bodies, frontmatter presence, and residual terminology.
- Use cases: initialize GitLab templates from an existing GitHub set, keep both template directories consistent after edits, and audit repositories for template drift.
Quick Start
Ask the agent to "Sync my .github templates to .gitlab and apply the skill's platform transformation rules."