I would like to implement a reviewer for the resulting Claude Sonnet 4.5 that evaluates the PR using GPT5 and leaves a review comment on the resulting PR at the time of setting up the PR to assist with human review.
I have done some testing with this prompt
This is a test repository for action-translation-sync and we have setup 16 PRs that test various edits to the files. I would like you to work through them one by one and evaluate the resulting PR in test-translation-sync.zh-cn. Each test PR has a link embedded in the PR (are you able to follow those to match the Source PR with the Target PR?)
for bulk testing and it is making useful comments (Sample output as a comment below)
Suggested implementation:
- setup target repository (.zh-cn) to use the same extension but in review mode.
- when a PR is setup with a
action-translation-sync tag then run a review.
- the review will use a different model such as GPT5 to assess the quality of the PR (it will use the link information to see the English changes), and produce a small report on the quality of the resulting PR.
I would like you to evaluate this PR comparing to the SOURCE pull request (identified in the comment section of this PR) to check the consistency and quality of the translation. The languages are from ENGLISH to CHINESE.
I would like to implement a reviewer for the resulting
Claude Sonnet 4.5that evaluates the PR usingGPT5and leaves a review comment on the resulting PR at the time of setting up the PR to assist with human review.I have done some testing with this prompt
for bulk testing and it is making useful comments (Sample output as a comment below)
Suggested implementation:
action-translation-synctag then run a review.