Skip to content

v1.5.0 — OmniCreate: Automated MR Creation

Choose a tag to compare

@nexiouscaliver nexiouscaliver released this 31 Mar 19:33
· 143 commits to main since this release

What's New

omnicreate — a new skill that automates GitLab merge request creation.

New Skill: /omnicreate

  • Auto-populates MR title from first commit message
  • Auto-populates description from all commit messages (including bodies)
  • Pushes branch if needed
  • Supports draft MRs, labels, assignees, reviewers, and more
/omnicreate                              # Create MR from current branch
/omnicreate --draft -l bug,needs-review  # Draft MR with labels
/omnicreate -i 42 --copy-issue-labels    # MR for a specific issue
/omnicreate -b staging -a john           # Target staging, assign to john

New MCP Tool

  • create_gitlab_mr — safe MR creation via MCP server with input validation and structured response

Stats

  • 13 MCP tools (was 12)
  • 116 tests (was 99)
  • 3 skills: omnireview, omnifix, omnicreate

Full Changelog: v1.4.0...v1.5.0