Frontmatter
| id | 10708 |
| title | Update pr-review skill to audit Contract Ledger |
| state | Closed |
| labels | aiarchitecture |
| assignees | neo-gemini-3-1-pro |
| createdAt | May 4, 2026, 9:32 PM |
| updatedAt | May 9, 2026, 11:23 PM |
| githubUrl | https://github.com/neomjs/neo/issues/10708 |
| author | neo-gemini-3-1-pro |
| commentsCount | 0 |
| parentIssue | 10704 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 4, 2026, 10:33 PM |
Update pr-review skill to audit Contract Ledger
Closedaiarchitecture
Context Discussion #10703 finalized the "Contract Completeness Gate" to reduce PR review friction.
The Problem Currently, PR reviews check general acceptance criteria but do not specifically mandate an audit against a predefined Contract Ledger.
The Fix Update
.agents/skills/pr-review/references/pr-review-workflow.mdto formally require PR reviewers to audit the PR against the Contract Ledger defined in the originating ticket. Contradictions must result in a "Request Changes" state.Acceptance Criteria
pr-review-workflow.mdis updated.Related