drabaioli

Cdd Process PR — Git skill for Claude Code

Git community

Address the open PR's review feedback: read the review comments for the current branch, triage them, implement the change-requests (pushing back where warranted), then auto-post in-thread replies and.

How to install Cdd Process PR

Installs to ~/.claude/commands/drabaioli-cdd-cdd-process-pr.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/drabaioli/cdd/HEAD/.claude/commands/cdd-process-pr.md -o ~/.claude/commands/drabaioli-cdd-cdd-process-pr.md

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

What Cdd Process PR does

Address the open PR's review feedback: read the review comments for the current branch, triage them, implement the change-requests (pushing back where warranted), then auto-post in-thread replies and auto-commit + push the result.

Run this command on the feature branch (not on main), after a PR has been opened and someone has reviewed it. It is a post-review side-loop, analogous in position to `/cdd-merge-base`.

**Note on automation:** this command has a single checkpoint, placed up front: the

Alternatives in Git

  • Address PR Comments 71.9k ★
  • Fix PR — by metabase - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing review 46.5k ★
  • Gh Address Comments — Address review and issue comments on open GitHub PRs via CLI 14.6k ★

Full documentation available on GitHub

View Source Repository