| name | pmo-build-review |
| description | Use for build completion evidence, code review readiness, and ready-for-QA checks. |
pmo-build-review
Purpose
Confirm that implementation evidence is ready for review or QA.
Trigger
Use after build work, before review/test, or when checking a PR or patch against requirements.
Required Inputs
Task source of truth, changed-file summary, relevant requirement/design references, test evidence, and configured contracts from pmo-config/context-map.json, pmo-config/policy.json, and pmo-config/reference-types.json.
Allowed Context
Read only work items and code/design artifacts relevant to the change. Use source docs only for disputed requirements.
Mode Behavior
Use pmo-config/policy.json for valid statuses, review stages, evidence statuses, and strict triggers. Use pmo-config/reference-types.json for reference shape; do not accept free-text evidence where a configured reference is required.
Execution Steps
- Map changed work to delivery item IDs.
- Check acceptance criteria and test checklist evidence.
- Identify missing review stage or unresolved blocker.
- Recommend next gate or corrective action without approving any human-owned gate.
Output Contract
Return review findings, missing tests, risk flags, and ready/not-ready status.
Approval Rules
AI can recommend ready-for-review but cannot approve production release.
Validation Command
powershell -NoProfile -ExecutionPolicy Bypass -File scripts/validate-project.ps1 -ProjectPath <project> -Mode <mode> -Gate Design
Prohibited Actions
Do not hide failing checks, skip risk escalation, hardcode release requirements, or mutate git state without human approval.
Completion Criteria
Work items are traceable, review stage is valid, and unresolved issues are documented.