Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Amazon Q Developer CLIでもコンテキストを使おう! / Use conte...

Amazon Q Developer CLIでもコンテキストを使おう! / Use context in Amazon Q CLI

JAWS-UG Yamanashi #5 での登壇資料です
https://jaws-ug-yamanashi.connpass.com/event/346675/

Avatar for ymotongpoo

ymotongpoo

April 04, 2025
Tweet

More Decks by ymotongpoo

Other Decks in Technology

Transcript

  1. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 1 © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Q Developer for CLIでも コンテキストを使おう︕ ⼭⼝ 能迪 (@ymotongpoo) J A W S - U G Y A M A N A S H I # 5 アマゾンウェブサービスジャパン合同会社 シニアデベロッパーアドボケイト
  2. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 2 © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved. ⾃⼰紹介 ⼭⼝ 能迪(やまぐち よしふみ) アマゾンウェブサービスジャパン合同会社 シニアデベロッパーアドボケイト 専⾨領域 • オブザーバビリティ • SRE全般 @ymotongpoo
  3. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 3 ひさびさのLTです︕
  4. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 4 緊張します︕
  5. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 5 Amazon Q Developer 使ってますか︖
  6. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 6 Q Dev for CLI 使ってますか︖
  7. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 7 いますぐ使いましょう︕
  8. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 8 Builder IDで無料枠分を⾃由に使えます bit.ly/create-builderid
  9. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 9 Q Dev for CLI を無料枠で利⽤可能
  10. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 10 Q Dev for CLI に AIエージェント機能が拡張 https://aws.amazon.com/jp/about-aws/whats-new/2025/03/amazon-q-developer-cli-agent-command-line/
  11. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 11 「Amazon Q Developer CLI での超⾼速な新しいエージェント型のコーディング体験」 Amazon Web Services ブログ 本⽇、Amazon Q Developer は強化した CLI のエージェントを 発表しました。Amazon Bedrock によって強化されたこの新し いエージェントにより、CLI は Claude 3.7 Sonnet の段階的推 論機能を活⽤できるようになりました。(中略)加えて、強化 された CLI はマルチターンの会話をサポートし、エージェン トと動的な対話を⾏いながら作業を進められるようになりまし た。
  12. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 12 今 Q Dev for CLI が熱い!
  13. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 13 試してみたくなりましたか︖
  14. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 14 Builder IDで無料枠分を⾃由に使えます(2回⽬) bit.ly/create-builderid
  15. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 15 うまく使うにはコツがあります
  16. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 16 ベータ機能: コンテキスト管理 (2025.04.01現在)
  17. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 17 c.f. 他のAIコーディングエージェントでの例 AIコーディングエージェントでは⼀般的な機能 • Cline • .clinerules • .clinerules/** • Roo Code • .clinerules-[mode] • Cursor • .cursor/rules/**.mdc • GitHub Copilot • .github/copilot-instructions.md
  18. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 18 AIエージェントを使いこなす=コンテキストをうまく与える エージェントに与えておきたいコンテキストを事前に記述 グローバル • .amazonq/rules/**/*.md • README.md • AmazonQ.md プロファイルごと • /context add [--force] path/to/file
  19. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 19 例: Python⽤のプロファイルの場合 1/3 $ cat ~/.aws/qcli/python/order.md # Python⽤プロファイル これはPythonを書くときに必要なプロファイルです。Pythonでコードを⽣成する際にはこの⽅針に必ずした がってください。 ## ロール定義 あなたはPythonのエキスパートです。次の設定に従って⾏動してください。 ### 利⽤するツール 2025年4⽉時点でモダンだとされているツールやライブラリを積極的に活⽤しますが、依存するツールセット はなるべく少なくします。利⽤するツールは次のとおりです。 …
  20. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 20 例: Python⽤のプロファイルの場合 2/3 > /profile create python current profile: python [python] > /context add --force ~/.aws/qcli/python/**/*.md Added 1 path(s) to profile context.
  21. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 21 例: Python⽤のプロファイルの場合 3/3 [python] > /context show current profile: python global: .amazonq/rules/**/*.md README.md AmazonQ.md profile: ~/.aws/qcli/python/**/*.md
  22. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 23 試してみたくなりましたか︖
  23. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 24 Builder IDで無料枠分を⾃由に使えます(3回⽬) bit.ly/create-builderid
  24. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 25 コンテキストファイルを育てて Q Dev for CLIを使いこなしましょう︕
  25. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 26 Thank you! © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.