Cursor Automations の改善:新スキル「/automate」や GitHub・Slack トリガー、コンピューター操作対応を追加
Cursor は、自然言語での自動化作成機能「/automate」の追加、Slack と GitHub の詳細なトリガー拡張、およびクラウドエージェントによるコンピュータ操作能力の実装により、開発ワークフローの自律化を大幅に強化しました。
キーポイント
/automate スキルの導入と自然言語自動化
ユーザーはローカルエージェントセッション内で「/automate」と入力し、自然言語でタスクを記述するだけで、トリガーやツール設定を含む完全な自動化を即座に生成できるようになりました。
Slack と GitHub の詳細なイベントトリガー
Slack での絵文字反応による起動に加え、GitHub では PR レビューコメントの投稿・完了やワークフロー実行終了など 5 つの新規トリガーが追加され、開発プロセス全体を自動化対象に含めました。
コンピュータ操作ツールの標準実装
クラウドエージェントが生成物をデモしたり成果物を作成したりするために、自らコンピュータを操作する能力(Computer Use Tool)をデフォルトで利用可能にし、より高度なタスク実行を可能にしました。
ワークフローと管理機能の改善
自動化設定の途中保存機能、PR 作成ツールのデフォルト有効化、および不要なメモリファイルの削除機能など、開発者の利便性と運用効率を高める UI/UX の改良が施されました。
重要な引用
Use /automate to create an automation directly in your local agent session.
Automations now support five additional GitHub triggers
Cloud agents kicked off by automations can now use their own computers to produce demos or artifacts of their work.
影響分析・編集コメントを表示
影響分析
この更新は、AI エージェントを単なるコード補完ツールから、実際の開発環境で自律的に動作し、外部システムと連携する「デジタルワーカー」へと進化させる重要な転換点です。特にコンピュータ操作機能の標準化により、テスト実行やデモ作成など従来人手が必要だった工程が完全に自動化される可能性が開け、エンジニアの生産性向上に直結するインパクトを持ちます。
編集コメント
Cursor の進化は、AI エージェントが「指示待ち」から「自律実行」へとパラダイムシフトする象徴的な事例です。特にコンピュータ操作機能の標準化は、開発現場における実務自動化の現実度を劇的に高める要素と言えます。
Cursor の自動化機能は、常時稼働するエージェントによって反復的なタスクを自動化することで、あなたの時間を節約します。今回のリリースでは、/automate スキル、GitHub および Slack 用の新しいトリガー、そしてコンピュータ操作のサポートが追加されました。
/automate スキル
ローカルエージェントセッション内で直接 /automate を使用して自動化を作成できます。
自動化したいタスクを自然言語で記述するだけで、Cursor がトリガー、指示、ツールを設定してくれます。
Slack 用の絵文字トリガー
任意の Slack メッセージに指定された絵文字でリアクションすることで、自動化を開始できます。当社の Cursor では、この機能を使って Slack から直接特定の自動化を起動しています。
新しい GitHub トリガー
自動化では now、5 つの追加の GitHub トリガーをサポートするようになりました:
Issue comment: 非 PR のイシューにコメントが投稿されたとき
PR review comment: プルリクエストの差分に対してインラインコメントが残されたとき
PR review submitted: プルリクエストレビューが提出されたとき
Review thread updated: プルリクエスト上のレビュースレッドが解決済みまたは未解決としてマークされたとき
Workflow run completed: GitHub Actions のワークフロー実行がプルリクエストまたはブランチで完了したとき
開始を支援するため、失敗した GitHub Actions のトリアージや PR レビューコメントの自動修正用の新しいテンプレートを Cursor Marketplace に追加しました。
自動化向けのコンピュータ操作ツール
自動化によって起動されたクラウドエージェントは、現在、独自のコンピュータを使用して作業のデモや成果物を生成できるようになりました。
コンピューター使用ツールは、すべての自動化でデフォルトで有効化されています。指示にエージェントの作業デモを含めるよう伝えるだけで利用可能です。
始めるには、Cursor の最新バージョンに更新してください。詳細はドキュメントをご覧ください。
改善点 (3)
自動化を不完全な状態で保存できるようになりました。これにより、MCP 認証の設定のために画面を離れても進捗を失うことがありません。
デフォルトで PR を作成できるようになりました。これにより、UI でそのツールを指定する必要がなくなりました。
UI からメモリファイルを削除したり、実行時に古いメモリの削除を自動化に指示したりできるようになりました。
原文を表示
Cursor Automations save you time by automating repetitive tasks with always-on agents. This release introduces the /automate skill, new triggers for GitHub and Slack, and support for computer use.
/automate skill
Use /automate to create an automation directly in your local agent session.
Describe the task you want to automate in plain language and Cursor will configure the triggers, instructions, and tools for you.
An emoji trigger for Slack
React to any Slack message with a designated emoji to kick off an automation. At Cursor, we use this to trigger specific automations right from Slack.
New GitHub triggers
Automations now support five additional GitHub triggers:
Issue comment: when a comment is made on a non-PR issue
PR review comment: when an inline comment is left on a pull request diff
PR review submitted: when a PR review is submitted
Review thread updated: when a review thread on a pull request is marked resolved or unresolved
Workflow run completed: when a GitHub Actions workflow run finishes on a pull request or branch
We've added new templates for triaging failed GitHub actions and auto-fixing PR review comments to the Cursor Marketplace to help you get started.
Computer use tool for automations
Cloud agents kicked off by automations can now use their own computers to produce demos or artifacts of their work.
The computer use tool is enabled by default for every automation, just tell the agent to include a demo of its work in your instructions.
To get started, update to the latest version of Cursor. Learn more in our docs.
Improvements (3)
Automations can now be saved in an incomplete state, so you can navigate away to set up an MCP auth without losing your progress
Automations can now open PRs by default; so you no longer have to specify that tool in the UI
You can now delete memory files in the UI, or prompt your automation to delete outdated memories when it runs
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み