.nh .TH "glab" "1" "Apr 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-mr-note-create - Create a comment or discussion on a merge request. (EXPERIMENTAL) .SH SYNOPSIS \fBglab mr note create [ | ] [flags]\fP .SH DESCRIPTION Add a comment to a merge request. The command creates the comment as a new discussion thread. .PP This feature is an experiment and is not ready for production use. It might be unstable or removed at any time. For more information, see https://docs.gitlab.com/policy/development_stages_support/. .SH OPTIONS \fB-m\fP, \fB--message\fP="" Comment or note message. .PP \fB--unique\fP[=false] Don't create a note if note with same body already exists. Reads all MR comments first. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. Can use either \fBOWNER/REPO\fR or \fBGROUP/NAMESPACE/REPO\fR format. Also accepts full URL or Git URL. .SH EXAMPLE .EX # Add a comment to merge request 123 glab mr note create 123 -m "Looks good to me!" # Add a comment to the current branch's merge request glab mr note create -m "LGTM" # Open editor to compose the message glab mr note create 123 # Pipe from stdin echo "LGTM" | glab mr note create 123 # Skip if already posted glab mr note create 123 -m "LGTM" --unique .EE .SH SEE ALSO \fBglab-mr-note(1)\fP