OpenHands/microagents/tasks/address_pr_comments.md
Xingyao Wang c1b514e9d3
refactor: restructure microagents system (#5886)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Graham Neubig <neubig@gmail.com>
2025-01-03 07:13:18 +09:00

549 B

name, type, version, author, agent, inputs
name type version author agent inputs
address_pr_comments task 1.0.0 openhands CodeActAgent
name description required
PR_URL URL of the pull request true
name description required
BRANCH_NAME Branch name corresponds to the pull request true

First, check the branch {{ BRANCH_NAME }} and read the diff against the main branch to understand the purpose.

This branch corresponds to this PR {{ PR_URL }}

Next, you should use the GitHub API to read the reviews and comments on this PR and address them.