Github Pr Comment banner
mkober mkober

Github Pr Comment

Git community

Description

--- name: github-pr-comment description: Post threaded replies to Copilot review comments and a summary comment on a GitHub PR roles: [git, commit] tags: [github, pr, copilot, review] --- ## GitHub PR comment After pushing commits that address Copilot (or other reviewer) feedback, post threaded replies to each inline review comment and a summary comment on the PR. This ensures every comment thread has a visible response explaining how it was addressed. If there are no Copilot review comments

Installation

Installs to ~/.claude/skills/mkober-muxcode-github-pr-comment/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mkober-muxcode-github-pr-comment && curl -fsSL https://raw.githubusercontent.com/mkober/muxcode/HEAD/skills/github-pr-comment.md -o ~/.claude/skills/mkober-muxcode-github-pr-comment/SKILL.md

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

Full documentation available on GitHub

View Source Repository