-
Notifications
You must be signed in to change notification settings - Fork 43
Add copilot-setup.md prompt for automated repository configuration #11940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
pelikhan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot this prompt is meant to run NON-interactively. An agent will execute this prompt.
copilot-setup.md
Outdated
| **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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed in 8871a03
copilot-setup.md
Outdated
| 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 | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed in 8871a03
…tive execution Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
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.