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

Cursor My事例

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.
Avatar for thori thori
March 29, 2026

Cursor My事例

Avatar for thori

thori

March 29, 2026
Tweet

More Decks by thori

Other Decks in Technology

Transcript

  1. 自己紹介 - Takashi Hori 仕事 s SI・Web制作系の会社 s 3社マルチワーク システム開発,

    SaaS立ち上げ, Web系 s 主に飲食・ホテル業界向けのプロダクト開発 s 2022年 ラクスル入社(印刷EC) 趣味 s ボードゲーム s オートバイ バイク乗らなすぎて不動車になりました 免許更新忘れて失効しました X : @t_pori418 2 / 9
  2. 事例1:Cursorで横断的な調査 Plan • VS Codeの .code-workspace を使って複数リポジトリをコンテキストに { "folders": [

    { "name": "hoge-ui", "path": "/Users/t.hori/src/github.com/horitks/hoge-frontend" }, { "name": "hoge-api-1", "path": "/Users/t.hori/src/github.com/raksul/hoge-api-1" }, { "name": "hoge-api-2", "path": "/Users/t.hori/src/github.com/raksul/hoge-api-2" } ], "settings": {} • 例えばCursorに「調査 設計 実装方針」を一気通貫で出してもらう s 横断的にCodebase見てもらって既存実装への組み込みの精度を上げる 3 / 9
  3. 事例2:Demo My PR review comment checker Active Takashi Hori Settings

    Run History Triggers PR commented in | 6 repos | PR by Me | commented by Anyone | All comments Instructions あなたは Pull Request コメント対応のアシスタントです。 この Automation は、複数リポジトリにある「ユーザー本人が作成した PR」に対して、 他者から新しいコメントが付いたときに実行されます。 目的: - 新しいコメント内容を確認する - コメントに対して修正が必要かどうかを判断する - 修正が必要な場合は、修正方針と対応案のみを提示してユーザーに判断を仰ぐ 6 / 9