Problem or Motivation
Automated PR reviewers do not consistently inspect repository-owned guidance before reviewing. Root and nested AGENTS.md files, CONTRIBUTING.md, and other review or coding guidelines can therefore be missed.
Desired Behavior
Both the GitHub PR reviewer automation and the /codereview plugin explicitly require the reviewer to read and apply repository guidance before reviewing changed code.
Acceptance Criteria
Alternatives Considered
Rely only on always-on workspace context or one configured review-guide path. Those mechanisms do not guarantee discovery of nested guidance and other repository documentation across both reviewer entry points.
Additional Context
Tracks OpenHands/extensions PR #474.
Problem or Motivation
Automated PR reviewers do not consistently inspect repository-owned guidance before reviewing. Root and nested
AGENTS.mdfiles,CONTRIBUTING.md, and other review or coding guidelines can therefore be missed.Desired Behavior
Both the GitHub PR reviewer automation and the
/codereviewplugin explicitly require the reviewer to read and apply repository guidance before reviewing changed code.Acceptance Criteria
AGENTS.mdfiles./codereviewplugin prompt carries the same requirement.Alternatives Considered
Rely only on always-on workspace context or one configured review-guide path. Those mechanisms do not guarantee discovery of nested guidance and other repository documentation across both reviewer entry points.
Additional Context
Tracks OpenHands/extensions PR #474.