Documentation: Companion pattern with local execution backends (cowork-to-code-bridge)
还没有人认领这个 Issue。
评估
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 新手友好度
- 55/100
- Issue 类型
- 文档
- 描述清晰度
- 基本清楚
- 活跃度
- 冷清
- 技术栈
- github
调研方向
审查仓库现有的文档结构,然后阅读所引用的 cowork-to-code-bridge 集成指南,以了解提议的配套工作流。添加一个部分,展示 GitHub MCP discovery 与本地 Claude Code 执行的结合,并提供一个具体的升级示例和设置细节;当用户能够按照文档化的工作流操作时,即视为完成。
由索引模型根据 Issue 内容生成。
描述
Problem
GitHub's MCP server is excellent for querying repo data. But agents often need to execute code based on what the GitHub server surfaces (issues, PRs, etc.).
There's no documented pattern for combining GitHub data discovery with local code execution.
Solution: Companion Pattern Documentation
GitHub MCP + cowork-to-code-bridge as a companion pair:
- GitHub MCP server — discovers issues, PRs, code issues
- cowork-to-code-bridge — executes fixes locally
- Agent orchestrates — find problem → escalate to Claude Code → apply fix
Example Workflow
GitHub server finds bug:
{
"issue": {
"title": "API health check failing",
"body": "Logs show connection timeout",
"files_changed": ["health_check.py"]
}
}
Agent escalates to Claude Code:
result = agent.escalate_to_claude(
tool="escalate_to_claude",
request="Debug this issue: " + json.dumps(github_issue),
wait_seconds=600
)
Result: Debugging complete, fix proposed
Why This Matters
Developers want: "GitHub finds the problem → Claude Code fixes it" workflows.
This documentation helps users discover how to combine these tools.
Reference
- Bridge: https://github.com/abhinaykrupa/cowork-to-code-bridge
- Docs: https://github.com/abhinaykrupa/cowork-to-code-bridge/blob/main/docs/EXTERNAL_AGENT_INTEGRATION.md
Proposed Action
Add example or documentation section:
- "Companion: Local Code Execution"
- Shows: how to wire GitHub MCP server + Claude Code bridge together
- Use case: "GitHub server finds bug → escalate debugging to Claude Code"
Happy to write the example walkthrough.
- 主要语言
- Go
- 星标
- 33.1k
- 派生
- 5k
- 平均合并
- 2 天 1 小时
- 30 天内合并 PR
- 25
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
github/github-mcp-server 的其他 Issue
-
bug
难度 2/5 1-3 小时 新手友好度 84/100
github/github-mcp-server#3235 ·
-
enhancement
难度 1/5 1 小时以内 新手友好度 88/100
github/github-mcp-server#3042 · 2 条评论 ·
-
bug
难度 2/5 1-3 小时 新手友好度 72/100
github/github-mcp-server#3032 · 1 个 reaction ·
-
难度 2/5 1-3 小时 新手友好度 74/100
github/github-mcp-server#2803 · 1 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 76/100
github/github-mcp-server#2740 ·
查看 github/github-mcp-server 的全部 Issue
相似的 Issue
-
textual definition
难度 1/5 1 小时以内 新手友好度 90/100
geneontology/go-ontology#32653 ·
-
难度 1/5 1 小时以内 新手友好度 75/100
-
needs design
难度 2/5 1-3 小时 新手友好度 75/100
-
Priority/High ready-for-agent Severity/Major Type/Bug
难度 2/5 1-3 小时 新手友好度 75/100
-
难度 2/5 1-3 小时 新手友好度 70/100