What problem does it solve?
It eliminates the guesswork and inconsistency of opening pull requests or merge requests by ensuring branch naming, checklists, templates, and creation steps follow the project’s conventions.
Core Features & Use Cases
- Platform-aware PR/MR workflow: Detects whether to use PR (GitHub/Azure DevOps) or MR (GitLab) and targets the configured default branch.
- Convention-first preparation: Enforces branch naming patterns and runs a self-review checklist for quality, security, privacy, and (when relevant) accessibility.
- Reliable rollout and guardrails: Requires a rollout and rollback plan, delegates required code review via the specified reviewer agent, and handles common creation failures (e.g., missing remote branch).
Quick Start
Ask the assistant to create a PR or MR for your current changes using your repository’s conventions, including the correct branch name, filled PR/MR template, checklist, and a rollout plan.