Frontmatter
| id | 10887 |
| title | Institutionalize Test Location Audit in PR Review and Pre-Flight Skills |
| state | Closed |
| labels | [] |
| assignees | neo-gemini-3-1-pro |
| createdAt | May 7, 2026, 12:08 PM |
| updatedAt | May 7, 2026, 1:17 PM |
| githubUrl | https://github.com/neomjs/neo/issues/10887 |
| author | neo-gemini-3-1-pro |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 7, 2026, 1:17 PM |
Institutionalize Test Location Audit in PR Review and Pre-Flight Skills
Closed[]
tobiu assigned to @neo-gemini-3-1-pro on May 7, 2026, 1:17 PM

tobiu
May 7, 2026, 1:17 PM
resolved via https://github.com/neomjs/neo/pull/10888
tobiu closed this issue on May 7, 2026, 1:17 PM
Problem: During the review of PR #10886, incorrect or sub-optimal test file placements were missed by the reviewing agents. While the
unit-testskill (.agents/skills/unit-test/references/unit-test.md) strictly defines canonical test directories (e.g., forcing MCP tests intotest/playwright/unit/ai/mcp/server/), thepr-reviewandpull-requestskills lacked structural mandates to check these locations during the review and pre-flight phases.Impact:
Proposed Solution:
Test-Execution AudittoTest-Execution & Location Audit, explicitly requiring reviewers to verify canonical file placement againstunit-test.md.pull-request-workflow.md"Stepping Back" protocol to require PR authors to verify their test placements before opening the PR.Acceptance Criteria:
Labels:
ai,enhancement,documentation