You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Code Review agent will provide one review workflow for two audiences: authors who want grounded feedback before opening a pull request, and reviewers who need to assess an existing pull request. Review target selection will be independent from review profile selection so local changes, branch diffs, and pull requests can share the same orientation, dispatch, evidence validation, and reporting contracts.
Before dispatch, the workflow will present a decision-ready view of the change areas, preliminary signals, evidence references, selected perspectives, omitted perspectives, and recommended depth. Findings will affect the verdict only after their evidence has been validated, and perspectives that return no output will receive one full-context retry before being reported as unavailable.
Acceptance Criteria
A reviewer can explicitly select local changes, a branch diff, or a pull request as the review target.
Review target selection remains independent from Standard, Full, and Custom review profile selection.
Pull request input accepts a URL or number and resolves repository and base-branch context before review.
Orientation groups the change into coherent areas and includes preliminary signals with concrete evidence references.
One confirmation presents the proposed areas, perspective ownership, omitted perspectives with rationale, and recommended depth with rationale.
Accessibility is selected only when the changed surfaces are user-facing or otherwise accessibility-sensitive.
Findings with missing, out-of-scope, or contradictory evidence remain visible as rejected findings and do not affect finding counts or the final verdict.
A perspective that produces no output is retried once with the full dispatch context before it is marked unavailable.
The pull request review prompt delegates to the same Code Review workflow instead of maintaining a separate review implementation.
Behavior evaluations cover target and profile selection, decision-ready confirmation, evidence rejection, and no-output retry behavior.
Generated agent documentation and plugin metadata are synchronized with the final artifact set.
Complementary scope: Provides a reusable orientation and depth boundary for feat(prompts): Code Review Coach; guides a human through a large PR #2284's reviewer-coaching direction. Coaching behavior remains separate follow-up work and should converge on this workflow rather than fork review-target discovery.
The Code Review agent will provide one review workflow for two audiences: authors who want grounded feedback before opening a pull request, and reviewers who need to assess an existing pull request. Review target selection will be independent from review profile selection so local changes, branch diffs, and pull requests can share the same orientation, dispatch, evidence validation, and reporting contracts.
Before dispatch, the workflow will present a decision-ready view of the change areas, preliminary signals, evidence references, selected perspectives, omitted perspectives, and recommended depth. Findings will affect the verdict only after their evidence has been validated, and perspectives that return no output will receive one full-context retry before being reported as unavailable.
Acceptance Criteria
Out of Scope
Related
Evidence Source
feat/code-review-pr-changesdemonstrates the intended agent, skill, prompt, evaluation, documentation, and packaging changes.