What problem does it solve?
Manually writing PR/MR descriptions and coordinating their submission across GitHub and GitLab is error-prone and time-consuming. This skill automates description generation and applies changes to PRs/MRs with platform-specific tooling, improving consistency and speed while enforcing safe workflow checks.
Core Features & Use Cases
- Generate clear PR/MR descriptions from code changes and metadata.
- Detect target platform (GitHub via gh or GitLab via glab) and submit accordingly.
- Enforce git-workflow safety rails, validate authentication, and guide error handling during PR/MR creation.
Quick Start
Provide a target repository and branch, and Arc will generate a PR/MR description and submit it via gh or glab.