[{"data":1,"prerenderedAt":997},["ShallowReactive",2],{"/ja-jp/blog/transform-mrs-to-automated-workflow":3,"navigation-ja-jp":230,"banner-ja-jp":647,"footer-ja-jp":656,"blog-post-authors-ja-jp-Corinne Dent":897,"blog-related-posts-ja-jp-transform-mrs-to-automated-workflow":913,"blog-promotions-ja-jp":936,"next-steps-ja-jp":988},{"id":4,"title":5,"authors":6,"body":8,"category":210,"date":211,"description":212,"extension":213,"externalUrl":214,"featured":215,"heroImage":216,"meta":217,"navigation":218,"path":219,"seo":220,"slug":222,"stem":223,"tags":224,"template":228,"updatedDate":214,"__hash__":229},"blogPosts/ja-jp/blog/transform-mrs-to-automated-workflow.md","GitLab 19.0: マージリクエストを手動作業から自動化ワークフローへ",[7],"Corinne Dent",{"type":9,"value":10,"toc":200},"minimark",[11,15,18,21,26,29,32,35,52,58,64,78,81,91,100,104,107,110,117,120,124,131,134,138,141,144,155,164,168],[12,13,14],"p",{},"AIによってコードを書くスピードは飛躍的に向上しました。しかし、マージリクエストを開いてからマージするまでの作業は、ほぼすべて手動のままです。レビュアーのアサイン、フィードバックへの対応、コンフリクトの解決、マージ前のリベース - いずれのステップも、デベロッパーの手を離れることはありませんでした。ボトルネックの場所は変わっても、ツールはそれに適応できていませんでした。",[12,16,17],{},"GitLab 19.0で、この状況が変わります。デベロッパーフローはMRライフサイクル全体に拡張されました。レビュアーのフィードバックへの対応、長期ブランチでのコンフリクト解決、未知のコードベースの調査、肥大化したMRの分割 - これらすべてを単一のAIエージェントが担います。自律的なマージコンフリクト解決機能とワンクリックリベース＆マージと組み合わせることで、MRを開いてからマージするまでの手動作業を大幅に削減できます。",[12,19,20],{},"デベロッパーフローは、AIコーディングツールの新しいカテゴリに位置づけられます。第一世代のAIはコーディングそのものを加速させ、第二世代はチャット画面を提供しました。今生まれつつあるのは、それとは異なるものです。特定の瞬間だけでなく、作業全体にわたって参加するエージェントです。デベロッパーは意思決定とレビューに集中し、実行はエージェントに委ねられます。",[22,23,25],"h2",{"id":24},"mrライフサイクル全体をカバーするデベロッパーフロー","MRライフサイクル全体をカバーするデベロッパーフロー",[12,27,28],{},"デベロッパーフローを昨年リリースした際は、イシューからマージリクエストを生成する機能からスタートしました。「何を作るか」から「レビューするMR」までの繰り返し作業を自動化することは、出発点にすぎませんでした。もっとも、対象は一つのタスクに限られており、MRが作成された後のイテレーション作業は依然として完全に手動でした。",[12,30,31],{},"今回のデベロッパーフローは、残りの手動作業を引き継ぎます。これまでデベロッパー自身が行っていた作業を担うエージェントが、MRのライフサイクル全体にわたって機能します。",[12,33,34],{},"実際のデベロッパーフローを紹介します：",[12,36,37,41,42,46,47,51],{},[38,39,40],"strong",{},"どのステージからでも起動できます。「MRを生成」"," ボタンでイシューからデベロッパーフローを開始したり、Duo Developerサービスアカウントをイシューやマージリクエストに直接アサインしたり、イシューやマージリクエストのディスカッションスレッドから新しい",[43,44,45],"code",{},"@mention","トリガーで呼び出すことができます。エージェントは会話を引き継ぎ、新しいMRを別途作成するのではなく、",[48,49,50],"em",{},"同じ","MRを継続して改善します。",[12,53,54,57],{},[38,55,56],{},"コードを取り巻く作業を処理します。"," デベロッパーフローは、同一MR内での複数ラウンドのレビューフィードバック対応、長期ブランチでのマージコンフリクト解決、未知のコードベースの調査やアプローチ評価とそのレポート、肥大化したMRの分割、一からの機能実装を担えるようになりました。",[12,59,60,63],{},[38,61,62],{},"ライフサイクル全体にわたる処理を実現する設計に刷新されました。"," 内部的には、デベロッパーフローはデベロッパーツール一式（読み取り、grep、編集、コマンド実行）を備えた単一のエージェントループとして再設計されており、どのツールをいつ使うかをエージェント自身が判断します。さらに重要なのは、単一のエージェントがMRライフサイクル全体に参加できる基盤アーキテクチャとなった点です。",[12,65,66,69,70,73,74,77],{},[38,67,68],{},"AIコーディングツールを超えるための適切なプロジェクト設定が含まれています。"," デベロッパーフローは",[43,71,72],{},"AGENTS.md","を読み込み、コードだけでは伝わらない情報を把握します。明示されていないbashコマンド、プロジェクトの慣例、環境の特性、そしてエージェントが初回から正確に動くために必要なアーキテクチャの判断事項などです。",[43,75,76],{},"agent-config.yml","は適切な依存関係、ツール、設定でコーディング環境を整備し、エージェントがテストの実行、pre-commitフックの実行、コミット前のフィードバックループの完結を行えるようにします。これは、エージェントにすぐ動ける環境を与え、手戻りではなく自分たちの基準に合った成果を生み出すための仕組みです。",[12,79,80],{},"全体を見渡し、方向性を決め、レビューするのは変わらず人間です。実行はエージェントが担います。",[12,82,83,84,90],{},"新しいデベロッパーフローの機能は、PremiumおよびUltimateの",[85,86,89],"a",{"href":87,"rel":88},"https://about.gitlab.com/ja-jp/gitlab-duo-agent-platform/",[],"GitLab Duo Agent Platform","でご利用いただけます。",[92,93],"iframe",{"src":94,"frameBorder":95,"allow":96,"referrerPolicy":97,"style":98,"title":99},"https://player.vimeo.com/video/1193748336?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%;","GitLab Duo Agent Platform Developer Flow",[101,102],"script",{"src":103},"https://player.vimeo.com/api/player.js",[22,105,106],{"id":106},"マージコンフリクト解決をフローの一部に",[12,108,109],{},"マージコンフリクトの解決は、MRワークフローで最も苦痛を伴う繰り返し作業の一つです。コードが複雑になるほど、バグが発生しやすくなります。コンフリクトを解決するには、頭の中で、テキストエディタに向かいながら、2つのブランチの意図を同時に再構築しなければならず、テストも実行されません。バックポートや複数のリリースブランチにわたる連鎖的なMRを管理するチームにとって、これは時折発生する不便ではなく、デリバリー速度に対する継続的なコストです。",[12,111,112,113,116],{},"GitLab 19.0では、MRを離れることなくこの作業をエージェントに委ねられます。「",[38,114,115],{},"Duoで解決","」ボタン（現在ベータ版）がMRのコンフリクトページとマージチェックウィジェットに直接表示されます。",[12,118,119],{},"エージェントはMRの意図を読み取り、両方のブランチを確認し、解決戦略を選択してコンフリクトのあるファイルを編集し、コミットして修正内容をプッシュします。作業完了後、エージェントは検出したコンフリクトと解決のアプローチをまとめたコメントを残します。これにより、次のレビュアーが判断の経緯を逆算する必要がなくなり、監査証跡も保たれます。コンフリクトを安全に解決できない場合、エージェントは推測で進むのではなく、その旨を伝えます。",[22,121,123],{"id":122},"ワンクリックでリベースマージ","ワンクリックでリベース＆マージ",[12,125,126,127,130],{},"上記の機能はMR内部の作業を処理します。19.0のもう一つの機能は、MRをマージする際のワークフロー終盤のわずらわしさを解消します： ",[38,128,129],{},"ワンクリックリベース＆マージ（現在ベータ版）"," です。",[12,132,133],{},"半線形履歴または早送りマージメソッドを使用しているチームでは、これまでマージ前のリベースに2ステップと待機時間が必要でした。リベースして、完了を待って、戻ってきてマージする。これが1ステップになります。この機能はFree、Premium、Ultimateのすべてのプランでご利用いただけます。",[22,135,137],{"id":136},"mr作業の負担を減らす","MR作業の負担を減らす",[12,139,140],{},"これらの機能を組み合わせることで、AIが判断を伴う作業を担います - コードの記述、フィードバックへの対応、コンフリクトの解決。自動化はマージ前のリベースのような機械的な処理を担います。アプローチは異なっていても、目指す成果は同じです。MRを開いてからマージするまでの手動作業を減らし、デベロッパーがMRの中で本来関わらなくて良い部分に費やす時間を削減することです。",[22,142,143],{"id":143},"今すぐデベロッパーフローを試す",[12,145,146,147,151,152,154],{},"現在GitLabをお使いのお客様は、",[85,148,150],{"href":87,"rel":149},[],"GitLab Duo Agent Platformの無料トライアルを開始","することでデベロッパーフローをお試しいただけます。すでにDuo Agent Platform付きのPremiumまたはUltimateをご利用中であれば、ご利用のバージョンにかかわらず、次にマージリクエストを作成する時点からすぐにデベロッパーフローをお使いいただけます。19.0より前のバージョンをお使いの場合、",[43,153,45],{},"ワークフローをご利用いただくには、mentionトリガーの手動設定が必要になる場合があります。",[12,156,157,158,163],{},"GitLabのFreeプランをご利用の場合は、",[85,159,162],{"href":160,"rel":161},"https://docs.gitlab.com/ja-jp/subscriptions/gitlab_credits/#for-the-free-tier",[],"簡単な手順をいくつか踏むだけ","でGitLab Duo Agent Platformにサインアップいただけます。",[22,165,167],{"id":166},"gitlab-190の詳細はこちら","GitLab 19.0の詳細はこちら",[169,170,171,179,186,193],"ul",{},[172,173,174],"li",{},[85,175,178],{"href":176,"rel":177},"https://docs.gitlab.com/ja-jp/releases/19/gitlab-19-0-released/",[],"GitLab 19.0がリリースされました",[172,180,181],{},[85,182,185],{"href":183,"rel":184},"https://about.gitlab.com/ja-jp/blog/more-ai-models-for-duo-agent-platform-self-hosted/",[],"GitLab Duo Agent Platform Self-Hostedでさらに多くのAIモデルに対応",[172,187,188],{},[85,189,192],{"href":190,"rel":191},"https://about.gitlab.com/ja-jp/blog/secrets-manager-in-public-beta/",[],"GitLab Secrets ManagerでCI/CDクレデンシャルを管理",[172,194,195],{},[85,196,199],{"href":197,"rel":198},"https://about.gitlab.com/ja-jp/blog/track-ci-component-usage/",[],"組織全体でCIコンポーネントの使用状況を追跡",{"title":201,"searchDepth":202,"depth":202,"links":203},"",2,[204,205,206,207,208,209],{"id":24,"depth":202,"text":25},{"id":106,"depth":202,"text":106},{"id":122,"depth":202,"text":123},{"id":136,"depth":202,"text":137},{"id":143,"depth":202,"text":143},{"id":166,"depth":202,"text":167},"ai","2026-05-21","GitLab 19.0では、デベロッパーフローがMRライフサイクル全体に拡張されました。レビュアーフィードバックへの対応、自律的なマージコンフリクト解決、ワンクリックリベース＆マージにより、MRにかかる手動作業を大幅に削減します。","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1779189265/iqzyhhiwagxzwywvjzow.png",{},true,"/ja-jp/blog/transform-mrs-to-automated-workflow",{"config":221,"title":5,"description":212},{"noIndex":215},"transform-mrs-to-automated-workflow","ja-jp/blog/transform-mrs-to-automated-workflow",[225,226,227],"AI","product","features","BlogPost","aqd-xVHyb3oGEcLNJYdg_R87VmCyE2Cc11XyRUtasIQ",{"logo":231,"freeTrial":236,"sales":241,"login":246,"items":251,"search":567,"minimal":600,"duo":617,"switchNav":626,"pricingDeployment":637},{"config":232},{"href":233,"dataGaName":234,"dataGaLocation":235},"/ja-jp/","gitlab logo","header",{"text":237,"config":238},"無料トライアルを開始",{"href":239,"dataGaName":240,"dataGaLocation":235},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp&glm_content=default-saas-trial/","free trial",{"text":242,"config":243},"お問い合わせはこちら",{"href":244,"dataGaName":245,"dataGaLocation":235},"/ja-jp/sales/","sales",{"text":247,"config":248},"サインイン",{"href":249,"dataGaName":250,"dataGaLocation":235},"https://gitlab.com/users/sign_in/","sign in",[252,280,382,387,491,547],{"text":253,"config":254,"menu":256},"プラットフォーム",{"dataNavLevelOne":255},"platform",{"type":257,"columns":258},"cards",[259,265,272],{"title":253,"description":260,"link":261},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":262,"config":263},"プラットフォームの詳細はこちら",{"href":264,"dataGaName":255,"dataGaLocation":235},"/ja-jp/platform/",{"title":89,"description":266,"link":267},"ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":268,"config":269},"GitLab Duoのご紹介",{"href":270,"dataGaName":271,"dataGaLocation":235},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":273,"description":274,"link":275},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":276,"config":277},"詳細はこちら",{"href":278,"dataGaName":279,"dataGaLocation":235},"/ja-jp/why-gitlab/","why gitlab",{"text":281,"left":218,"config":282,"menu":284},"製品",{"dataNavLevelOne":283},"solutions",{"type":285,"link":286,"columns":290,"feature":361},"lists",{"text":287,"config":288},"すべてのソリューションを表示",{"href":289,"dataGaName":283,"dataGaLocation":235},"/ja-jp/solutions/",[291,316,339],{"title":292,"description":293,"link":294,"items":299},"自動化","CI/CDと自動化でデプロイを加速",{"config":295},{"icon":296,"href":297,"dataGaName":298,"dataGaLocation":235},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[300,304,307,312],{"text":301,"config":302},"CI/CD",{"href":303,"dataGaLocation":235,"dataGaName":301},"/ja-jp/solutions/continuous-integration/",{"text":89,"config":305},{"href":270,"dataGaLocation":235,"dataGaName":306},"gitlab duo agent platform - product menu",{"text":308,"config":309},"ソースコード管理",{"href":310,"dataGaLocation":235,"dataGaName":311},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":313,"config":314},"自動化されたソフトウェアデリバリー",{"href":297,"dataGaLocation":235,"dataGaName":315},"Automated software delivery",{"title":317,"description":318,"link":319,"items":324},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":320},{"href":321,"dataGaName":322,"dataGaLocation":235,"icon":323},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[325,329,334],{"text":326,"config":327},"アプリケーションセキュリティテスト",{"href":321,"dataGaName":328,"dataGaLocation":235},"Application security testing",{"text":330,"config":331},"ソフトウェアサプライチェーンセキュリティ",{"href":332,"dataGaLocation":235,"dataGaName":333},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":335,"config":336},"ソフトウェアコンプライアンス",{"href":337,"dataGaName":338,"dataGaLocation":235},"/ja-jp/solutions/software-compliance/","software compliance",{"title":340,"link":341,"items":346},"測定",{"config":342},{"icon":343,"href":344,"dataGaName":345,"dataGaLocation":235},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[347,351,356],{"text":348,"config":349},"可視性と測定",{"href":344,"dataGaLocation":235,"dataGaName":350},"Visibility and Measurement",{"text":352,"config":353},"バリューストリーム管理",{"href":354,"dataGaLocation":235,"dataGaName":355},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":357,"config":358},"分析とインサイト",{"href":359,"dataGaLocation":235,"dataGaName":360},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":362,"type":285,"items":363},"GitLabが活躍する場所",[364,370,376],{"text":365,"config":366},"大企業",{"icon":367,"href":368,"dataGaLocation":235,"dataGaName":369},"Building","/ja-jp/enterprise/","enterprise",{"text":371,"config":372},"スモールビジネス",{"icon":373,"href":374,"dataGaLocation":235,"dataGaName":375},"Work","/ja-jp/small-business/","small business",{"text":377,"config":378},"公共部門",{"icon":379,"href":380,"dataGaLocation":235,"dataGaName":381},"Organization","/ja-jp/solutions/public-sector/","public sector",{"text":383,"config":384},"価格",{"href":385,"dataGaName":386,"dataGaLocation":235,"dataNavLevelOne":386},"/ja-jp/pricing/","pricing",{"text":388,"config":389,"menu":391},"関連リソース",{"dataNavLevelOne":390},"resources",{"type":285,"link":392,"columns":396,"feature":480},{"text":393,"config":394},"すべてのリソースを表示",{"href":395,"dataGaName":390,"dataGaLocation":235},"/ja-jp/resources/",[397,430,452],{"title":398,"items":399},"はじめに",[400,405,410,415,420,425],{"text":401,"config":402},"インストール",{"href":403,"dataGaName":404,"dataGaLocation":235},"/ja-jp/install/","install",{"text":406,"config":407},"クイックスタートガイド",{"href":408,"dataGaName":409,"dataGaLocation":235},"/ja-jp/get-started/","quick setup checklists",{"text":411,"config":412},"学ぶ",{"href":413,"dataGaLocation":235,"dataGaName":414},"https://university.gitlab.com/","learn",{"text":416,"config":417},"製品ドキュメント",{"href":418,"dataGaName":419,"dataGaLocation":235},"https://docs.gitlab.com/","product documentation",{"text":421,"config":422},"ベストプラクティスビデオ",{"href":423,"dataGaName":424,"dataGaLocation":235},"/ja-jp/getting-started-videos/","best practice videos",{"text":426,"config":427},"インテグレーション",{"href":428,"dataGaName":429,"dataGaLocation":235},"/ja-jp/integrations/","integrations",{"title":431,"items":432},"検索する",[433,438,443,447],{"text":434,"config":435},"お客様成功事例",{"href":436,"dataGaName":437,"dataGaLocation":235},"/ja-jp/customers/","customer success stories",{"text":439,"config":440},"ブログ",{"href":441,"dataGaName":442,"dataGaLocation":235},"/ja-jp/blog/","blog",{"text":444,"config":445},"The Source",{"href":446,"dataGaName":442,"dataGaLocation":235},"/ja-jp/the-source/",{"text":448,"config":449},"リモート",{"href":450,"dataGaName":451,"dataGaLocation":235},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":453,"items":454},"つなげる",[455,460,465,470,475],{"text":456,"config":457},"GitLabサービス",{"href":458,"dataGaName":459,"dataGaLocation":235},"/ja-jp/services/","services",{"text":461,"config":462},"コミュニティ",{"href":463,"dataGaName":464,"dataGaLocation":235},"/community/","community",{"text":466,"config":467},"フォーラム",{"href":468,"dataGaName":469,"dataGaLocation":235},"https://forum.gitlab.com/","forum",{"text":471,"config":472},"イベント",{"href":473,"dataGaName":474,"dataGaLocation":235},"/events/","events",{"text":476,"config":477},"パートナー",{"href":478,"dataGaName":479,"dataGaLocation":235},"/ja-jp/partners/","partners",{"config":481,"title":484,"text":485,"link":486},{"background":482,"textColor":483},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","GitLabの最新情報","最新の機能と改善点に関する情報をお届けします。",{"text":487,"config":488},"最新情報を読む",{"href":489,"dataGaName":490,"dataGaLocation":235},"/ja-jp/whats-new/","whats new",{"text":492,"config":493,"menu":495},"企業情報",{"dataNavLevelOne":494},"company",{"type":285,"columns":496},[497],{"items":498},[499,504,510,512,517,522,527,532,537,542],{"text":500,"config":501},"GitLabについて",{"href":502,"dataGaName":503,"dataGaLocation":235},"/ja-jp/company/","about",{"text":505,"config":506,"footerGa":509},"採用情報",{"href":507,"dataGaName":508,"dataGaLocation":235},"/jobs/","jobs",{"dataGaName":508},{"text":471,"config":511},{"href":473,"dataGaName":474,"dataGaLocation":235},{"text":513,"config":514},"経営陣",{"href":515,"dataGaName":516,"dataGaLocation":235},"/company/team/e-group/","leadership",{"text":518,"config":519},"ハンドブック",{"href":520,"dataGaName":521,"dataGaLocation":235},"https://handbook.gitlab.com/","handbook",{"text":523,"config":524},"投資家向け情報",{"href":525,"dataGaName":526,"dataGaLocation":235},"https://ir.gitlab.com/","investor relations",{"text":528,"config":529},"トラストセンター",{"href":530,"dataGaName":531,"dataGaLocation":235},"/ja-jp/security/","trust center",{"text":533,"config":534},"AI Transparency Center",{"href":535,"dataGaName":536,"dataGaLocation":235},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":538,"config":539},"ニュースレター",{"href":540,"dataGaName":541,"dataGaLocation":235},"/company/contact/#contact-forms","newsletter",{"text":543,"config":544},"プレス",{"href":545,"dataGaName":546,"dataGaLocation":235},"/press/","press",{"text":548,"config":549,"menu":550},"お問い合わせ",{"dataNavLevelOne":494},{"type":285,"columns":551},[552],{"items":553},[554,557,562],{"text":242,"config":555},{"href":244,"dataGaName":556,"dataGaLocation":235},"talk to sales",{"text":558,"config":559},"サポートを受ける",{"href":560,"dataGaName":561,"dataGaLocation":235},"https://support.gitlab.com","support portal",{"text":563,"config":564},"カスタマーポータル",{"href":565,"dataGaName":566,"dataGaLocation":235},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":568,"login":569,"suggestions":576},"閉じる",{"text":570,"link":571},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":572,"config":573},"GitLab.com",{"href":249,"dataGaName":574,"dataGaLocation":575},"search login","search",{"text":577,"default":578},"提案",[579,581,586,588,592,596],{"text":89,"config":580},{"href":270,"dataGaName":89,"dataGaLocation":575},{"text":582,"config":583},"コード提案（AI）",{"href":584,"dataGaName":585,"dataGaLocation":575},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":301,"config":587},{"href":303,"dataGaName":301,"dataGaLocation":575},{"text":589,"config":590},"GitLab on AWS",{"href":591,"dataGaName":589,"dataGaLocation":575},"/ja-jp/partners/technology-partners/aws/",{"text":593,"config":594},"GitLab on Google Cloud",{"href":595,"dataGaName":593,"dataGaLocation":575},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":597,"config":598},"GitLabを選ぶ理由",{"href":278,"dataGaName":599,"dataGaLocation":575},"Why GitLab?",{"freeTrial":601,"mobileIcon":605,"desktopIcon":610,"secondaryButton":613},{"text":237,"config":602},{"href":603,"dataGaName":240,"dataGaLocation":604},"https://gitlab.com/-/trials/new/","nav",{"altText":606,"config":607},"GitLabアイコン",{"src":608,"dataGaName":609,"dataGaLocation":604},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":606,"config":611},{"src":612,"dataGaName":609,"dataGaLocation":604},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":398,"config":614},{"href":615,"dataGaName":616,"dataGaLocation":604},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":618,"mobileIcon":622,"desktopIcon":624},{"text":619,"config":620},"GitLab Duoの詳細について",{"href":270,"dataGaName":621,"dataGaLocation":604},"gitlab duo",{"altText":606,"config":623},{"src":608,"dataGaName":609,"dataGaLocation":604},{"altText":606,"config":625},{"src":612,"dataGaName":609,"dataGaLocation":604},{"button":627,"mobileIcon":632,"desktopIcon":634},{"text":628,"config":629},"/switch",{"href":630,"dataGaName":631,"dataGaLocation":604},"#contact","switch",{"altText":606,"config":633},{"src":608,"dataGaName":609,"dataGaLocation":604},{"altText":606,"config":635},{"src":636,"dataGaName":609,"dataGaLocation":604},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":638,"mobileIcon":643,"desktopIcon":645},{"text":639,"config":640},"料金ページに戻る",{"href":385,"dataGaName":641,"dataGaLocation":604,"icon":642},"back to pricing","GoBack",{"altText":606,"config":644},{"src":608,"dataGaName":609,"dataGaLocation":604},{"altText":606,"config":646},{"src":612,"dataGaName":609,"dataGaLocation":604},{"title":648,"button":649,"config":654},"エージェント型AIがソフトウェアデリバリーをどのように変革するかをご覧ください",{"text":650,"config":651},"6月18日のGitLab Transcend日本開催版に申し込む",{"href":652,"dataGaName":653,"dataGaLocation":235},"/ja-jp/events/transcend/virtual/","transcend event",{"layout":655,"disabled":215},"release",{"data":657},{"text":658,"source":659,"edit":665,"contribute":670,"config":675,"items":680,"minimal":888},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":660,"config":661},"ページのソースを表示",{"href":662,"dataGaName":663,"dataGaLocation":664},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":666,"config":667},"このページを編集",{"href":668,"dataGaName":669,"dataGaLocation":664},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":671,"config":672},"ご協力をお願いします",{"href":673,"dataGaName":674,"dataGaLocation":664},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":676,"facebook":677,"youtube":678,"linkedin":679},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[681,726,779,823,855],{"title":383,"links":682,"subMenu":697},[683,687,692],{"text":684,"config":685},"プランの表示",{"href":385,"dataGaName":686,"dataGaLocation":664},"view plans",{"text":688,"config":689},"Premiumを選ぶ理由",{"href":690,"dataGaName":691,"dataGaLocation":664},"/ja-jp/pricing/premium/","why premium",{"text":693,"config":694},"Ultimateを選ぶ理由",{"href":695,"dataGaName":696,"dataGaLocation":664},"/ja-jp/pricing/ultimate/","why ultimate",[698],{"title":548,"links":699},[700,702,704,706,711,716,721],{"text":548,"config":701},{"href":244,"dataGaName":245,"dataGaLocation":664},{"text":558,"config":703},{"href":560,"dataGaName":561,"dataGaLocation":664},{"text":563,"config":705},{"href":565,"dataGaName":566,"dataGaLocation":664},{"text":707,"config":708},"ステータス",{"href":709,"dataGaName":710,"dataGaLocation":664},"https://status.gitlab.com/","status",{"text":712,"config":713},"利用規約",{"href":714,"dataGaName":715,"dataGaLocation":664},"/terms/","terms of use",{"text":717,"config":718},"プライバシーに関する声明",{"href":719,"dataGaName":720,"dataGaLocation":664},"/ja-jp/privacy/","privacy statement",{"text":722,"config":723},"Cookie 優先設定",{"dataGaName":724,"dataGaLocation":664,"id":725,"isOneTrustButton":218},"cookie preferences","ot-sdk-btn",{"title":281,"links":727,"subMenu":736},[728,732],{"text":729,"config":730},"DevSecOpsプラットフォーム",{"href":264,"dataGaName":731,"dataGaLocation":664},"devsecops platform",{"text":733,"config":734},"AI支援開発",{"href":270,"dataGaName":735,"dataGaLocation":664},"ai-assisted development",[737],{"title":738,"links":739},"トピック",[740,744,749,754,759,764,769,774],{"text":301,"config":741},{"href":742,"dataGaName":743,"dataGaLocation":664},"/ja-jp/topics/ci-cd/","cicd",{"text":745,"config":746},"GitOps",{"href":747,"dataGaName":748,"dataGaLocation":664},"/ja-jp/topics/gitops/","gitops",{"text":750,"config":751},"DevOps",{"href":752,"dataGaName":753,"dataGaLocation":664},"/ja-jp/topics/devops/","devops",{"text":755,"config":756},"バージョン管理",{"href":757,"dataGaName":758,"dataGaLocation":664},"/ja-jp/topics/version-control/","version control",{"text":760,"config":761},"DevSecOps",{"href":762,"dataGaName":763,"dataGaLocation":664},"/ja-jp/topics/devsecops/","devsecops",{"text":765,"config":766},"クラウドネイティブ",{"href":767,"dataGaName":768,"dataGaLocation":664},"/ja-jp/topics/cloud-native/","cloud native",{"text":770,"config":771},"コーディングのためのAI",{"href":772,"dataGaName":773,"dataGaLocation":664},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":775,"config":776},"エージェント型AI",{"href":777,"dataGaName":778,"dataGaLocation":664},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":780,"links":781},"ソリューション",[782,785,787,792,796,799,802,805,808,810,813,818],{"text":326,"config":783},{"href":321,"dataGaName":784,"dataGaLocation":664},"Application Security Testing",{"text":313,"config":786},{"href":297,"dataGaName":298,"dataGaLocation":664},{"text":788,"config":789},"アジャイル開発",{"href":790,"dataGaName":791,"dataGaLocation":664},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":793,"config":794},"SCM",{"href":310,"dataGaName":795,"dataGaLocation":664},"source code management",{"text":301,"config":797},{"href":303,"dataGaName":798,"dataGaLocation":664},"continuous integration & delivery",{"text":352,"config":800},{"href":354,"dataGaName":801,"dataGaLocation":664},"value stream management",{"text":745,"config":803},{"href":804,"dataGaName":748,"dataGaLocation":664},"/ja-jp/solutions/gitops/",{"text":806,"config":807},"エンタープライズ",{"href":368,"dataGaName":369,"dataGaLocation":664},{"text":371,"config":809},{"href":374,"dataGaName":375,"dataGaLocation":664},{"text":811,"config":812},"公共機関",{"href":380,"dataGaName":381,"dataGaLocation":664},{"text":814,"config":815},"教育",{"href":816,"dataGaName":817,"dataGaLocation":664},"/ja-jp/solutions/education/","education",{"text":819,"config":820},"金融サービス",{"href":821,"dataGaName":822,"dataGaLocation":664},"/ja-jp/solutions/finance/","financial services",{"title":824,"links":825},"リソース",[826,828,830,832,836,838,841,843,845,847,849,851,853],{"text":401,"config":827},{"href":403,"dataGaName":404,"dataGaLocation":664},{"text":406,"config":829},{"href":408,"dataGaName":409,"dataGaLocation":664},{"text":411,"config":831},{"href":413,"dataGaName":414,"dataGaLocation":664},{"text":416,"config":833},{"href":834,"dataGaName":835,"dataGaLocation":664},"https://docs.gitlab.com/ja-jp/","docs",{"text":439,"config":837},{"href":441,"dataGaName":442,"dataGaLocation":664},{"text":839,"config":840},"新着情報",{"href":489,"dataGaName":490,"dataGaLocation":664},{"text":434,"config":842},{"href":436,"dataGaName":437,"dataGaLocation":664},{"text":448,"config":844},{"href":450,"dataGaName":451,"dataGaLocation":664},{"text":456,"config":846},{"href":458,"dataGaName":459,"dataGaLocation":664},{"text":461,"config":848},{"href":463,"dataGaName":464,"dataGaLocation":664},{"text":466,"config":850},{"href":468,"dataGaName":469,"dataGaLocation":664},{"text":471,"config":852},{"href":473,"dataGaName":474,"dataGaLocation":664},{"text":476,"config":854},{"href":478,"dataGaName":479,"dataGaLocation":664},{"title":856,"links":857},"会社情報",[858,860,862,864,866,868,872,877,879,881,883],{"text":500,"config":859},{"href":502,"dataGaName":494,"dataGaLocation":664},{"text":505,"config":861},{"href":507,"dataGaName":508,"dataGaLocation":664},{"text":513,"config":863},{"href":515,"dataGaName":516,"dataGaLocation":664},{"text":518,"config":865},{"href":520,"dataGaName":521,"dataGaLocation":664},{"text":523,"config":867},{"href":525,"dataGaName":526,"dataGaLocation":664},{"text":869,"config":870},"Sustainability",{"href":871,"dataGaName":869,"dataGaLocation":664},"/sustainability/",{"text":873,"config":874},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":875,"dataGaName":876,"dataGaLocation":664},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":528,"config":878},{"href":530,"dataGaName":531,"dataGaLocation":664},{"text":538,"config":880},{"href":540,"dataGaName":541,"dataGaLocation":664},{"text":543,"config":882},{"href":545,"dataGaName":546,"dataGaLocation":664},{"text":884,"config":885},"現代奴隷制の透明性に関する声明",{"href":886,"dataGaName":887,"dataGaLocation":664},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":889},[890,892,895],{"text":712,"config":891},{"href":714,"dataGaName":715,"dataGaLocation":664},{"text":893,"config":894},"Cookieの設定",{"dataGaName":724,"dataGaLocation":664,"id":725,"isOneTrustButton":218},{"text":717,"config":896},{"href":719,"dataGaName":720,"dataGaLocation":664},[898],{"id":899,"title":7,"body":214,"config":900,"content":902,"description":214,"extension":907,"meta":908,"navigation":218,"path":909,"seo":910,"stem":911,"__hash__":912},"blogAuthors/en-us/blog/authors/corinne-dent.yml",{"template":901},"BlogAuthor",{"name":7,"config":903},{"headshot":904,"socialProof":905},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1776259325/wleadycsbhxupfjk429x.jpg",{"gitlabHandle":906},"cdentpmm","yml",{},"/en-us/blog/authors/corinne-dent",{},"en-us/blog/authors/corinne-dent","gIXSYvPo4R_gcT_E81HVjh6tw7d7pqkxqMlBL5z_sow",[914,922,929],{"title":915,"description":916,"heroImage":917,"category":210,"date":918,"authors":919,"slug":921,"externalUrl":214},"GitLab Orbitのご紹介：コードとライフサイクル全体のコンテキストを、ひとつのクエリで","GitLab Orbitで、ソフトウェアエージェントは最大11倍高速化し、トークン消費を最大4.5分の1に削減。これまで答えられなかった質問にも対応できます。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1780996524/sd1vpl8empy26wizarqj.png","2026-06-10",[920],"Rebecca Carter","introducing-gitlab-orbit",{"title":923,"description":924,"heroImage":925,"category":210,"date":918,"authors":926,"slug":928,"externalUrl":214},"GitLab Flex：1つの年間コミットメントで、シートとAI支出を柔軟に調整","エージェント型AIの時代には、必要なシート数・AI使用量・利用したい機能を事前に予測することはできません。GitLab Flexなら、再調達なしでシート・AI使用量・新機能を月次で柔軟に調整できる1つの年間コミットメントで、変化するニーズに対応できます。\n","https://res.cloudinary.com/about-gitlab-com/image/upload/v1772047747/ntihfmnu2fepamqemaas.png",[927],"Talia Armato-Helle","introducing-gitlab-flex",{"title":930,"description":931,"heroImage":932,"category":210,"date":918,"authors":933,"slug":935,"externalUrl":214},"GitLab：エージェント型エンジニアリング時代のプラットフォーム","GitLab Transcendで発表した内容と、エンタープライズに必要な統制を維持しながらエージェント型の開発スピードを実現する方法をご紹介します。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1781032585/go3d7pb9opmux7rwhpev.png",[934],"Manav Khurana","gitlab-transcend-announcements",{"promotions":937},[938,951,962,974],{"id":939,"categories":940,"header":941,"text":942,"button":943,"image":948},"ai-modernization",[210],"AIの真価、組織全体で発揮できていますか？","所要時間は5分以内です",{"text":944,"config":945},"AI成熟度スコアを確認する",{"href":946,"dataGaName":947,"dataGaLocation":442},"/ja-jp/assessments/ai-modernization-assessment/","modernization assessment",{"config":949},{"src":950},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":952,"categories":953,"header":954,"text":942,"button":955,"image":959},"devops-modernization",[226,763],"単にツールを管理するだけでなく、イノベーションを提供していますか？",{"text":956,"config":957},"DevOps成熟度スコアを確認しましょう",{"href":958,"dataGaName":947,"dataGaLocation":442},"/ja-jp/assessments/devops-modernization-assessment/",{"config":960},{"src":961},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":963,"categories":964,"header":966,"text":942,"button":967,"image":971},"security-modernization",[965],"security","スピードのためにセキュリティを犠牲にしていませんか？",{"text":968,"config":969},"セキュリティ成熟度スコアを確認しましょう",{"href":970,"dataGaName":947,"dataGaLocation":442},"/ja-jp/assessments/security-modernization-assessment/",{"config":972},{"src":973},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":975,"paths":976,"header":979,"text":980,"button":981,"image":986},"github-azure-migration",[977,978],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","チームはGitHubのAzure移行に対応できていますか？","GitHubはすでにAzureを基盤として再構築を進めています。それがあなたのチームにとって何を意味するのか、ご確認ください。",{"text":982,"config":983},"GitLabとGitHubの比較を見る",{"href":984,"dataGaName":985,"dataGaLocation":442},"/ja-jp/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":987},{"src":961},{"header":989,"blurb":990,"button":991,"secondaryButton":995},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":237,"config":992},{"href":993,"dataGaName":240,"dataGaLocation":994},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":548,"config":996},{"href":244,"dataGaName":245,"dataGaLocation":994},1781392835285]