Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

Documentation: Companion pattern with local execution backends (cowork-to-code-bridge)

Đang mở
#2,707 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức phù hợp với người mới
55/100
Loại issue
Tài liệu
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Ít trao đổi
Công nghệ
github
Lĩnh vực
documentation

Hướng nghiên cứu

Xem lại cấu trúc tài liệu hiện có của repository, sau đó đọc hướng dẫn tích hợp cowork-to-code-bridge được tham chiếu để hiểu workflow bổ trợ được đề xuất. Thêm một phần trình bày việc discovery GitHub MCP kết hợp với thực thi Claude Code cục bộ, kèm một ví dụ cụ thể về escalation và các chi tiết thiết lập; công việc được coi là hoàn tất khi người dùng có thể làm theo workflow đã được tài liệu hóa.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

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:

  1. GitHub MCP server — discovers issues, PRs, code issues
  2. cowork-to-code-bridge — executes fixes locally
  3. 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

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.

Ngôn ngữ chính
Go
Star
33.1k
Fork
5k
Merge trung bình
2 ngày 1 giờ
Pull request đã merge (30 ngày)
25

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của github/github-mcp-server

Tất cả issue của github/github-mcp-server

Issue tương tự

Thêm issue về Go

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.