Skip to content

Comments

Fix agentic-chat instruction file path in documentation#13842

Merged
pelikhan merged 2 commits intomainfrom
copilot/fix-chat-instruction-file-location
Feb 5, 2026
Merged

Fix agentic-chat instruction file path in documentation#13842
pelikhan merged 2 commits intomainfrom
copilot/fix-chat-instruction-file-location

Conversation

Copy link
Contributor

Copilot AI commented Feb 5, 2026

Documentation referenced a non-existent path for the agentic-chat instruction file. The file is located at .github/aw/agentic-chat.md, not skills/agentic-chat/SKILL.md.

Changes

  • Updated path references in docs/src/content/docs/setup/creating-workflows.mdx
  • Updated path references in docs/src/content/docs/reference/custom-agent-for-aw.mdx
  • Changed both markdown links and CopyEntireFileButton component filePath props
-https://raw.githubusercontent.com/github/gh-aw/main/skills/agentic-chat/SKILL.md
+https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/agentic-chat.md
Original prompt

Fix the agentic chat instruction file location at https://github.github.io/gh-aw/setup/creating-workflows/


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix agentic chat instruction file location Fix agentic-chat instruction file path in documentation Feb 5, 2026
Copilot AI requested a review from pelikhan February 5, 2026 02:35
@pelikhan pelikhan marked this pull request as ready for review February 5, 2026 02:50
Copilot AI review requested due to automatic review settings February 5, 2026 02:50
@pelikhan pelikhan merged commit 8d115b6 into main Feb 5, 2026
1 check passed
@pelikhan pelikhan deleted the copilot/fix-chat-instruction-file-location branch February 5, 2026 02:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR corrects documentation file path references for the agentic-chat instruction file. The documentation was pointing to a non-existent path skills/agentic-chat/SKILL.md, when the file is actually located at .github/aw/agentic-chat.md.

Changes:

  • Updated markdown link URLs from the incorrect path to the correct path in two documentation files
  • Updated CopyEntireFileButton component filePath props to use the correct path

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
docs/src/content/docs/setup/creating-workflows.mdx Fixed agentic-chat instruction file path in markdown link and CopyEntireFileButton component
docs/src/content/docs/reference/custom-agent-for-aw.mdx Fixed agentic-chat instruction file path in markdown link and CopyEntireFileButton component

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants