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