Generate MR description and save to clipboard
Generates a Merge Request description and copies it to clipboard for immediate use.
/plugin marketplace add lenneTech/claude-code/plugin install lt-dev@lenne-techgit//mr-description but with automatic clipboard command| Command | Purpose |
|---|---|
/lt-dev:git:commit-message | Generate commit message suggestions |
/lt-dev:git:mr-description | Same as this, without clipboard copy |
Create a comprehensive summary of the changes in English for a Merge Request description.
Please structure the description as follows:
Keep it short and concise - focus on what's essential for code reviewers.
IMPORTANT - CLIPBOARD WORKFLOW:
## Summary
[Your summary here]
## Changes
- Change 1
- Change 2
## Technical Details
[Details if necessary]
## Testing
[Testing approach]
cat << 'EOF' | pbcopy
[PASTE THE EXACT MR DESCRIPTION HERE]
EOF
echo " MR description copied to clipboard!"
Platform-specific commands:
pbcopyxclip -selection clipboard or xsel --clipboardclip