Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/pull-requests/get-started/stacked-prs-quickstart.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -24,14 +24,14 @@ category:
## Install the CLI extension

```shell copy
gh extension install github/gh-stack
gh extension install https://github.com/github/gh-stack
```

> [!TIP]
> To use stacked pull requests with AI coding agents, like {% data variables.product.prodname_copilot %}, install the `gh-stack` skill.
>
> ```shell copy
> gh skill install github/gh-stack
> gh skill install https://github.com/github/gh-stack gh-stack
> ```

## Create your first stack
Expand DownExpand Up@@ -104,4 +104,4 @@ gh extension install github/gh-stack
* [AUTOTITLE](/pull-requests/how-tos/create-pull-requests/managing-stacked-pull-requests)
* [AUTOTITLE](/pull-requests/how-tos/merge-and-close-pull-requests/merging-stacked-pull-requests)
* [AUTOTITLE](/copilot/tutorials/stack-ai-generated-code-in-pull-requests)
* [AUTOTITLE](/pull-requests/tutorials/roll-out-stacked-prs)
* [AUTOTITLE](/pull-requests/tutorials/roll-out-stacked-prs)
Loading