We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5e31f commit 9ac87c2Copy full SHA for 9ac87c2
1 file changed
coding-agent-plugins/claude-code/skills/glab-discussion/SKILL.md
@@ -11,8 +11,10 @@ description: >-
11
# glab-discussion CLI
12
13
CLI for listing, creating, and managing GitLab merge request discussions.
14
-Auto-detects the MR from the current git branch. Override with `--mr-url <url>`
15
-or `--hostname <host> --project <path> --mr-iid <n>`.
+
+**The MR is auto-detected from the current git branch** — no flags needed when the
16
+source branch is checked out. Do not pass context flags unless auto-detection fails.
17
+If it does, run `glab-discussion <command> --help` to see override options.
18
19
## Subcommands
20
0 commit comments