Agent skill
copilot-delegate
Copilot CLIに処理を委譲するスキル。ユーザーが「Copilotに聞いて」「Copilotで確認して」「Copilotに任せて」などと明示的に依頼したときに使用する。GitHub Copilot CLIの機能を活用して、コマンドの提案やGit操作の説明などを取得する。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/copilot-delegate
SKILL.md
Copilot Delegate
GitHub Copilot CLIに処理を委譲し、その結果を返す。
使用方法
ユーザーが明示的にCopilotへの委譲を依頼した場合、以下のコマンドを実行する:
copilot -p "依頼内容"
トリガー例
- 「Copilotに聞いて」
- 「Copilotで確認して」
- 「Copilotに任せて」
- 「Copilotに相談して」
実行手順
- ユーザーの依頼内容を抽出する
copilot -p "依頼内容"を実行する- 結果をそのままユーザーに返す
注意事項
- Copilot CLIがインストールされていない場合はエラーになる
- 結果はCopilot CLIの出力をそのまま表示する
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?