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
6 changes: 3 additions & 3 deletions docs/src/content/docs/reference/custom-agent-for-aw.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ The agent can help with various debugging scenarios:

The agent file can be loaded into other AI chat interfaces that support custom instructions. The agent is designed to be compatible with various AI tools, although some features might require configuration and you'll need to allow running the compiler.

## Creating Agentic Workflows with ChatGPT
## Creating Agentic Workflows with an AI Chatbot

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" />.
If you prefer to use an AI chatbot 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 any conversational AI application 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" />.
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar: "to author agentic workflow" reads awkwardly; consider "to author agentic workflows" (to match the heading) or "to author an agentic workflow".

Suggested change
If you prefer to use an AI chatbot 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 any conversational AI application 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" />.
If you prefer to use an AI chatbot to author agentic workflows, you can use the [agentic-chat instructions](https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md) with any conversational AI application 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" />.

Copilot uses AI. Check for mistakes.

The agentic-chat assistant helps you:
- Break down complex problems into clear, actionable phases
Expand All @@ -177,7 +177,7 @@ The agentic-chat assistant helps you:
To use the agentic-chat instructions:

1. Copy the full instructions using the button above
2. Paste them into your ChatGPT or other AI chat interface
2. Paste them into your AI chat interface
3. Describe your workflow goal or problem
4. The assistant will ask clarifying questions and generate a structured task description
5. Copy the generated task description (wrapped in 5 backticks) and use it in your workflow
Expand Down
6 changes: 3 additions & 3 deletions docs/src/content/docs/setup/creating-workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ 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.

## Creating Agentic Workflows with ChatGPT
## Creating Agentic Workflows with an AI Chatbot

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" />.
If you prefer to use an AI chatbot 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 any conversational AI application 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" />.
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar: "to author agentic workflow" reads awkwardly; consider "to author agentic workflows" (to match the heading) or "to author an agentic workflow".

Suggested change
If you prefer to use an AI chatbot 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 any conversational AI application 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" />.
If you prefer to use an AI chatbot to author agentic workflows, you can use the [agentic-chat instructions](https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md) with any conversational AI application 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" />.

Copilot uses AI. Check for mistakes.

The agentic-chat assistant helps you:
- Break down complex problems into clear, actionable phases
Expand All @@ -65,7 +65,7 @@ The agentic-chat assistant helps you:
To use the agentic-chat instructions:

1. Copy the full instructions using the button above
2. Paste them into your ChatGPT or other AI chat interface
2. Paste them into your AI chat interface
3. Describe your workflow goal or problem
4. The assistant will ask clarifying questions and generate a structured task description
5. Copy the generated task description (wrapped in 5 backticks) and use it in your workflow
Expand Down
Loading