You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add gh discussion and Issues 2.0 reference to the gh skill, plus a README note (cli#13631)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Babak K. Shandiz <babakks@github.com>
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,18 @@ GitHub CLI is supported for users on GitHub.com, GitHub Enterprise Cloud, and Gi
10
10
11
11
For [installation options see below](#installation), for usage instructions [see the manual](https://cli.github.com/manual/).
12
12
13
+
## Agent skills
14
+
15
+
An [agent skill](https://agentskills.io) is available for driving `gh` from coding agents. Install or update it with the built-in `gh skill` command:
16
+
17
+
```shell
18
+
# Install the skill (user scope recommended)
19
+
gh skill install cli/cli gh --scope user
20
+
21
+
# Update the skill after a `gh` release
22
+
gh skill update gh
23
+
```
24
+
13
25
## Contributing
14
26
15
27
If anything feels off or if you feel that some functionality is missing, please check out the [contributing page](.github/CONTRIBUTING.md). There you will find instructions for sharing your feedback, building the tool locally, and submitting pull requests to the project.
0 commit comments