Skip to content

feat: add GitHub Copilot CLI platform support#277

Open
JiaqiZhang-Dev wants to merge 4 commits intonextlevelbuilder:mainfrom
JiaqiZhang-Dev:copilot/add-copilot-cli-support
Open

feat: add GitHub Copilot CLI platform support#277
JiaqiZhang-Dev wants to merge 4 commits intonextlevelbuilder:mainfrom
JiaqiZhang-Dev:copilot/add-copilot-cli-support

Conversation

@JiaqiZhang-Dev
Copy link
Copy Markdown

@JiaqiZhang-Dev JiaqiZhang-Dev commented Apr 24, 2026

The skill supports GitHub Copilot in VS Code (.github/prompts/) but not the GitHub Copilot CLI. This adds copilot-cli as a new platform type, installing to .github/skills/ui-ux-pro-max/.

Changes

  • Platform config: New copilot-cli.json in both src/ui-ux-pro-max/templates/platforms/ and cli/assets/templates/platforms/
  • Type registration (cli/src/types/index.ts): Added copilot-cli to AIType, AI_TYPES, and AI_FOLDERS (maps to ['.github'])
  • Detection (cli/src/utils/detect.ts): Auto-detects via .github/copilot-instructions.md
  • Template mapping (cli/src/utils/template.ts): Added AI_TO_PLATFORM entry
  • README: Added to install examples and supported platforms list
uipro init --ai copilot-cli   # GitHub Copilot CLI

Tests

image

Copilot AI and others added 4 commits April 24, 2026 03:57
Add 'copilot-cli' as a new platform type for the GitHub Copilot
coding agent. This installs the skill to .github/skills/ui-ux-pro-max/
(separate from VS Code Copilot's .github/prompts/ path).

Changes:
- New platform config copilot-cli.json (src + cli assets)
- Add copilot-cli to AIType, AI_TYPES, AI_FOLDERS
- Add detection via .github/copilot-instructions.md
- Add AI_TO_PLATFORM mapping
- Update README with new platform

Agent-Logs-Url: https://github.com/JiaqiZhang-Dev/ui-ux-pro-max-skill/sessions/837ef0ab-1be3-4164-b4d9-0d7b3b3d8fd8

Co-authored-by: JiaqiZhang-Dev <194873822+JiaqiZhang-Dev@users.noreply.github.com>
…port

feat: add GitHub Copilot CLI platform support
@JiaqiZhang-Dev JiaqiZhang-Dev changed the title Copilot/add copilot cli support feat: add GitHub Copilot CLI platform support Apr 24, 2026
@JiaqiZhang-Dev JiaqiZhang-Dev marked this pull request as ready for review April 24, 2026 05:08
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