review

Review branch, PR, or uncommitted diffs and output a severity-categorized markdown report.

3|Updated Jan 14, 2023
One-click install
npx skills add https://github.com/e-xode/vue-ssr --skill review-e-xode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/e-xode/vue-ssr/tree/main/.claude/skills/review
Command: npx skills add https://github.com/e-xode/vue-ssr --skill review-e-xode

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a convention-aligned code review for Vue SSR changes before merge?

A code review for Vue SSR changes requires read-only analysis of your branch, PR, or uncommitted diffs. It classifies anomalies by type with evidence and file:line citations, outputting a markdown report sorted by severity from 🔴 to ℹ️.

What does a structured severity code review check for in a pull request?

A structured severity code review checks PRs for security issues, bugs, regressions, performance, i18n gaps, and convention violations. It validates changes against documented rules like SCSS externalization and Composition API expectations.

Can I use this code review skill to automatically fix convention violations in my diff?

No, this code review skill operates with read-only safety and never edits code. It performs structured diff analysis to classify anomalies by severity, strictly avoiding any tasks that require code modification.

Does the code review audit detect i18n and test-gap issues in uncommitted diffs?

Yes, the code review audit detects i18n and test-gap issues in uncommitted diffs. It applies convention-driven checks against documented project skills, identifying missing i18n requirements and test coverage gaps before categorizing them in the report.

What is the best way to audit Vue SSR security and regression risks without modifying code?

The best way to audit Vue SSR security and regression risks without modifying code is to request a read-only severity-categorized review. This evaluates diffs against documented conventions, classifying security and regression anomalies with evidence into a markdown report.