Github Comment Respond

Respond to a Github comment

bryanp 636dd82 430 B Updated

File contents

First, find the comment ID by listing review comments:

gh api repos/{owner}/{repo}/pulls/{pr-number}/comments

Then reply to a specific comment:

gh api repos/{owner}/{repo}/pulls/{pr-number}/comments/{comment-id}/replies -f body="Thanks, fixed!"

Rule: Identity

First use the identity skill to assume the identity of the agent.

bryanp/agent-skills/tree/main/code/github/comment/respond commit 636dd82e79

Frequently asked questions

npx skillmds@latest add bryanp/github-comment-respond