github-pr-writer
Installation
SKILL.md
GitHub PR Writer
정확한 제목, 구조화된 body, 검증 메모를 갖춘 review 가능한 pull request로 branch를 요약한다. 추측이 아니라 git 근거를 바탕으로 작성한다.
워크플로우
-
git에서 PR context를 구성한다.
git status --short로 uncommitted work를 확인한다.- 현재 branch를 식별한다.
- repository convention, 기존 tracking branch, 또는 명시적인 사용자 지시에 따라 comparison target을 결정한다.
- 작성 전에 commit history와 diff summary로 branch delta를 검토한다.
-
정확성을 보호한다.
- 가능하면 committed changes를 기준으로 PR을 작성한다.
- 중요한 작업이 아직 uncommitted라면 PR 설명이 불완전할 수 있다고 말한다.
- branch가 뒷받침하지 않는 동기, 구현 세부사항, validation result를 지어내지 않는다.