The work-on-pr skill orchestrates a comprehensive workflow for addressing GitHub PR reviews, ensuring that developers can efficiently process feedback without leaving their terminal. It handles the complexity of fetching review data, synchronizing local branches, planning code changes, and executing commits via the auto-committer agent. By utilizing persistent task tracking and mandatory developer approval gates at every stage—analysis, checkout, planning, implementation, and pushing—it provides a safe, transparent, and highly productive environment for PR maintenance and collaboration.
主な機能
01Automated PR feedback fetching and summarization
02Persistent multi-step task tracking using TaskCreate
03Automatic PR status reporting and response generation
04Smart branch synchronization and checkout management
05Integrated code implementation with atomic auto-commits
060 GitHub stars