Generate Merge Request description
Generates a structured Merge Request description from git branch changes with summary, changes, technical details, and testing sections.
/plugin marketplace add lenneTech/claude-code/plugin install lt-dev@lenne-techgit/| Command | Purpose |
|---|---|
/lt-dev:git:commit-message | Generate commit message suggestions |
/lt-dev:git:mr-description-clipboard | Same as this, but with clipboard copy |
Create a comprehensive summary of the changes in English so I can use it as a description in a Merge Request. Only include the essential points.
Please structure the description as follows:
Keep it short and concise - focus on what's essential for code reviewers.
IMPORTANT OUTPUT FORMAT: Present the final MR description in a clearly marked code block that is easy to copy:
## Summary
[Your summary here]
## Changes
- Change 1
- Change 2
## Technical Details
[Details if necessary]
## Testing
[Testing approach]
Then add: "✂️ Copy the markdown block above to use it in your Merge Request."