File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,6 +52,27 @@ glab-discussion resolve DISCUSSION_ID --mr-url ...
5252glab-discussion resolve DISCUSSION_ID --unresolve --mr-url ...
5353```
5454
55+ ## Claude Code plugin
56+
57+ The repo includes a Claude Code plugin with a skill that teaches AI agents how to use ` glab-discussion ` .
58+
59+ ``` bash
60+ # Install the CLI
61+ uv tool install glab-discussion
62+
63+ # Add the marketplace and install the plugin
64+ claude plugin marketplace add fprochazka/glab-discussion
65+ claude plugin install glab-discussion@fprochazka-glab-discussion
66+ ```
67+
68+ To upgrade after a new release:
69+
70+ ``` bash
71+ uv tool install --force glab-discussion
72+ claude plugin marketplace update fprochazka-glab-discussion
73+ claude plugin update glab-discussion@fprochazka-glab-discussion
74+ ```
75+
5576## Requirements
5677
5778- ` glab ` CLI installed and authenticated
You can’t perform that action at this time.
0 commit comments