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를 사용하세요. 인라인 피드백 누락으로 인한 일반적인 실패를 방지하기 위해 모든 소스(대화, 인라인, 리뷰)에서 피드백을 수집합니다. check-pr-feedback.sh로 시작한 다음 필요한 곳에 인라인으로 응답하고 하나의 수정 보고서로 요약합니다. 출처: aivokone/ak-skills-core.