Overview
code-mate-github-copilot is an open-source integrations skill for GitHub Copilot, published by CherryHQ. Its author describes it as: “Runs GitHub Copilot CLI programmatically for repository analysis and coding tasks. Use when the user asks to delegate work to Copilot CLI or obtain a Copilot coding-agent result.”. The project has 52k stars on GitHub and is available under the AGPL-3.0-only license. Add it to your setup with `git clone https://github.com/CherryHQ/cherry-studio ~/.claude/skills/code-mate-github-copilot`.
What code-mate-github-copilot does
1. Set the Bash working directory to the exact project the user named and set a finite timeout, normally 10 minutes. 2. Check availability with `command -v copilot`. If it is missing, stop and ask the user to install GitHub Copilot CLI in Code Mate. 3. Run one non-interactive task:
Best for
What’s inside
The SKILL.md for code-mate-github-copilot is organised into these sections:
- Run
- Authentication And Permissions
Installation
Add code-mate-github-copilot to your agent with:
git clone https://github.com/CherryHQ/cherry-studio ~/.claude/skills/code-mate-github-copilot Review a skill’s source before installing it — skills can instruct your agent to run commands. This command comes from the skill’s public repository, which is the source of truth for setup steps. New to skills? Read how to install Claude Code skills.
Supported agents
- Claude Code — declared in the repository topics
- Codex — declared in the repository topics
- GitHub Copilot — named in the skill.md
License
code-mate-github-copilot is published under the AGPL-3.0-only license.
Strengths
- Clear AGPL-3.0-only license — safe to read and adapt within its terms
- Ships in CherryHQ/cherry-studio, an established project with 52,047 GitHub stars
- Works with Claude Code, Codex, GitHub Copilot
- Actively maintained — repository updated in the last 30 days
- Its repository gained 748 GitHub stars over the last 21 days
Author
Topics
Frequently asked questions
- What does code-mate-github-copilot do?
- Runs GitHub Copilot CLI programmatically for repository analysis and coding tasks. Use when the user asks to delegate work to Copilot CLI or obtain a Copilot coding-agent result.
- How do I install code-mate-github-copilot?
- Run git clone https://github.com/CherryHQ/cherry-studio ~/.claude/skills/code-mate-github-copilot in your agent, then reload your skills. Review the source at https://github.com/CherryHQ/cherry-studio before installing.
- Is code-mate-github-copilot free to use?
- Yes. code-mate-github-copilot is free and open source under the AGPL-3.0-only license, so you can read, run, and adapt it within that license's terms.
- Which agents does code-mate-github-copilot work with?
- code-mate-github-copilot lists Claude Code, Codex, and GitHub Copilot — named in its SKILL.md, its plugin marketplace or its repository topics. Skills use the portable SKILL.md format, so other agents that read that format may load it too.
- Where does code-mate-github-copilot come from?
- code-mate-github-copilot ships inside CherryHQ/cherry-studio, a repository that contains 37 catalogued skills in total. The repository's 52,047 GitHub stars apply to that whole collection, not to this skill on its own.