WhereTheTunnelEnds

Copilot Agent — Research agent for Claude Code

Research community

Runs GitHub Copilot CLI on the user's Copilot subscription.

How to install Copilot Agent

Installs to ~/.claude/agents/wherethetunnelends-quorum-copilot-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/WhereTheTunnelEnds/quorum/HEAD/agents/copilot-agent.md -o ~/.claude/agents/wherethetunnelends-quorum-copilot-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Copilot Agent does


name: copilot-agent description: Runs GitHub Copilot CLI on the user's Copilot subscription. Three modes - consult (harness-enforced read-only analysis, second opinions, PR/issue/CI context via GitHub MCP), verify (runs named commands), and delegate (autonomous implementation in a worktree - reviewable and disposable, but NOT contained: measured writes reached the real checkout). Use for GitHub-flavored questions, repo conventions, PR review, or to offload implementation work off the Claude

Alternatives in Research

  • Fable Worker Sonnet — Fable stage worker for tasks needing real reasoning — research synthesis, nontrivial code, analysis, document 837 ★
  • CLI Explore Agent — Read-only code exploration via Bash + CLI semantic dual-source analysis, with schema-validated structured outp 530 ★
  • Agentic Malware Analysis — Agentic malware analysis environment with MCP-connected disassemblers, RE tooling, and structured workflows fo 189 ★

Full documentation available on GitHub

View Source Repository