gaia-review-perf

Identify performance bottlenecks in changed files during story reviews.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-public --skill gaia-review-perf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaia-review-perf
Source: https://github.com/gaiastudio-ai/gaia-public/tree/main/plugins/gaia/skills/gaia-review-perf
Command: npx skills add https://github.com/gaiastudio-ai/gaia-public --skill gaia-review-perf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill helps engineering teams identify and quantify performance bottlenecks introduced during code changes in a story review, enabling faster optimization decisions.

Core Features & Use Cases

  • Fork-context performance review: analyzes changed files for bottlenecks, memory and bundle impact, and caching decisions.
  • Automated verdict generation: produces a machine-readable performance verdict and updates the Review Gate accordingly.
  • Real-world workflows: integrates with standard story artifacts and the Juno performance subagent for deep analysis.

Quick Start

Provide a story key to trigger a performance review for that story.

Frequently Asked Questions about gaia-review-perf

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

FAQPage Schema
How do I identify performance bottlenecks introduced during a code review?

To identify performance bottlenecks during a code review, analyze changed files for memory, bundle impact, and caching decisions. This process flags performance regressions and routes findings for deep analysis to generate optimization decisions.

How does profiling integration work with story artifacts for performance analysis?

Profiling integration works by analyzing story artifacts containing changed files. It evaluates these files for performance bottlenecks and routes the findings to a performance subagent to generate a machine-readable performance verdict.

Can I automate a PASSED or FAILED verdict for performance regression checks?

Yes, you can automate a PASSED or FAILED verdict for performance regression checks. The system evaluates performance-relevant files and automatically updates the Review Gate with the corresponding machine-readable performance verdict.

What files are required to trigger an automated performance review?

Triggering an automated performance review requires changed files located under docs/implementation-artifacts. Providing a story key initiates the review, ensuring only performance-relevant files are analyzed for bottlenecks.

Does the performance review analyze all changed files in a repository?

No, the performance review does not analyze all changed files. It ensures only performance-relevant files are analyzed, filtering the changed files under docs/implementation-artifacts to accurately identify actual bottlenecks.