copilot-delegate

Community

Delegate GitHub ops & research to Copilot.

AuthorShakes-tzd
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill offloads heavy GitHub operations and research tasks to GitHub Copilot CLI to preserve Claude Code session limits. It accelerates workflows, reduces Haiku context pollution, and lets you keep focus on planning and implementation.

Core Features & Use Cases

  • GitHub operations delegation: Create, list, update, and close issues; create PRs; run repository queries via Copilot in a dedicated subprocess.
  • Bulk research delegation: Compare libraries, gather best practices, fetch docs using Copilot from CLI in a separate process.
  • Offline/low-entropy workflow: Runs Copilot in subprocess; Claude retains focus on critical thinking.
  • Unified orchestration: Returns compressed JSON results to Claude to minimize prompts.

Quick Start

Install the GitHub Copilot CLI and verify login, then install this skill into Claude:

  1. claude: "Install the copilot-delegate skill from copilot-delegate.zip"
  2. claude: "Create a GitHub issue titled 'Test issue' with body 'This is a test'". The skill will delegate to Copilot and return a structured result without consuming multiple Claude prompts.

Dependency Matrix

Required Modules

jqyqgitcopilot-cli

Components

scriptsreferencesassets

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: copilot-delegate
Download link: https://github.com/Shakes-tzd/contextune/archive/main.zip#copilot-delegate

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository