[{"data":1,"prerenderedAt":1108},["ShallowReactive",2],{"/ja-jp/blog/introducing-gitlab-orbit":3,"navigation-ja-jp":330,"banner-ja-jp":760,"footer-ja-jp":768,"blog-post-authors-ja-jp-Rebecca Carter":1009,"blog-related-posts-ja-jp-introducing-gitlab-orbit":1023,"blog-promotions-ja-jp":1047,"next-steps-ja-jp":1099},{"id":4,"title":5,"authors":6,"body":8,"category":307,"date":308,"description":309,"extension":310,"externalUrl":311,"faq":311,"featured":312,"heroImage":313,"meta":314,"navigation":312,"path":315,"seo":316,"slug":321,"stem":322,"tags":323,"template":327,"updatedDate":328,"__hash__":329},"blogPosts/ja-jp/blog/introducing-gitlab-orbit.md","GitLab Orbitのご紹介：コードとライフサイクル全体のコンテキストを、ひとつのクエリで",[7],"Rebecca Carter",{"type":9,"value":10,"toc":300},"minimark",[11,15,18,21,26,36,45,52,56,59,70,73,81,91,94,100,214,217,223,229,235,238,242,245,248,251,254,257,266,270,273,276,283,287,296],[12,13,14],"p",{},"エージェントはコードの記述が得意です。しかし、その周辺システムのナビゲーションとなると話は別です。関連コード、それを実行するパイプライン、リリースするデプロイ、要求元の作業アイテム、そして担当チーム——こうした要素間のつながりを把握することが、現在のAI支援エンジニアリングが直面する課題です。",[12,16,17],{},"大規模なモノリポでは、このギャップが無駄なイテレーション、膨れ上がったトークン予算の消費、そして一見正しく見えても結局リバートされるコードとして現れます。複数リポジトリにまたがる場合はさらに深刻です。エージェントが答えにたどり着く前にコンテキストウィンドウが埋まり、タスクが完全に失敗します。エージェントの出力を修正するのに、エージェントが節約した時間以上をチームが費やすことになります。",[12,19,20],{},"現在パブリックベータ版として提供中のGitLab Orbitは、このギャップを解消します。Orbitは、コード、マージリクエスト、パイプライン、デプロイ、脆弱性、オーナーシップのすべてを含むクエリ可能なライブグラフです。チームの作業に合わせて、要素間のすべての関係性をリアルタイムで最新の状態に保ちます。エージェントは複数のツール呼び出しを継ぎ合わせる代わりに、GitLabのファーストパーティデータを直接参照して推論します。エンジニアも同じグラフをData Explorerでクエリし、変更の追跡、インシデントの調査、そして今日では手動で何時間もかかるシステム横断的な問いに答えることができます。",[22,23,25],"h2",{"id":24},"compare-the-marketでの実証","Compare the Marketでの実証",[12,27,28,29,35],{},"Compare the Marketは英国の価格比較プラットフォームです。同社は79件の実際のマージリクエストを対象に、社内AIコードレビュアー向けの",[30,31,34],"a",{"href":32,"rel":33},"https://comparethemarketcareers.com/blog/comparing-context-retrieval-approaches-for-ai-code-review/",[],"4つのコンテキスト取得アプローチを検証","しました。Orbitを活用したレビュアーは約70%の確率で正確なインラインコメントを付与し、RAG（検索拡張生成）の約58%を上回りました。変更の主要ポイントをサマリーに含める割合も68%対66%でOrbitが優位でした。RAGはコンテキストなしを含む他のすべてのアプローチを下回る結果となりました。",[12,37,38,42],{},[39,40,41],"em",{},"「Orbitにより、コードベースを本当に理解するAIコードレビュアーが実現しました。目の前の差分だけでなく、コードベース全体を理解してくれるのです。実際のマージリクエストでRAGをはじめとする複数のアプローチと比較した結果、差は明らかでした。コメントの配置精度が高く、実際の変更内容のサマリーも優れていました。最も自然な解決策と思っていたRAGが、コンテキストなしよりも劣る結果となったことは、それ自体が答えを物語っていました。」",[43,44],"br",{},[46,47,48],"ul",{},[49,50,51],"li",{},"Ryan Harvey、Head of AI Engineering、Compare the Market",[22,53,55],{"id":54},"gitlab-orbitでできること","GitLab Orbitでできること",[12,57,58],{},"以下に、GitLab Orbitを環境に導入した場合の2つのシナリオを紹介します。",[12,60,61,65,67],{},[62,63,64],"strong",{},"シナリオ1：Claude Codeやその他のコーディングエージェントとの連携",[43,66],{},[39,68,69],{},"すでに行っている作業を、より速く正確に",[12,71,72],{},"すでにClaude Codeを使用しているとします。大規模なモノリポに向けると、最初の段階でトークン予算の相当部分を費やしながら、ファイルをクロールしてどこに何があり、何がつながっているかを把握しようとします。大きなコードベースでは、間違ったスレッドを追いかけたり、依存関係を見落としたり、実際の作業を始める前にコンテキストが枯渇したりすることがあります。",[12,74,75,80],{},[30,76,79],{"href":77,"rel":78},"https://about.gitlab.com/topics/ai/model-context-protocol/",[],"MCP","（Model Context Protocol）を通じてClaude CodeをGitLab Orbitに接続すると、クロールが不要になります。エージェントはグラフに直接問いを投げます。「このコードはどこにあるか」「何が依存しているか」「どのテストとパイプラインがカバーしているか」——反復的な探索で再構築しようとしていた問いへの正確な答えが、1〜2回のクエリで返ります。同じタスク、同じモデルで、最大11倍高速化し、トークン消費を最大4.5分の1に削減し、ハルシネーションを最大45分の1に抑えます。",[12,82,83,86,88],{},[62,84,85],{},"シナリオ2：GitLab Duo Agent Platformとの連携",[43,87],{},[39,89,90],{},"これまで不可能だった問いへの回答",[12,92,93],{},"エージェントにとって本当に答えられなかった問いがあります。答えがコードの中ではなく、コードがパイプライン、デプロイ、脆弱性、システム全体のオーナーシップとどのようにつながっているかにあるからです。GitLab Duo Agent PlatformのエージェントはOrbitをネイティブにクエリするため、これまで4つのツールを横断した手動調査が必要だったことが、直接質問できるようになりました。",[12,95,96,99],{},[62,97,98],{},"パイプライン障害をライフサイクル全体でトリアージする。"," 今日、障害が発生したパイプラインを見るエージェントは、1つのジョブを孤立した状態で見ています。Orbitを使うと、エージェントはその障害を引き起こした変更まで遡り、同じジョブが現在ドリフトしているプロジェクト、そして同じ問題に遭遇する進行中のマージリクエストをトレースできます。ディスカバリーを実行するため、Orbitは次のようなグラフクエリを発行します：",[101,102,107],"pre",{"className":103,"code":104,"language":105,"meta":106,"style":106},"language-cypher shiki shiki-themes github-light","MATCH (job:CiJob {status: \"failed\", name: $job_name})-[:RAN_IN]->(pipeline)-[:FOR]->(mr:MergeRequest)\nRETURN mr.title, mr.author, pipeline.started_at, mr.project_id\nORDER BY pipeline.started_at DESC LIMIT 20\n","cypher","",[108,109,110,187,196],"code",{"__ignoreMap":106},[111,112,115,119,123,126,129,132,136,139,142,144,147,150,153,157,160,164,167,170,173,175,177,180,182,184],"span",{"class":113,"line":114},"line",1,[111,116,118],{"class":117},"sD7c4","MATCH",[111,120,122],{"class":121},"sgsFI"," (job:CiJob ",[111,124,125],{"class":117},"{",[111,127,128],{"class":121},"status",[111,130,131],{"class":117},":",[111,133,135],{"class":134},"sYBdl"," \"failed\"",[111,137,138],{"class":117},",",[111,140,141],{"class":121}," name",[111,143,131],{"class":117},[111,145,146],{"class":121}," $job_name",[111,148,149],{"class":117},"}",[111,151,152],{"class":121},")",[111,154,156],{"class":155},"sYu0t","-",[111,158,159],{"class":117},"[:",[111,161,163],{"class":162},"s7eDp","RAN_IN",[111,165,166],{"class":117},"]",[111,168,169],{"class":155},"->",[111,171,172],{"class":121},"(pipeline)",[111,174,156],{"class":155},[111,176,159],{"class":117},[111,178,179],{"class":162},"FOR",[111,181,166],{"class":117},[111,183,169],{"class":155},[111,185,186],{"class":121},"(mr:MergeRequest)\n",[111,188,190,193],{"class":113,"line":189},2,[111,191,192],{"class":117},"RETURN",[111,194,195],{"class":121}," mr.title, mr.author, pipeline.started_at, mr.project_id\n",[111,197,199,202,205,208,211],{"class":113,"line":198},3,[111,200,201],{"class":117},"ORDER BY",[111,203,204],{"class":121}," pipeline.started_at ",[111,206,207],{"class":117},"DESC",[111,209,210],{"class":117}," LIMIT",[111,212,213],{"class":155}," 20\n",[12,215,216],{},"グループ内のすべてのプロジェクトをまたいで、同じ障害ジョブにヒットする進行中のマージリクエストが1回のクエリで返ります。オンコールチームは3つのチームが3回それぞれ対応する代わりに、1回でインシデントを解決できます。",[12,218,219,222],{},[62,220,221],{},"脆弱性の影響範囲を数分でマッピングする。"," 脆弱なコードを見つけることは容易です。露出範囲をマッピングすること——どのサービスがそのコンポーネントを含み、どのパイプラインがビルドし、どの環境で実行され、どのチームが担当しているか——がチームの足を引っ張ります。Orbitのクエリ1回でオーナー別のフルグラフが返ります。セキュリティチームはCVEが判明してから数週間後ではなく、1時間以内に修正計画を提示でき、影響を受けるコンポーネントにはそれぞれのオーナーが割り当て済みです。",[12,224,225,228],{},[62,226,227],{},"システム横断的な問いにオンデマンドで回答する。"," チーム別のサイクルタイムを、パイプライン障害率で分解し、デプロイ頻度と組み合わせる。1つの問いに1つの答え。ダッシュボードへのリクエストも、カスタムSQLも不要です。エンジニアリングマネージャーが経営レビューの場でその場で答えられ、3日後のSlackフォローアップにはなりません。",[12,230,231,234],{},[62,232,233],{},"現在の依存関係に対してマイグレーションをスコープする。"," 今日のマイグレーション計画は、共有コンポーネントを検索し、その検索が下流依存を捉えていることを願うことを意味します。Orbitを使えば、依存するサービス、ジョブ、環境、オーナーのすべてがひとつの結果として返ります。プラットフォームチームはマイグレーション日程を確約してそれを守れます。3週間後に隠れた依存関係を発見することはありません。",[12,236,237],{},"グラフは、チームがシステムのつながりを理解する必要があるあらゆるワークフローに対応します。コードレビュー、インシデント対応、リリース計画、セキュリティ、マイグレーション計画など。",[22,239,241],{"id":240},"gitlab-orbitの仕組み","GitLab Orbitの仕組み",[12,243,244],{},"Orbitは、change-data-captureを通じてソフトウェア開発ライフサイクルのデータをClickHouseに取り込み、Rails内部APIを通じて12言語（Ruby、Java、Kotlin、Python、TypeScript、JavaScript、Rust、Go、C#、C、C++、PHP）のコードをパースし、CypherライクなDSL、MCP、REST、GitLab CLIを通じて統合グラフを提供します。",[12,246,247],{},"GitLab自身のスケールでは、インデクサーは40,000以上のプロジェクト、5億のノード、20億のエッジを45分以内に処理します。イベント駆動エンジンがすべての変更をリリース時にピックアップするため、グラフは常に最新の状態を保ちます。",[12,249,250],{},"インデクシングは独立したサービスとして実行されます。クエリトラフィックはGitLabインスタンスに影響を与えません。認可はGitLabのパーミッションを反映するため、エージェントはUIでユーザーが見られるものと同じ内容を参照します。クエリエンジンはコンパイラのように構築されています。すべてのクエリはデータベースに触れる前に検証、プランニング、最適化、セキュリティのパスを経由するため、データが増えてもクエリ速度は低下しません。",[12,252,253],{},"別途データインフラを構築する必要はありません。OrbitはGitLabがすでに取得しているデータを活用します。イシュー、マージリクエスト、パイプライン、コード、セキュリティ調査結果、デプロイ、インシデントです。新たな計装なしに初日から価値を得られます。",[12,255,256],{},"GitLab Duo Agent PlatformのエージェントはOrbitをネイティブにクエリします。Claude Code、Codex、OpenCodeなどの外部エージェントはMCPとGitLab CLIを通じて接続します。カスタムエージェントや社内ツールはRESTで接続します。ひとつのグラフを、エンジニアリング組織全体で共有します。",[258,259],"iframe",{"src":260,"frameBorder":261,"allow":262,"referrerPolicy":263,"style":264,"title":265},"https://player.vimeo.com/video/1199521642?title=0&byline=0&portrait=0&badge=0&autopause=0&player_id=0&app_id=58479","0","autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share","strict-origin-when-cross-origin","position:absolute;top:0;left:0;width:100%;height:100%;","Orbit GKG Team Demo_Section 2_060526_v4",[267,268],"script",{"src":269},"https://player.vimeo.com/api/player.js",[22,271,272],{"id":272},"エンジニアも同じグラフをクエリできる",[12,274,275],{},"Data Explorerはエンジニア向けのインターフェースです。同じグラフを、エージェントを介さずに直接使えます。固定プロンプトに収まらない作業——インシデントの調査、依存関係がサービス間にどう広がっているかの追跡、コードベースの特定領域でCI障害が続く原因の特定——に役立ちます。答えはGit、CI、デプロイツール、ダッシュボードを横断した何時間もの手動再構築ではなく、数秒で返ってきます。",[12,277,278],{},[279,280],"img",{"alt":281,"src":282,"title":281},"GitLab Orbit Data Explorer","https://res.cloudinary.com/about-gitlab-com/image/upload/v1780996810/m9i3xengoidonz5vmvdf.png",[22,284,286],{"id":285},"今すぐorbitを試す","今すぐOrbitを試す",[12,288,289,290,295],{},"GitLab OrbitはGitLab.comのPremiumおよびUltimateのお客様向けにパブリックベータ版として提供中です。",[30,291,294],{"href":292,"rel":293},"https://about.gitlab.com/ja-jp/gitlab-orbit/",[],"about.gitlab.com/ja-jp/gitlab-orbit","からお申し込みいただけます。",[297,298,299],"style",{},"html pre.shiki code .sD7c4, html code.shiki .sD7c4{--shiki-default:#D73A49}html pre.shiki code .sgsFI, html code.shiki .sgsFI{--shiki-default:#24292E}html pre.shiki code .sYBdl, html code.shiki .sYBdl{--shiki-default:#032F62}html pre.shiki code .sYu0t, html code.shiki .sYu0t{--shiki-default:#005CC5}html pre.shiki code .s7eDp, html code.shiki .s7eDp{--shiki-default:#6F42C1}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}",{"title":106,"searchDepth":189,"depth":189,"links":301},[302,303,304,305,306],{"id":24,"depth":189,"text":25},{"id":54,"depth":189,"text":55},{"id":240,"depth":189,"text":241},{"id":272,"depth":189,"text":272},{"id":285,"depth":189,"text":286},"ai","2026-06-10","GitLab Orbitで、ソフトウェアエージェントは最大11倍高速化し、トークン消費を最大4.5分の1に削減。これまで答えられなかった質問にも対応できます。","md",null,true,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1780996524/sd1vpl8empy26wizarqj.png",{},"/ja-jp/blog/introducing-gitlab-orbit",{"config":317,"title":319,"description":320},{"noIndex":318},false,"GitLab Orbit登場：エージェントを最大11倍高速化","GitLab Orbitは、ソフトウェアエージェントを最大11倍高速化し、トークン消費量を最大4.5分の1に削減できます。コード、パイプライン、デプロイ、脆弱性などの全体像をひとつのクエリで把握でき、これまで答えられなかった質問にも対応できます。","introducing-gitlab-orbit","ja-jp/blog/introducing-gitlab-orbit",[324,307,325,326],"product","news","features","BlogPost","2026-06-11","HVi1O5LZw54RTgfLnG5CR0iBavdznC6TUy5QgW8lpc0",{"logo":331,"freeTrial":336,"sales":341,"login":346,"items":351,"search":680,"minimal":713,"duo":730,"switchNav":739,"pricingDeployment":750},{"config":332},{"href":333,"dataGaName":334,"dataGaLocation":335},"/ja-jp/","gitlab logo","header",{"text":337,"config":338},"無料トライアルを開始",{"href":339,"dataGaName":340,"dataGaLocation":335},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp&glm_content=default-saas-trial/","free trial",{"text":342,"config":343},"デモをリクエスト",{"href":344,"dataGaName":345,"dataGaLocation":335},"/ja-jp/sales/?contact-topic=request-demo","sales",{"text":347,"config":348},"サインイン",{"href":349,"dataGaName":350,"dataGaLocation":335},"https://gitlab.com/users/sign_in/","sign in",[352,381,483,488,602,658],{"text":353,"config":354,"menu":356},"プラットフォーム",{"dataNavLevelOne":355},"platform",{"type":357,"columns":358},"cards",[359,365,373],{"title":353,"description":360,"link":361},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":362,"config":363},"プラットフォームの詳細はこちら",{"href":364,"dataGaName":355,"dataGaLocation":335},"/ja-jp/platform/",{"title":366,"description":367,"link":368},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":369,"config":370},"GitLab Duoのご紹介",{"href":371,"dataGaName":372,"dataGaLocation":335},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":374,"description":375,"link":376},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":377,"config":378},"詳細はこちら",{"href":379,"dataGaName":380,"dataGaLocation":335},"/ja-jp/why-gitlab/","why gitlab",{"text":382,"left":312,"config":383,"menu":385},"製品",{"dataNavLevelOne":384},"solutions",{"type":386,"link":387,"columns":391,"feature":462},"lists",{"text":388,"config":389},"すべてのソリューションを表示",{"href":390,"dataGaName":384,"dataGaLocation":335},"/ja-jp/solutions/",[392,417,440],{"title":393,"description":394,"link":395,"items":400},"自動化","CI/CDと自動化でデプロイを加速",{"config":396},{"icon":397,"href":398,"dataGaName":399,"dataGaLocation":335},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[401,405,408,413],{"text":402,"config":403},"CI/CD",{"href":404,"dataGaLocation":335,"dataGaName":402},"/ja-jp/solutions/continuous-integration/",{"text":366,"config":406},{"href":371,"dataGaLocation":335,"dataGaName":407},"gitlab duo agent platform - product menu",{"text":409,"config":410},"ソースコード管理",{"href":411,"dataGaLocation":335,"dataGaName":412},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":414,"config":415},"自動化されたソフトウェアデリバリー",{"href":398,"dataGaLocation":335,"dataGaName":416},"Automated software delivery",{"title":418,"description":419,"link":420,"items":425},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":421},{"href":422,"dataGaName":423,"dataGaLocation":335,"icon":424},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[426,430,435],{"text":427,"config":428},"アプリケーションセキュリティテスト",{"href":422,"dataGaName":429,"dataGaLocation":335},"Application security testing",{"text":431,"config":432},"ソフトウェアサプライチェーンセキュリティ",{"href":433,"dataGaLocation":335,"dataGaName":434},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":436,"config":437},"ソフトウェアコンプライアンス",{"href":438,"dataGaName":439,"dataGaLocation":335},"/ja-jp/solutions/software-compliance/","software compliance",{"title":441,"link":442,"items":447},"測定",{"config":443},{"icon":444,"href":445,"dataGaName":446,"dataGaLocation":335},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[448,452,457],{"text":449,"config":450},"可視性と測定",{"href":445,"dataGaLocation":335,"dataGaName":451},"Visibility and Measurement",{"text":453,"config":454},"バリューストリーム管理",{"href":455,"dataGaLocation":335,"dataGaName":456},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":458,"config":459},"分析とインサイト",{"href":460,"dataGaLocation":335,"dataGaName":461},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":463,"type":386,"items":464},"GitLabが活躍する場所",[465,471,477],{"text":466,"config":467},"大企業",{"icon":468,"href":469,"dataGaLocation":335,"dataGaName":470},"Building","/ja-jp/enterprise/","enterprise",{"text":472,"config":473},"スモールビジネス",{"icon":474,"href":475,"dataGaLocation":335,"dataGaName":476},"Work","/ja-jp/small-business/","small business",{"text":478,"config":479},"公共部門",{"icon":480,"href":481,"dataGaLocation":335,"dataGaName":482},"Organization","/ja-jp/solutions/public-sector/","public sector",{"text":484,"config":485},"価格",{"href":486,"dataGaName":487,"dataGaLocation":335,"dataNavLevelOne":487},"/ja-jp/pricing/","pricing",{"text":489,"config":490,"menu":492},"関連リソース",{"dataNavLevelOne":491},"resources",{"type":386,"link":493,"columns":497,"feature":591},{"text":494,"config":495},"すべてのリソースを表示",{"href":496,"dataGaName":491,"dataGaLocation":335},"/ja-jp/resources/",[498,531,558],{"title":499,"items":500},"はじめに",[501,506,511,516,521,526],{"text":502,"config":503},"インストール",{"href":504,"dataGaName":505,"dataGaLocation":335},"/ja-jp/install/","install",{"text":507,"config":508},"クイックスタートガイド",{"href":509,"dataGaName":510,"dataGaLocation":335},"/ja-jp/get-started/","quick setup checklists",{"text":512,"config":513},"学ぶ",{"href":514,"dataGaLocation":335,"dataGaName":515},"https://university.gitlab.com/","learn",{"text":517,"config":518},"製品ドキュメント",{"href":519,"dataGaName":520,"dataGaLocation":335},"https://docs.gitlab.com/ja-jp/","product documentation",{"text":522,"config":523},"ベストプラクティスビデオ",{"href":524,"dataGaName":525,"dataGaLocation":335},"/ja-jp/getting-started-videos/","best practice videos",{"text":527,"config":528},"インテグレーション",{"href":529,"dataGaName":530,"dataGaLocation":335},"/ja-jp/integrations/","integrations",{"title":532,"items":533},"検索する",[534,539,544,549,553],{"text":535,"config":536},"お客様成功事例",{"href":537,"dataGaName":538,"dataGaLocation":335},"/ja-jp/customers/","customer success stories",{"text":540,"config":541},"ブログ",{"href":542,"dataGaName":543,"dataGaLocation":335},"/ja-jp/blog/","blog",{"text":545,"config":546},"Demo Hub",{"href":547,"dataGaName":548,"dataGaLocation":335},"/ja-jp/demo-hub/","demo hub",{"text":550,"config":551},"The Source",{"href":552,"dataGaName":543,"dataGaLocation":335},"/ja-jp/the-source/",{"text":554,"config":555},"リモート",{"href":556,"dataGaName":557,"dataGaLocation":335},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":559,"items":560},"つなげる",[561,566,571,576,581,586],{"text":562,"config":563},"GitLabサービス",{"href":564,"dataGaName":565,"dataGaLocation":335},"/ja-jp/services/","services",{"text":567,"config":568},"コントリビュート",{"href":569,"dataGaName":570,"dataGaLocation":335},"https://contributors.gitlab.com","contribute",{"text":572,"config":573},"コミュニティ",{"href":574,"dataGaName":575,"dataGaLocation":335},"/community/","community",{"text":577,"config":578},"フォーラム",{"href":579,"dataGaName":580,"dataGaLocation":335},"https://forum.gitlab.com/","forum",{"text":582,"config":583},"イベント",{"href":584,"dataGaName":585,"dataGaLocation":335},"/events/","events",{"text":587,"config":588},"パートナー",{"href":589,"dataGaName":590,"dataGaLocation":335},"/ja-jp/partners/","partners",{"config":592,"title":595,"text":596,"link":597},{"background":593,"textColor":594},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","GitLabの最新情報","最新の機能と改善点に関する情報をお届けします。",{"text":598,"config":599},"最新情報を読む",{"href":600,"dataGaName":601,"dataGaLocation":335},"/ja-jp/whats-new/","whats new",{"text":603,"config":604,"menu":606},"企業情報",{"dataNavLevelOne":605},"company",{"type":386,"columns":607},[608],{"items":609},[610,615,621,623,628,633,638,643,648,653],{"text":611,"config":612},"GitLabについて",{"href":613,"dataGaName":614,"dataGaLocation":335},"/ja-jp/company/","about",{"text":616,"config":617,"footerGa":620},"採用情報",{"href":618,"dataGaName":619,"dataGaLocation":335},"/jobs/","jobs",{"dataGaName":619},{"text":582,"config":622},{"href":584,"dataGaName":585,"dataGaLocation":335},{"text":624,"config":625},"経営陣",{"href":626,"dataGaName":627,"dataGaLocation":335},"/company/team/e-group/","leadership",{"text":629,"config":630},"ハンドブック",{"href":631,"dataGaName":632,"dataGaLocation":335},"https://handbook.gitlab.com/","handbook",{"text":634,"config":635},"投資家向け情報",{"href":636,"dataGaName":637,"dataGaLocation":335},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":639,"config":640},"トラストセンター",{"href":641,"dataGaName":642,"dataGaLocation":335},"/ja-jp/security/","trust center",{"text":644,"config":645},"AI Transparency Center",{"href":646,"dataGaName":647,"dataGaLocation":335},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":649,"config":650},"ニュースレター",{"href":651,"dataGaName":652,"dataGaLocation":335},"/company/contact/#contact-forms","newsletter",{"text":654,"config":655},"プレス",{"href":656,"dataGaName":657,"dataGaLocation":335},"/press/","press",{"text":659,"config":660,"menu":661},"お問い合わせ",{"dataNavLevelOne":605},{"type":386,"columns":662},[663],{"items":664},[665,670,675],{"text":666,"config":667},"お問い合わせはこちら",{"href":668,"dataGaName":669,"dataGaLocation":335},"/ja-jp/sales/","talk to sales",{"text":671,"config":672},"サポートを受ける",{"href":673,"dataGaName":674,"dataGaLocation":335},"https://support.gitlab.com/hc/en-us","support portal",{"text":676,"config":677},"カスタマーポータル",{"href":678,"dataGaName":679,"dataGaLocation":335},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":681,"login":682,"suggestions":689},"閉じる",{"text":683,"link":684},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":685,"config":686},"GitLab.com",{"href":349,"dataGaName":687,"dataGaLocation":688},"search login","search",{"text":690,"default":691},"提案",[692,694,699,701,705,709],{"text":366,"config":693},{"href":371,"dataGaName":366,"dataGaLocation":688},{"text":695,"config":696},"コード提案（AI）",{"href":697,"dataGaName":698,"dataGaLocation":688},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":402,"config":700},{"href":404,"dataGaName":402,"dataGaLocation":688},{"text":702,"config":703},"GitLab on AWS",{"href":704,"dataGaName":702,"dataGaLocation":688},"/ja-jp/partners/technology-partners/aws/",{"text":706,"config":707},"GitLab on Google Cloud",{"href":708,"dataGaName":706,"dataGaLocation":688},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":710,"config":711},"GitLabを選ぶ理由",{"href":379,"dataGaName":712,"dataGaLocation":688},"Why GitLab?",{"freeTrial":714,"mobileIcon":718,"desktopIcon":723,"secondaryButton":726},{"text":337,"config":715},{"href":716,"dataGaName":340,"dataGaLocation":717},"https://gitlab.com/-/trials/new/","nav",{"altText":719,"config":720},"GitLabアイコン",{"src":721,"dataGaName":722,"dataGaLocation":717},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":719,"config":724},{"src":725,"dataGaName":722,"dataGaLocation":717},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":499,"config":727},{"href":728,"dataGaName":729,"dataGaLocation":717},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":731,"mobileIcon":735,"desktopIcon":737},{"text":732,"config":733},"GitLab Duoの詳細について",{"href":371,"dataGaName":734,"dataGaLocation":717},"gitlab duo",{"altText":719,"config":736},{"src":721,"dataGaName":722,"dataGaLocation":717},{"altText":719,"config":738},{"src":725,"dataGaName":722,"dataGaLocation":717},{"button":740,"mobileIcon":745,"desktopIcon":747},{"text":741,"config":742},"/switch",{"href":743,"dataGaName":744,"dataGaLocation":717},"#contact","switch",{"altText":719,"config":746},{"src":721,"dataGaName":722,"dataGaLocation":717},{"altText":719,"config":748},{"src":749,"dataGaName":722,"dataGaLocation":717},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":751,"mobileIcon":756,"desktopIcon":758},{"text":752,"config":753},"料金ページに戻る",{"href":486,"dataGaName":754,"dataGaLocation":717,"icon":755},"back to pricing","GoBack",{"altText":719,"config":757},{"src":721,"dataGaName":722,"dataGaLocation":717},{"altText":719,"config":759},{"src":725,"dataGaName":722,"dataGaLocation":717},{"title":761,"button":762,"config":766},"GitLab Orbitが登場: AIエージェントのためのコンテキストレイヤー",{"text":377,"config":763},{"href":764,"dataGaName":765,"dataGaLocation":335},"/ja-jp/gitlab-orbit/","orbit",{"layout":767,"disabled":318},"release",{"data":769},{"text":770,"source":771,"edit":777,"contribute":782,"config":787,"items":792,"minimal":1000},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":772,"config":773},"ページのソースを表示",{"href":774,"dataGaName":775,"dataGaLocation":776},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":778,"config":779},"このページを編集",{"href":780,"dataGaName":781,"dataGaLocation":776},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":783,"config":784},"ご協力をお願いします",{"href":785,"dataGaName":786,"dataGaLocation":776},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":788,"facebook":789,"youtube":790,"linkedin":791},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[793,837,890,933,967],{"title":484,"links":794,"subMenu":809},[795,799,804],{"text":796,"config":797},"プランの表示",{"href":486,"dataGaName":798,"dataGaLocation":776},"view plans",{"text":800,"config":801},"Premiumを選ぶ理由",{"href":802,"dataGaName":803,"dataGaLocation":776},"/ja-jp/pricing/premium/","why premium",{"text":805,"config":806},"Ultimateを選ぶ理由",{"href":807,"dataGaName":808,"dataGaLocation":776},"/ja-jp/pricing/ultimate/","why ultimate",[810],{"title":659,"links":811},[812,814,816,818,822,827,832],{"text":659,"config":813},{"href":668,"dataGaName":345,"dataGaLocation":776},{"text":671,"config":815},{"href":673,"dataGaName":674,"dataGaLocation":776},{"text":676,"config":817},{"href":678,"dataGaName":679,"dataGaLocation":776},{"text":819,"config":820},"ステータス",{"href":821,"dataGaName":128,"dataGaLocation":776},"https://status.gitlab.com/",{"text":823,"config":824},"利用規約",{"href":825,"dataGaName":826,"dataGaLocation":776},"/terms/","terms of use",{"text":828,"config":829},"プライバシーに関する声明",{"href":830,"dataGaName":831,"dataGaLocation":776},"/ja-jp/privacy/","privacy statement",{"text":833,"config":834},"Cookie 優先設定",{"dataGaName":835,"dataGaLocation":776,"id":836,"isOneTrustButton":312},"cookie preferences","ot-sdk-btn",{"title":382,"links":838,"subMenu":847},[839,843],{"text":840,"config":841},"DevSecOpsプラットフォーム",{"href":364,"dataGaName":842,"dataGaLocation":776},"devsecops platform",{"text":844,"config":845},"AI支援開発",{"href":371,"dataGaName":846,"dataGaLocation":776},"ai-assisted development",[848],{"title":849,"links":850},"トピック",[851,855,860,865,870,875,880,885],{"text":402,"config":852},{"href":853,"dataGaName":854,"dataGaLocation":776},"/ja-jp/topics/ci-cd/","cicd",{"text":856,"config":857},"GitOps",{"href":858,"dataGaName":859,"dataGaLocation":776},"/ja-jp/topics/gitops/","gitops",{"text":861,"config":862},"DevOps",{"href":863,"dataGaName":864,"dataGaLocation":776},"/ja-jp/topics/devops/","devops",{"text":866,"config":867},"バージョン管理",{"href":868,"dataGaName":869,"dataGaLocation":776},"/ja-jp/topics/version-control/","version control",{"text":871,"config":872},"DevSecOps",{"href":873,"dataGaName":874,"dataGaLocation":776},"/ja-jp/topics/devsecops/","devsecops",{"text":876,"config":877},"クラウドネイティブ",{"href":878,"dataGaName":879,"dataGaLocation":776},"/ja-jp/topics/cloud-native/","cloud native",{"text":881,"config":882},"コーディングのためのAI",{"href":883,"dataGaName":884,"dataGaLocation":776},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":886,"config":887},"エージェント型AI",{"href":888,"dataGaName":889,"dataGaLocation":776},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":891,"links":892},"ソリューション",[893,896,898,903,907,910,913,916,918,920,923,928],{"text":427,"config":894},{"href":422,"dataGaName":895,"dataGaLocation":776},"Application Security Testing",{"text":414,"config":897},{"href":398,"dataGaName":399,"dataGaLocation":776},{"text":899,"config":900},"アジャイル開発",{"href":901,"dataGaName":902,"dataGaLocation":776},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":904,"config":905},"SCM",{"href":411,"dataGaName":906,"dataGaLocation":776},"source code management",{"text":402,"config":908},{"href":404,"dataGaName":909,"dataGaLocation":776},"continuous integration & delivery",{"text":453,"config":911},{"href":455,"dataGaName":912,"dataGaLocation":776},"value stream management",{"text":856,"config":914},{"href":915,"dataGaName":859,"dataGaLocation":776},"/ja-jp/solutions/gitops/",{"text":466,"config":917},{"href":469,"dataGaName":470,"dataGaLocation":776},{"text":472,"config":919},{"href":475,"dataGaName":476,"dataGaLocation":776},{"text":921,"config":922},"公共機関",{"href":481,"dataGaName":482,"dataGaLocation":776},{"text":924,"config":925},"教育",{"href":926,"dataGaName":927,"dataGaLocation":776},"/ja-jp/solutions/education/","education",{"text":929,"config":930},"金融サービス",{"href":931,"dataGaName":932,"dataGaLocation":776},"/ja-jp/solutions/finance/","financial services",{"title":934,"links":935},"リソース",[936,938,940,942,946,948,951,953,955,957,959,961,963,965],{"text":502,"config":937},{"href":504,"dataGaName":505,"dataGaLocation":776},{"text":507,"config":939},{"href":509,"dataGaName":510,"dataGaLocation":776},{"text":512,"config":941},{"href":514,"dataGaName":515,"dataGaLocation":776},{"text":517,"config":943},{"href":944,"dataGaName":945,"dataGaLocation":776},"https://docs.gitlab.com/ja-jp","docs",{"text":540,"config":947},{"href":542,"dataGaName":543,"dataGaLocation":776},{"text":949,"config":950},"最新リリース",{"href":600,"dataGaName":601,"dataGaLocation":776},{"text":535,"config":952},{"href":537,"dataGaName":538,"dataGaLocation":776},{"text":554,"config":954},{"href":556,"dataGaName":557,"dataGaLocation":776},{"text":562,"config":956},{"href":564,"dataGaName":565,"dataGaLocation":776},{"text":567,"config":958},{"href":569,"dataGaName":570,"dataGaLocation":776},{"text":572,"config":960},{"href":574,"dataGaName":575,"dataGaLocation":776},{"text":577,"config":962},{"href":579,"dataGaName":580,"dataGaLocation":776},{"text":582,"config":964},{"href":584,"dataGaName":585,"dataGaLocation":776},{"text":587,"config":966},{"href":589,"dataGaName":590,"dataGaLocation":776},{"title":968,"links":969},"会社情報",[970,972,974,976,978,980,984,989,991,993,995],{"text":611,"config":971},{"href":613,"dataGaName":605,"dataGaLocation":776},{"text":616,"config":973},{"href":618,"dataGaName":619,"dataGaLocation":776},{"text":624,"config":975},{"href":626,"dataGaName":627,"dataGaLocation":776},{"text":629,"config":977},{"href":631,"dataGaName":632,"dataGaLocation":776},{"text":634,"config":979},{"href":636,"dataGaName":637,"dataGaLocation":776},{"text":981,"config":982},"Sustainability",{"href":983,"dataGaName":981,"dataGaLocation":776},"/sustainability/",{"text":985,"config":986},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":987,"dataGaName":988,"dataGaLocation":776},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":639,"config":990},{"href":641,"dataGaName":642,"dataGaLocation":776},{"text":649,"config":992},{"href":651,"dataGaName":652,"dataGaLocation":776},{"text":654,"config":994},{"href":656,"dataGaName":657,"dataGaLocation":776},{"text":996,"config":997},"現代奴隷制の透明性に関する声明",{"href":998,"dataGaName":999,"dataGaLocation":776},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":1001},[1002,1004,1007],{"text":823,"config":1003},{"href":825,"dataGaName":826,"dataGaLocation":776},{"text":1005,"config":1006},"Cookieの設定",{"dataGaName":835,"dataGaLocation":776,"id":836,"isOneTrustButton":312},{"text":828,"config":1008},{"href":830,"dataGaName":831,"dataGaLocation":776},[1010],{"id":1011,"title":7,"body":311,"config":1012,"content":1014,"description":311,"extension":1017,"meta":1018,"navigation":312,"path":1019,"seo":1020,"stem":1021,"__hash__":1022},"blogAuthors/en-us/blog/authors/rebecca-carter.yml",{"template":1013},"BlogAuthor",{"name":7,"config":1015},{"headshot":1016},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1771439187/akva6hmo8z5qrd1fhrzp.jpg","yml",{},"/en-us/blog/authors/rebecca-carter",{},"en-us/blog/authors/rebecca-carter","cIftCmya7qHrmJaiagb4Rk48mtLKd0x2Ye5Ogpl_818",[1024,1032,1039],{"title":1025,"description":1026,"heroImage":1027,"category":307,"date":1028,"authors":1029,"slug":1031,"externalUrl":311},"Loop Engineeringの実践方法：GitLab × Claude Codeでの実装例","GitLabとClaude Codeで実践するLoop Engineeringの実装例をご紹介。AIエージェントを自律稼働させるcron起動・Skills活用・ラベルベースのフローと、必須のガードレール設計を解説します。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1785215335/oevhcbrbev1zyfubdfxz.jpg","2026-07-31",[1030],"Issei Hamada, Sony Biz Networks Corporation","loop-engineering-gitlab-claude-code",{"title":1033,"description":1034,"heroImage":1035,"category":307,"date":1028,"authors":1036,"slug":1038,"externalUrl":311},"エージェント型AI、MCP、AIコードアシスタントを統制する方法","AIエージェントは、各ステップで人によるレビューを介さずに、コードの記述、プッシュ、デプロイを行うことができます。アクセス、権限、監査証跡を統制する実践的なフレームワークを解説します。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1785337625/ifzlc2hyzaxhzmjgyymh.png",[1037],"Julie Griffin","govern-agentic-ai-mcps-code-assistants",{"title":1040,"description":1041,"heroImage":1042,"category":307,"date":1043,"authors":1044,"slug":1046,"externalUrl":311},"Claude Opus 5、GitLabで最難関タスクに挑む","AnthropicのClaude Opus 5がGitLab Duo Agent Platformで利用可能になりました。速度を犠牲にすることなく、より深い推論力を提供します。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1750099203/Blog/Hero%20Images/Blog/Hero%20Images/blog-image-template-1800x945%20%2820%29_2bJGC5ZP3WheoqzlLT05C5_1750099203484.png","2026-07-27",[1045],"Brittany Lutz","claude-opus-5-on-gitlab-duo-agent-platform",{"promotions":1048},[1049,1062,1073,1085],{"id":1050,"categories":1051,"header":1052,"text":1053,"button":1054,"image":1059},"ai-modernization",[307],"AIの真価、組織全体で発揮できていますか？","所要時間は5分以内です",{"text":1055,"config":1056},"AI成熟度スコアを確認する",{"href":1057,"dataGaName":1058,"dataGaLocation":543},"/ja-jp/assessments/ai-modernization-assessment/","modernization assessment",{"config":1060},{"src":1061},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1063,"categories":1064,"header":1065,"text":1053,"button":1066,"image":1070},"devops-modernization",[324,874],"単にツールを管理するだけでなく、イノベーションを提供していますか？",{"text":1067,"config":1068},"DevOps成熟度スコアを確認しましょう",{"href":1069,"dataGaName":1058,"dataGaLocation":543},"/ja-jp/assessments/devops-modernization-assessment/",{"config":1071},{"src":1072},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1074,"categories":1075,"header":1077,"text":1053,"button":1078,"image":1082},"security-modernization",[1076],"security","スピードのためにセキュリティを犠牲にしていませんか？",{"text":1079,"config":1080},"セキュリティ成熟度スコアを確認しましょう",{"href":1081,"dataGaName":1058,"dataGaLocation":543},"/ja-jp/assessments/security-modernization-assessment/",{"config":1083},{"src":1084},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1086,"paths":1087,"header":1090,"text":1091,"button":1092,"image":1097},"github-azure-migration",[1088,1089],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","チームはGitHubのAzure移行に対応できていますか？","GitHubはすでにAzureを基盤として再構築を進めています。それがあなたのチームにとって何を意味するのか、ご確認ください。",{"text":1093,"config":1094},"GitLabとGitHubの比較を見る",{"href":1095,"dataGaName":1096,"dataGaLocation":543},"/ja-jp/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1098},{"src":1072},{"header":1100,"blurb":1101,"button":1102,"secondaryButton":1106},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":337,"config":1103},{"href":1104,"dataGaName":340,"dataGaLocation":1105},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":659,"config":1107},{"href":668,"dataGaName":345,"dataGaLocation":1105},1786803782972]