lunora-performance-audit

Diagnose Lunora backend bottlenecks by analyzing database access patterns and schema definitions.

214|7|Updated May 29, 2026
One-click install
npx skills add https://github.com/anolilab/lunora --skill lunora-performance-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lunora-performance-audit
Source: https://github.com/anolilab/lunora/tree/main/packages/cli/skills/lunora-performance-audit
Command: npx skills add https://github.com/anolilab/lunora --skill lunora-performance-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses performance bottlenecks in Lunora applications, such as slow queries, write conflicts, and inefficient subscription patterns, ensuring your backend scales effectively on Cloudflare.

Core Features & Use Cases

  • Performance Diagnosis: Systematically identifies read amplification, write contention (OCC), and subscription overhead.
  • Optimization Guidance: Provides actionable fixes for indexing, sharding, and global data replication.
  • Use Case: If your application experiences high latency or frequent write conflicts during peak traffic, use this skill to analyze your database access patterns and implement targeted indexing or sharding strategies.

Quick Start

Use the lunora-performance-audit skill to analyze the current database access patterns and identify potential performance bottlenecks in the project.

Frequently Asked Questions about lunora-performance-audit

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

FAQPage Schema
How do I resolve write conflict hot-spots and high latency in my Cloudflare Worker backend?

To resolve write conflict hot-spots and high latency, you must diagnose database read-write patterns and concurrency issues. Analyzing schema definitions and CLI insights helps target write contention (OCC) with indexing or sharding strategies for optimal performance.

What is the best way to optimize unindexed queries causing read amplification in Lunora applications?

The best way to optimize unindexed queries and read amplification is performing a static analysis of schema definitions. This identifies inefficient database access patterns, allowing you to implement targeted indexing that ensures your backend scales effectively on Cloudflare.

How do I fix inefficient subscription fan-out and overhead during peak traffic?

To fix inefficient subscription fan-out and overhead, analyze your database access patterns and concurrency issues. Identifying subscription overhead allows you to implement targeted sharding and global data replication strategies to reduce latency.

Do I need Lunora CLI insights to diagnose database performance bottlenecks?

Yes, Lunora CLI insights are required to diagnose database performance bottlenecks effectively. Integrating CLI insights with static analysis of schema definitions ensures you accurately identify read amplification, write contention, and unindexed queries.

Why does my Lunora backend experience frequent write conflicts during peak traffic?

Frequent write conflicts during peak traffic occur due to write contention (OCC) and write-conflict hot-spots in your database. Diagnosing concurrency issues and access patterns allows you to implement targeted sharding or indexing to resolve the bottlenecks.

Can I use static schema analysis to improve Cloudflare Worker performance without manual query logging?

Yes, static analysis of schema definitions can improve Cloudflare Worker performance without manual query logging. It systematically identifies unindexed queries and read amplification, providing actionable fixes for indexing and global data replication.