Handle Pr Comments banner
dsifry dsifry

Handle Pr Comments

Git community

Description

# /handle-pr-comments Handle review comments on pull requests with appropriate responses and resolutions. ## Usage ```text /handle-pr-comments <pr-number> ``` ## Overview This command helps systematically address PR review comments from automated tools (like CodeRabbit) and human reviewers. It ensures consistent, professional responses that acknowledge the AI assistance. --- ## CRITICAL: Complete PR Lifecycle Protocol **A PR is NOT complete until ALL of the following are true:** 1. All

Installation

Installs to ~/.claude/commands/dsifry-metaswarm-handle-pr-comments.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/dsifry/metaswarm/HEAD/.claude/commands/handle-pr-comments.md -o ~/.claude/commands/dsifry-metaswarm-handle-pr-comments.md

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

Full documentation available on GitHub

View Source Repository