What problem does it solve?
It helps you reliably create a Pull Request for code changes by enforcing branch, commit, labeling, and template requirements so your contribution is accepted smoothly.
Core Features & Use Cases
- Analyze changes against repository rules: checks repo status, enumerates commits, and verifies they follow the Lexis conventions before you proceed.
- Prepare a standards-compliant branch: ensures your branch name matches the required
{type}/{issue-number}-{slug} format and that the related issue is complete.
- Create the PR with correct metadata: composes the PR title and body from the proper template, creates the PR via GitHub MCP (or falls back to
gh), then mirrors issue labels and applies PR-specific labels when needed.
Quick Start
Ask the AI to help you create a PR for your current changes by verifying your commits follow the Lexis, preparing a valid {type}/{issue-number}-{slug} branch, pushing it to the remote, generating the PR body from the repository template, and creating the PR targeting main with the correct labels.