Address Pr Comments banner
OpenHands OpenHands

Address Pr Comments

Git community

Description

--- name: address_pr_comments version: 1.0.0 author: openhands agent: CodeActAgent triggers: - /address_pr_comments inputs: - name: PR_URL description: "URL of the pull request" - name: BRANCH_NAME description: "Branch name corresponds to the pull request" --- 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 comme

Installation

Installs to ~/.claude/skills/openhands-openhands-address_pr_comments/SKILL.md

Terminal
mkdir -p ~/.claude/skills/openhands-openhands-address_pr_comments && curl -fsSL https://raw.githubusercontent.com/OpenHands/OpenHands/HEAD/skills/address_pr_comments.md -o ~/.claude/skills/openhands-openhands-address_pr_comments/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository