接続済みアプリ

GitHub

AI を開発チームメイトにします。

GitHub を接続すると、MoClaw は repositories の読み取り、pull requests の確認、issues の処理、CI evidence の収集を行い、chat から engineering work を前に進められます。code と comments を確認し、変更点を要約し、prompt に token を貼らせる代わりに scoped GitHub App access を使います。

仕組み

engineering なしで 3 steps で GitHub を接続します。

  1. 1

    GitHub app をインストール

    自分の account または organization に MoClaw GitHub app を認可し、アクセス可能な repositories を選びます。

  2. 2

    repository context と一緒に質問

    PR、issue、branch、repository URL を貼るか、接続済み repository を名前で inspect するよう MoClaw に依頼します。

  3. 3

    MoClaw に evidence を集めさせる

    MoClaw は回答や実行の前に、files、PR metadata、review comments、issues、workflow runs、check annotations など relevant GitHub context を読みます。

なぜ重要か

GitHub の作業は、pull request diff、review comments、CI logs、issue context、branch state、repository files など多くの小さな surface に分散しがちです。MoClaw はそれらを 1 つの task loop にまとめます。

GitHub を接続した後は、PR review summary、failed check investigation、release issue triage、codebase lookup を、links や logs を手でコピーせずに依頼できます。MoClaw は relevant repository context を読み、適切な GitHub action を選び、すぐ使える structured answer を返します。

接続は scoped access を前提に設計されています。GitHub account または organization installation を選ぶと、app は repository work に installation-scoped credentials を使います。これにより、personal access token を chat window に貼る習慣を避けながら、本格的な engineering tasks に使えます。

こう言ってみる

GitHub に貼り付けられる実際の prompts です。

  • この PR の未解決 review comments を要約し、どれが code changes を必要とするか教えて。
  • 最新の GitHub Actions run が失敗した理由を見つけ、試すべき最小 fix を教えて。
  • flaky login test の issue を作成し、関連する CI evidence を添付して。
  • この feature branch を main と比較し、behavioral risk を説明して。

Step by step demo

prompt を送った後に実際に起きること。

Prompt 01 4 steps

“この PR の未解決 review comments を要約し、どれが code changes を必要とするか教えて。”

MoClaw がすること

  1. 1 pull request metadata、changed files、review threads を読みます。
  2. 2 未解決 comments を file と severity ごとに分類します。
  3. 3 actionable code changes と clarification-only comments を分けます。
  4. 4 source comments への links 付きで prioritized checklist を返します。
結果

短い PR review brief が得られます: '3 actionable changes: billing.ts の retry handling 修正、empty webhooks の regression test 追加、migration comment 更新。2 comments は質問のみ。'

Prompt 02 4 steps

“最新の GitHub Actions run が失敗した理由を見つけて。”

MoClaw がすること

  1. 1 branch の latest workflow run を見つけます。
  2. 2 failed jobs、check runs、annotations を読みます。
  3. 3 relevant log snippets を取り出し、changed files と照合します。
  4. 4 likely root cause と next fix を説明します。
結果

MoClaw はこう報告します: 'frontend test が失敗した理由は connector registry に Sentry が追加されたのに mocked state から漏れているためです。rerun 前に fixture へ sentry を追加してください。'

FAQ

pricing、privacy、limits についての短い回答。

MoClaw はすべての repository への access が必要ですか?
いいえ。installation 時に GitHub app がアクセスできる repositories を選べます。scope は GitHub settings から変更できます。
MoClaw は private repositories を読めますか?
はい。GitHub app がそれらの repositories へ access できるよう install されていれば可能です。private repository access は GitHub で設定した app installation scope に従います。
pull requests と CI も扱えますか?
はい。connector は agent workflows 向けに pull request、review、check run、workflow run、job log、repository content、issue、comment actions を提供します。
GitHub token を chat に貼るのと同じですか?
いいえ。MoClaw は接続された GitHub app と scoped connector credentials を使うため、repository access は raw token in prompts ではなく GitHub 側で管理されます。

MoClaw を無料で試す。

毎月 1,000 credits、または 自分の key を持ち込むことで無制限に利用できます。

いつでも解約