# Github Comment Respond

> Respond to a Github comment

- Skill: `bryanp/github-comment-respond` (Agent Skill)
- Install (CLI): `npx skillmds@latest add bryanp/github-comment-respond`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bryanp/github-comment-respond/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: bryanp (https://skillmd.com/u/bryanp)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bryanp/github-comment-respond

---


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.

