create-mr

Create a merge request for the current feature branch targeting the default branch.

1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/daddia/space --skill create-mr-daddia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-mr
Source: https://github.com/daddia/space/tree/main/.agents/skills/create-mr
Command: npx skills add https://github.com/daddia/space --skill create-mr-daddia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of a merge request or pull request for a completed feature branch, reducing manual steps and ensuring consistent MR metadata.

Core Features & Use Cases

  • Auto-create MR/PR after implementation with title, description, labels, and reviewer suggestions derived from the diff and any linked story.
  • Enforces correct usage: do not use before implementation is complete; do not use for code review.
  • Use Case: when a feature is implemented and ready for review, run the skill to open a MR targeting the default branch and link the associated story.

Quick Start

Create a merge request for the current feature branch after you finish implementing changes.

Frequently Asked Questions about create-mr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically open a merge request after finishing a feature branch?

To automatically open a merge request after finishing a feature branch, use this skill to derive the MR title, description, labels, and reviewer suggestions from the diff and linked story. It targets the default branch and outputs a ready-to-submit MR.

What is the best way to generate pull request descriptions from a git diff?

Generating pull request descriptions from a git diff is done by reading repository state and story references to ensure compliance with project guidelines. This skill outputs a ready-to-submit MR title, labels, and reviewers derived directly from the implementation changes.

Can I use this to automate code review for my feature branch?

No, you cannot use this to automate code review for your feature branch. The skill explicitly enforces correct usage by blocking execution before implementation is complete and prohibiting its use for performing the actual code review process itself.

When should I not use an automated merge request creation tool?

You should not use an automated merge request creation tool before your feature implementation is complete or to execute code review. It is designed strictly for the phase after code review passes, targeting the default branch with the finalized diff.

Does automated MR creation work with linked project stories?

Yes, automated MR creation works with linked project stories. The tool reads repository state and story references to derive the MR title, description, labels, and reviewer suggestions, ensuring the output aligns with the associated project story and guidelines.