address-pr-comments
Installation
SKILL.md
Address PR Comments
Overview
Collect PR feedback with gh, classify AI/bot vs human comments, validate each comment against current code, implement only valid changes, and summarize what was addressed vs rejected.
Workflow
Address PR comments in this order:
- Resolve target PR.
- Verify
ghavailability/auth. - Collect comments (top-level, reviews, inline).
- Classify source (AI/bot vs human).
- Validate each comment before changing code.
- Apply fixes and run targeted checks.
- Commit each resolved comment locally (no push).
- Summarize addressed/rejected items with rationale.
Related skills