A repository needs a Copilot custom agent that can inspect repository files, search the codebase, edit proposed fixes, and use the built-in GitHub MCP tools for issue and pull request context. The agent must be available on GitHub.com for Copilot cloud agent tasks, but it should not be automatically selected by model inference because the team wants users to choose it deliberately for workflow-debugging issues. Which option completes the agent profile?
---
name: workflow-pr-agent
description: Reviews CI failures and prepares pull request-safe fixes
target: (Missing value 1)
(Missing value 2): ["read", "search", "edit", "github/*"]
(Missing value 3): true
---
You are a workflow troubleshooting agent.
Use repository context, GitHub issue and pull request context, and small edits only.
Do not run shell commands unless the agent profile is updated by maintainers.Choose an answer
Tap an option to check your answer.
Correct answer: Missing value 1 = github-copilot Missing value 2 = tools Missing value 3 = disable-model-invocation, Missing value 1 = github-copilot Missing value 2 = tools Missing value 3 = disable-model-invocation.
Why this is the answer
The correct options specify target: github-copilot, tools: ["read", "search", "edit", "github/"], and disable-model-invocation: true. target: github-copilot ensures the agent is available on GitHub.com for Copilot cloud agent tasks, as required. tools: ["read", "search", "edit", "github/"] grants the agent the necessary permissions to inspect files, search the codebase, edit fixes, and use GitHub MCP tools. The github/ wildcard specifically enables access to GitHub's built-in tools. Finally, disable-model-invocation: true prevents the agent from being automatically selected by model inference, fulfilling the requirement that users must choose it deliberately. The incorrect options either specify an incorrect target (vscode), an incorrect property for tools (mcp-servers), or use user-invocable which would allow automatic invocation, contradicting the requirement.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed