Project (Copilot)
Set up and maintain AI workspace configuration for GitHub Copilot CLI: project.yaml and .github/copilot-instructions.md. Use when initialising a project for Copilot or editing its Copilot-specific config.
/project-copilot
configurationtooling copilotproject-yaml
Inputs
| Name | Type | Description |
|---|---|---|
action optional | string | setup | show | set | validate |
Outputs
| Name | Type | Description |
|---|---|---|
result | string | Summary of configuration changes. |
Side effects
- may write project.yaml, .github/copilot-instructions.md
System prompt fragment
Manage GitHub Copilot project configuration. Create or update:
- project.yaml: tooling, test commands, build commands
- .github/copilot-instructions.md: project-specific instructions for Copilot
Verbs: setup (create both if missing), show (display current config), set
Attribution: convergent-systems-key. License: Apache-2.0 or as stated by the originating repository.