Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 7 additions & 7 deletions docs/src/content/docs/setup/creating-workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ You can author new agentic workflows using a coding agent or other AI chat syste

In this guide, we show you how to create agentic workflows in the GitHub web interface (github.com), your coding agent, or in VS Code Agent Mode.

<Video
src="/gh-aw/videos/create-workflow-on-github.mp4"
caption="Create an agentic workflow from the GitHub web interface"
aspectRatio="16:9"
thumbnail="/gh-aw/images/create-workfow-github-thumbnail.png"
/>

## Creating Agentic Workflows using a Coding Agent

Follow these steps to create an agentic workflow using VSCode or your coding agent.
Expand Down Expand Up @@ -45,13 +52,6 @@ After merging the pull request, you can run the workflow to see it in action. Ei
- trigger runs manually from the Actions tab in GitHub.com, or
- use [the `gh aw run` command](/gh-aw/setup/cli/#run) to trigger runs from your terminal.

<Video
src="/gh-aw/videos/create-workflow-on-github.mp4"
caption="Create an agentic workflow from the GitHub web interface"
aspectRatio="16:9"
thumbnail="/gh-aw/images/create-workfow-github-thumbnail.png"
/>

## Creating Agentic Workflows with ChatGPT

If you prefer to use ChatGPT to author agentic workflow, you can use the [agentic-chat instructions](https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md) with ChatGPT or other conversational AI applications to create clear, actionable task descriptions. Use the button below to copy the full instructions: <CopyEntireFileButton filePath="https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md" label="Copy agentic-chat instructions" />.
Expand Down
14 changes: 7 additions & 7 deletions docs/src/content/docs/setup/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ In this guide you will add the automated [**Daily Repo Status Report**](https://

The aim here is **automated AI**: to install something that will run **automatically** every day, in the context of your repository. The workflow will regularly create or update a fresh status report issue in your repository, without any further manual intervention. If you're familiar with GitHub Actions, you will be aware of the power of automation in repositories; this is simply taking that to the next level with AI.

<Video
src="/gh-aw/videos/install-and-add-workflow-in-cli.mp4"
caption="Install the extension, add a workflow, and trigger a run from the CLI"
aspectRatio="16:9"
thumbnail="/gh-aw/images/install-and-add-workflow-in-cli-thumbnail.png"
/>

## Prerequisites

Before installing, ensure you have:
Expand All @@ -31,13 +38,6 @@ Install the [GitHub CLI](https://cli.github.com/), then install the GitHub Agent
gh extension install github/gh-aw
```

<Video
src="/gh-aw/videos/install-and-add-workflow-in-cli.mp4"
caption="Install the extension, add a workflow, and trigger a run from the CLI"
aspectRatio="16:9"
thumbnail="/gh-aw/images/install-and-add-workflow-in-cli-thumbnail.png"
/>

> [!TIP]
> If you are encountering authentication issues, use this script,
> ```
Expand Down