What problem does it solve?
This skill solves the friction of managing post-PR edits, ensuring that follow-up commits are properly staged, pushed, and synced with the existing pull request without creating messy, disconnected review threads.
Core Features & Use Cases
- Automated PR Syncing: Automatically updates the PR body and title when a follow-up commit changes the scope of the work.
- Review Comment Management: Posts a summary of the fix as a PR comment when review feedback is addressed, while avoiding duplicate replies.
- Use Case: After a reviewer requests a small change on an open PR, use this skill to stage the fix, commit it, push to the branch, and notify the reviewer in one command.
Quick Start
Use the git-followup skill to ship the current changes as a follow-up to the open pull request.