Back to skills
extension
Category: Development & EngineeringNo API key required

copilot-delegate

A skill to delegate processing to the Copilot CLI. It is used when the user explicitly requests, such as 'ask Copilot', 'check with Copilot', or 'leave it to Copilot'. It leverages the functionality of the GitHub Copilot CLI to get command suggestions or explanations for Git operations, and so on.

personAuthor: jakexiaohubgithub

Copilot Delegate

GitHub Copilot CLIに処理を委譲し、その結果を返す。

使用方法

ユーザーが明示的にCopilotへの委譲を依頼した場合、以下のコマンドを実行する:

copilot -p "依頼内容"

トリガー例

  • 「Copilotに聞いて」
  • 「Copilotで確認して」
  • 「Copilotに任せて」
  • 「Copilotに相談して」

実行手順

  1. ユーザーの依頼内容を抽出する
  2. copilot -p "依頼内容" を実行する
  3. 結果をそのままユーザーに返す

注意事項

  • Copilot CLIがインストールされていない場合はエラーになる
  • 結果はCopilot CLIの出力をそのまま表示する