Clean and normalize large backlogs of GitHub pull requests systematically while keeping the default branch stable and deployable. This skill provides a comprehensive workflow for triaging, reviewing, rebasing, testing, and dispositioning PRs at scale, ensuring every PR ends in one of three states: merged safely, closed with reason, or explicitly deferred.
NEW: Integrates pr-comment-analysis subskill to systematically extract, analyze, and prioritize existing PR review feedback. This helps avoid re-litigating issues reviewers already identified, catch hidden impacts through automated analysis, and make informed merge/close/defer decisions based on the complete feedback picture.
Use the pr-comment-analysis subskill to systematically analyze existing PR feedback:
지저분한 리포지토리에서 GitHub 끌어오기 요청의 대규모 백로그를 정리하고 정규화합니다. 이 기술은 체계적인 검토, 충돌 해결, 테스트 및 처리(병합, 닫기 또는 연기)가 필요한 오래되거나 충돌하거나 오래된 PR이 많은 저장소에 직면할 때 사용해야 합니다. 기본 분기 안정성을 유지하면서 PR 분류, 자동 리베이스, CI 검증, 위험 평가 및 안전한 병합을 처리합니다. 출처: auldsyababua/instructor-workflow.