Docs
PR comment
The PR comment workflow is the PR-side counterpart to issue comment. When a maintainer asks a question about an open pull request, this workflow answers it with concrete, code-cited evidence — reading the diff and the surrounding files to ground the response.
Permission profile:
issues-write — can read
repo contents and post comments. It needs the diff plus a higher
file-read cap to cite code accurately.
Pipeline
What it does
- Reads the PR diff plus the relevant surrounding files
- Answers the maintainer's question with concrete, code-cited evidence
- Posts the answer back on the PR — no code changes
Triggers
- GitHub webhook: an
issue_comment.createdevent on a PR when the classifier returns a non-build intent (routepr_comment)
Skill
This workflow uses the pr-comment skill.