Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Before following this article, you should understand what {% data variables.copi
* To **manually grant access after creation**, or if internal visibility is not an option, click {% octicon "lock" aria-hidden="true" aria-label="lock" %} **Private**.
{% data reusables.repositories.create-repo %}
1. Update the template README as needed. Consider including creation guidelines for {% data variables.copilot.custom_agents_short %} or compliance considerations specific to your organization.
1. Create folder `agents` in the root folder. This is where your organization agents will be defined.
Copy link

Copilot AI Dec 30, 2025

Choose a reason for hiding this comment

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

The instruction "Create folder" should be changed to "Create a directory named" to match the consistent pattern used throughout the documentation. For example, other documentation files use phrasing like "Create a directory named workflow-templates."

Suggested change
1. Create folder `agents` in the root folder. This is where your organization agents will be defined.
1. Create a directory named `agents` in the root directory. This is where your organization agents will be defined.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Dec 30, 2025

Choose a reason for hiding this comment

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

There are two spaces after the period instead of one. This should be a single space to maintain consistent spacing throughout the documentation.

Suggested change
1. Create folder `agents` in the root folder. This is where your organization agents will be defined.
1. Create folder `agents` in the root folder. This is where your organization agents will be defined.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Dec 30, 2025

Choose a reason for hiding this comment

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

The phrase "in the root folder" is redundant. Based on the established pattern in the documentation (e.g., "Create a directory named workflow-templates"), the location should be included as part of the directory name description rather than as a separate phrase. The instruction should simply specify creating the agents directory without the redundant "in the root folder" phrase.

Suggested change
1. Create folder `agents` in the root folder. This is where your organization agents will be defined.
1. Create a directory named `agents`. This is where your organization's agents will be defined.

Copilot uses AI. Check for mistakes.

## Next steps

Expand Down
Loading