Friction
The process-improvement-tickets guide instructs the agent to "use the GitHub MCP server to fetch the repo's existing labels." However, the GitHub MCP server does not provide a list_labels operation — only get_label which requires knowing the label name in advance. This makes it impossible for the agent to discover available labels as the guide requires.
Suggestion
Document the available labels directly in the process-improvement-tickets guide (or in a referenced file) so the agent can select from them without needing to query GitHub.
Affected files
Guides/Process/process-improvement-tickets.md