← ClaudeAtlas

address-pr-feedbacklisted

Comprehensively addresses PR feedback by fetching all comments, deploying parallel agents for critical analysis of each suggestion, making implementation decisions, then systematically implementing fixes with incremental commits and browser validation. Use when you need to systematically process and implement all PR review feedback with due diligence validation.
mostafa-drz/claude-skills · ★ 4 · AI & Automation · score 76
Install: claude install-skill mostafa-drz/claude-skills
# Address PR Feedback Comprehensive PR review workflow that fetches all comments, uses parallel agents for critical analysis, makes implementation decisions, then systematically addresses valid concerns with incremental commits and browser validation. ## Preferences _On startup, use Read to load `~/.claude/skills/address-pr-feedback/preferences.md`. If file doesn't exist, use defaults._ ## Context _On startup, use Bash to detect: current git branch, git status, repo name, and check for localhost development server. Skip any that fail._ ## Command routing Check `$ARGUMENTS`: - **`help`** → display help then stop - **`config`** → interactive setup then stop - **`reset`** → delete preferences file, confirm, stop - **PR number/URL with optional flags** → run the workflow ### Help ``` Address PR Feedback — Systematic PR review implementation with agent validation Usage: /address-pr-feedback <pr-number|url> Process all PR feedback /address-pr-feedback #123 --dry-run Analyze only, no changes /address-pr-feedback #123 --auto-push Skip push confirmation /address-pr-feedback #123 --no-browser Skip browser validation /address-pr-feedback config Set preferences /address-pr-feedback reset Clear preferences /address-pr-feedback help This help Examples: /address-pr-feedback #123 Full workflow for PR 123 /address-pr-feedback h