ln-650-persistence-performance-auditor

Coordinate audit workers to analyze persistence layer query efficiency and transaction correctness.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/dorrio/sorteo-app-generator --skill ln-650-persistence-performance-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-650-persistence-performance-auditor
Source: https://github.com/dorrio/sorteo-app-generator/tree/main/.agent/skills/ln-650-persistence-performance-auditor
Command: npx skills add https://github.com/dorrio/sorteo-app-generator --skill ln-650-persistence-performance-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses potential bottlenecks and errors in how the application interacts with its data persistence layer, ensuring efficient and correct data handling.

Core Features & Use Cases

  • Coordinated Audits: Manages four specialized audit workers for query efficiency, transaction correctness, runtime performance, and resource lifecycle.
  • Best Practice Research: Researches and applies database, ORM, and asynchronous programming best practices.
  • Automated Reporting: Aggregates audit findings into a comprehensive documentation file.
  • Use Case: Identify slow database queries that are impacting application responsiveness and ensure all database transactions are properly committed or rolled back.

Quick Start

Run the persistence performance auditor skill to analyze the database interactions.

Frequently Asked Questions about ln-650-persistence-performance-auditor

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

FAQPage Schema
How do I audit database persistence layer performance bottlenecks?

To audit database persistence layer performance, this skill coordinates specialized workers to analyze query efficiency, transaction correctness, runtime performance, and resource lifecycle. It researches DB and ORM best practices to identify bottlenecks and generates a detailed persistence audit report.

What is a persistence layer audit and when do I need one?

A persistence layer audit is an analysis of how an application interacts with its data storage to ensure efficient and correct data handling. You need one when experiencing slow database queries, application responsiveness issues, or data integrity issues from improper transaction commits.

How do I check if database transactions are properly committed or rolled back?

To check if database transactions are properly committed or rolled back, run a persistence audit that evaluates transaction correctness. The audit coordinates specialized workers to analyze data integrity issues and applies best practices to resolve them.

Does this persistence audit work with asynchronous programming best practices?

Yes, the persistence audit works with asynchronous programming best practices. It researches and applies DB, ORM, and async best practices to analyze query efficiency and resource lifecycle within the persistence layer.

What's the best way to identify slow database queries impacting application responsiveness?

The best way to identify slow database queries impacting application responsiveness is to run a coordinated persistence audit. It analyzes query efficiency and runtime performance to detect bottlenecks, then generates a detailed report of the findings.