Ask¶
Answers free-text questions about the PR diff — about the whole PR, specific lines, or even screenshots.
MergeMate reads the code changes and responds inline. Each question is stateless — it doesn't remember earlier queries.
Asking about specific lines¶
From the PR diff view, select one or more lines (click the + next to the line number, then drag), type your question, and post:
The tool sees only the selected lines plus surrounding file context.
Asking about images¶
Attach an image and the full PR diff acts as context:
/ask "Does this wireframe match the API contract in the changes?"
[Image](https://example.com/wireframe.png)
To get a direct image URL on GitHub:
- Post a comment containing only the pasted image.
- Quote-reply to that comment.
- Type your
/askquestion above or below the image link. - Post — MergeMate uses both the image and the diff.
Tips¶
- Be specific. "Why is the cache TTL set to 300?" works better than "Is this okay?"
- Ask per-file or per-function to keep responses focused.
- Images work best with concrete questions — architectural feedback may need the full codebase beyond the diff.