Add copilot-setup.md prompt for automated repository configuration#11940
Merged
Add copilot-setup.md prompt for automated repository configuration#11940
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add copilot-setup.md for repo configuration
Add copilot-setup.md prompt for automated repository configuration
Jan 26, 2026
pelikhan
reviewed
Jan 26, 2026
copilot-setup.md
Outdated
Comment on lines
49
to
54
| **Alternative**: If you want to skip MCP server configuration: | ||
| ```bash | ||
| gh aw init --engine copilot --no-mcp | ||
| ``` | ||
|
|
||
| **Note**: The command may prompt for additional configuration or secrets. If secrets are needed, `gh aw init` will provide instructions for setting them up. You don't need to configure secrets as part of this initial setup. |
copilot-setup.md
Outdated
Comment on lines
74
to
90
| Commit the initialization changes: | ||
|
|
||
| ```bash | ||
| git add . | ||
| git commit -m "Initialize repository for GitHub Agentic Workflows" | ||
| git push | ||
| ``` | ||
|
|
||
| **Alternative**: Use the `--push` flag to automate this step: | ||
| ```bash | ||
| gh aw init --engine copilot --push | ||
| ``` | ||
|
|
||
| Or create a pull request instead: | ||
| ```bash | ||
| gh aw init --engine copilot --create-pull-request | ||
| ``` |
…tive execution Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
This was referenced Jan 26, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a prompt file that instructs GitHub Copilot agents to configure repositories for Agentic Workflows non-interactively.
Changes
copilot-setup.md- Agent prompt with 4-step setup flow:install-gh-aw.shfrom maingh aw init --engine copilotto configure repositoryKey Features
The file serves as a concise, actionable prompt for AI agents executing automated setup, compared to the more comprehensive
install.mdguide for human-assisted setup.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.