Systematic workflow for checking, responding to, and reporting on PR feedback from any source — human reviewers, review bots (CodeRabbit, Gemini, Codex, Snyk, etc.), or AI agents.
Requirements: GitHub repository with GitHub CLI (gh) installed and authenticated.
Key insight: PR feedback arrives through three different channels (conversation comments, inline threads, review submissions). Missing any channel means missing feedback. This skill ensures all channels are checked systematically.
피드백 확인, CR 댓글 읽기, 리뷰어에 응답, 리뷰 봇 또는 사람 댓글 처리, PR에 대한 커밋 준비 등 모든 PR/코드 검토 작업에 FIRST를 사용하세요. 인라인 피드백 누락으로 인한 일반적인 실패를 방지하기 위해 모든 소스(대화, 인라인, 리뷰)에서 피드백을 수집합니다. 상태 감지를 위해 get-context.sh로 시작한 다음 의사결정 트리를 따릅니다. 제공된 스크립트를 통한 모든 작업은 원시 git/gh 명령이 아닙니다. 출처: aivokone/ak-skills.