LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

performance-review - Performance Audit for Branch Changes

Audit database queries, frontend bundle size, and API response time risks before merging

Tags

Updated: 2026-03-21

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • audit database queries
  • detect N+1 problems
  • find missing indexes
  • check bundle size
  • review API pagination
  • verify code splitting
  • check memory leaks
  • generate performance report

Inputs

  • git branch diff
  • Prisma schema
  • package.json

Outputs

  • performance audit report
  • critical issues list
  • warning issues list
  • recommendations

Requirements

  • Git repository
  • Node.js environment
  • build tool access

Source

  • Spec: SKILL.md
performance
database
frontend
code-review
audit database queries
detect N+1 problems
find missing indexes
check bundle size
git branch diff
Prisma schema
package.json
performance audit report
critical issues list
warning issues list