Frontmatter
| id | 7372 |
| title | Enable Agent to Comment on Pull Requests |
| state | Closed |
| labels | enhancementhelp wantedgood first issuehacktoberfestai |
| assignees | LemonDrop847 |
| createdAt | Oct 5, 2025, 1:24 PM |
| updatedAt | Oct 13, 2025, 11:16 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7372 |
| author | tobiu |
| commentsCount | 3 |
| parentIssue | 7364 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 13, 2025, 11:16 PM |
Enable Agent to Comment on Pull Requests
tobiu added parent issue #7364 on Oct 5, 2025, 1:24 PM

LemonDrop847
Oct 5, 2025, 1:42 PM
Hello, Can I try adding this workflow?
tobiu assigned to @LemonDrop847 on Oct 5, 2025, 1:45 PM

tobiu
Oct 5, 2025, 1:46 PM
assigned. please read my comment on your other ticket first.
LemonDrop847 cross-referenced by PR #7383 on Oct 5, 2025, 8:20 PM

tobiu
Oct 13, 2025, 11:16 PM
closing the ticket as resolved.
tobiu closed this issue on Oct 13, 2025, 11:16 PM
After reviewing a pull request, the agent needs to be able to provide feedback directly on GitHub. The
gh pr reviewandgh issue commentcommands can be used for this purpose. This ticket is to create the workflow for the agent to use these commands to comment on a PR.Acceptance Criteria
AGENTS.md.gh pr review <PR_NUMBER> --comment "..."to add a review comment to a pull request.gh issue comment <PR_URL> --body "..."as an alternative for general comments.