| name | eos-review |
| description | Run an architecture-aware Engineering OS code review focused on serious bugs, conventions, decisions, and dependency impact. |
EOS Review
Use this skill when the user asks for review, architecture review, PR review, or change validation.
Workflow
- Determine the review scope: current branch, changed files, PR, or feature slug.
- Call
eos_review when a feature slug or EOS workflow exists.
- Call
eos_impact for exported interfaces, APIs, schemas, package boundaries, or shared contracts.
- Lead with findings ordered by severity. Keep summaries secondary.
- For
@codex review, focus on P0/P1 issues, security regressions, broken contracts, and decision/convention violations.
Tool Pattern
eos_review { "featureSlug": "<feature slug>" }
eos_impact { "target": "<changed API or shared file>" }