What problem does it solve?
It helps contributors consistently create a correct pull request by validating commit history, using a proper branch workflow, and filling the repository PR template so changes are reviewable and traceable.
Core Features & Use Cases
- Conventional and Lexis compliance: checks that commits match the required Lexis conventions before proposing a PR.
- Branch-safe PR flow: ensures the PR is created from a non-main branch and follows a name convention inferred from commit scope.
- Template-driven PR creation via MCP: reads the PR template (when present), composes an English Conventional Commits title, and creates the PR using MCP with the correct target branch.
Use Case: You made a set of commits on a feature/fix/docs change and want an MCP-assisted workflow that verifies the commit standards, pushes your branch, and opens a properly formatted PR against main.
Quick Start
Ask an AI to run the kata-contribute workflow to create your pull request in the origin repository via MCP using your current commits.