## Summary
- require reviewers to read PR discussion comments before posting a verdict
- clarify that reviews, inline review comments, and PR discussion comments are separate context sources
- update reviewer process wording in `AGENT.md` and `.codex/skills/review-pr/SKILL.md`
## Changes
- `AGENT.md`: reviewer step now explicitly includes PR discussion comments
- `.codex/skills/review-pr/SKILL.md`: load PR discussion comments during review and block verdict posting until they are checked
## Test Plan
- [x] `gofmt -l .` — clean
- [x] `go vet ./...` — OK
- [x] `go test ./...` — OK
Fixes #16
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
AGENT.mdand.codex/skills/review-pr/SKILL.mdChanges
AGENT.md: reviewer step now explicitly includes PR discussion comments.codex/skills/review-pr/SKILL.md: load PR discussion comments during review and block verdict posting until they are checkedTest Plan
gofmt -l .— cleango vet ./...— OKgo test ./...— OKFixes #16