code-review

Review Nuxt 4 and Vue 3 code changes for correctness, security, and conventions.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/WOOWOOYONG/Curl-Ticket --skill code-review-woowooyong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/WOOWOOYONG/Curl-Ticket/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/WOOWOOYONG/Curl-Ticket --skill code-review-woowooyong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for consistent, secure, and convention-adhering code by providing a structured review process for Nuxt 4 / Vue 3 / Drizzle ORM / Supabase projects.

Core Features & Use Cases

  • Automated Checklist Application: Applies project-specific review criteria based on file type.
  • Critical Rule Enforcement: Flags common and high-impact mistakes like missing access checks or raw string enums.
  • Structured Feedback: Delivers clear, actionable feedback with severity levels.
  • Use Case: When a developer submits a pull request for a new feature, this Skill can be invoked to perform an initial automated review, identifying potential issues before a human reviewer steps in.

Quick Start

Use the code-review skill to review the changes in the provided pull request.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review code changes for security and correctness in a Nuxt 4 project?

To review code changes in a Nuxt 4 project, apply category-specific checklists to flag critical violations, enforce security best practices, and ensure proper validation and error handling across Vue 3 components and Drizzle ORM schemas.

What does automated code review check for in Vue 3 and Supabase projects?

Automated code review in Vue 3 and Supabase projects checks for correctness, security vulnerabilities, and project convention adherence, specifically targeting high-impact mistakes like missing access checks and improper raw string enums.

Can I use this to enforce project conventions on Drizzle ORM database schemas?

Yes, you can enforce project conventions on Drizzle ORM database schemas by applying structured, category-specific review criteria that validate code changes against critical project rules and security best practices.

How do I structure feedback for a pull request before human review?

To structure feedback for a pull request, deliver clear, actionable insights categorized by severity levels, identifying potential security issues and convention violations before a human reviewer evaluates the changes.

What are the limitations of automated code review for Nuxt 4 and Vue 3?

The limitations of automated code review for Nuxt 4 and Vue 3 include its strict focus on security best practices, proper validation, and project-specific convention adherence, which may not capture complex, subjective architectural design flaws.