What problem does it solve?
It helps you catch bugs, security issues, regressions, and convention/test gaps in Vue SSR changes before merge by performing a structured, severity-categorized review without modifying code.
Core Features & Use Cases
- Structured severity review: Produces a markdown report sorted by 🔴 to ℹ️ with categorized anomaly types like security, bug, regression, perf, i18n, convention, and test-gap.
- Convention-driven checks: Validates changes against documented rules and project skills (e.g., SCSS externalization, i18n requirements, ObjectId validation, catch-block guidance, Composition API expectations, and shared factorization).
- Read-only safety: Never edits code and avoids tasks that require code modification.
Quick Start
Ask the AI to review the diff for a specific PR or branch and return a severity-categorized markdown report against project conventions.