Use when asked to look at or address feedback on a PR. Fetches Copilot-only inline comments, skips hidden ones, then evaluates and fixes the valid ones.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use when asked to look at or address feedback on a PR. Fetches Copilot-only inline comments, skips hidden ones, then evaluates and fixes the valid ones.
If no PR number is given, it uses the current branch's PR. Only shows Copilot inline comments where position != null — hidden comments (outdated diff position) are ignored.
Step 2 — Evaluate each comment
For each comment returned:
Verify — check the current file to confirm the issue actually exists. Comments may already be fixed by prior commits.
Assess — is the suggestion technically correct for this codebase? Push back with reasoning if not.
Fix — edit the file if the feedback is valid.
Do not post replies to GitHub comment threads. Just fix the code.
Hidden = ignored
A comment is hidden when its diff position is outdated (the surrounding code changed after the comment was posted). These are skipped automatically by the script and require no action.