Address Review Comments banner
tstapler tstapler

Address Review Comments

Git community

Description

--- name: address-review-comments description: Systematically address all open GitHub PR review comments — fix code or decline with reasoning, reply to every thread, resolve when done --- # Address PR Review Comments Load all unresolved review threads for a PR, then for each: decide whether to fix or decline, implement fixes when accepting, reply with a clear response, and resolve the thread. No comment goes unacknowledged. > **CRITICAL**: Replying to a thread does NOT resolve it on GitHub.

Installation

Installs to ~/.claude/skills/tstapler-dotfiles-address-review-comments/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tstapler-dotfiles-address-review-comments && curl -fsSL https://raw.githubusercontent.com/tstapler/dotfiles/HEAD/.claude/skills/address-review-comments.md -o ~/.claude/skills/tstapler-dotfiles-address-review-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