performance-review

Evaluate performance issues in Laravel 12 and Nuxt 4 code changes.

3|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/marcus-friction/agents --skill performance-review-marcus-friction
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-review
Source: https://github.com/marcus-friction/agents/tree/main/.agent/skills/performance-review
Command: npx skills add https://github.com/marcus-friction/agents --skill performance-review-marcus-friction

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematic performance analysis helps identify bottlenecks introduced by code changes during reviews and optimization efforts.

Core Features & Use Cases

  • Provides a checklist for backend database queries, caching strategies, and frontend rendering performance.
  • Guides performance review scenarios across Laravel 12 and Nuxt 4 monorepos, covering N+1 queries, query counts, indexing, caching invalidation, and SSR data fetching.
  • Used during the performance pass of /review to ensure changes meet performance standards and guardrails.

Quick Start

Run the performance review pass on the latest code changes to identify bottlenecks.

Frequently Asked Questions about performance-review

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

FAQPage Schema
How do I identify N+1 query issues during a Laravel code review?

To identify N+1 queries during a Laravel code review, run a performance review pass that evaluates database queries, query counts, and indexing strategies within your code changes to pinpoint bottlenecks.

What is the best way to check caching strategies in a Laravel and Nuxt monorepo?

The best way to check caching strategies in a Laravel and Nuxt monorepo is to apply a performance review checklist that evaluates caching invalidation, lazy loading, and proper resource management across backend and frontend changes.

How do I evaluate SSR data fetching performance in Nuxt 4?

To evaluate SSR data fetching performance in Nuxt 4, use a performance review pass that assesses frontend rendering, lazy loading, and resource management to identify bottlenecks introduced by code changes.

Can I use a performance review checklist for both backend and frontend changes?

Yes, you can use a performance review checklist for both backend and frontend changes, as it systematically analyzes database queries, caching strategies, and rendering performance across Laravel 12 and Nuxt 4 stacks.

What performance bottlenecks should I look for when reviewing database queries?

When reviewing database queries, look for bottlenecks like N+1 queries, high query counts, and missing indexing to ensure changes meet performance standards and guardrails during your code review.