mirror of
https://github.com/block/goose.git
synced 2026-04-29 03:59:36 +00:00
docs: added tutorial template (#1036)
This commit is contained in:
parent
7679bc36c5
commit
6add3d7846
2 changed files with 158 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ npx -y @modelcontextprotocol/server-github
|
|||
|
||||
**Environment Variable**
|
||||
```
|
||||
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
|
||||
GITHUB_PERSONAL_ACCESS_TOKEN: <YOUR_TOKEN>
|
||||
```
|
||||
:::
|
||||
|
||||
|
|
@ -149,12 +149,12 @@ When creating my [GitHub Personal Access Token](https://github.com/settings/pers
|
|||
* Read access to metadata
|
||||
* Read and Write access to code, commit status, issues, and pull requests
|
||||
|
||||
**Goose Prompt**
|
||||
### Goose Prompt
|
||||
```
|
||||
create a new branch called hello-world in my angiejones/goose-demo repository. Update the README.md file to say "this was written by goose" and commit it. Open a pull request with your changes.
|
||||
```
|
||||
|
||||
**Output**
|
||||
### Goose Output
|
||||
|
||||
```
|
||||
I'll help you create a new branch, update the README, and open a pull request. Let me break this down into steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue