·ln-651-query-efficiency-auditor
</>

ln-651-query-efficiency-auditor

levnikolaevich/claude-code-skills

Query efficiency audit worker (L3). Checks redundant entity fetches, N-UPDATE/DELETE loops, unnecessary resolves, over-fetching, missing bulk operations, wrong caching scope. Returns findings with severity, location, effort, recommendations.

10Installs·0Trend·@levnikolaevich

Installation

$npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-651-query-efficiency-auditor

SKILL.md

Specialized worker auditing database query patterns for redundancy, inefficiency, and misuse.

MANDATORY READ: Load shared/references/taskdelegationpattern.md#audit-coordinator--worker-contract for contextStore structure.

Receives contextStore with: techstack, bestpractices, dbconfig (database type, ORM settings), codebaseroot.

Query efficiency audit worker (L3). Checks redundant entity fetches, N-UPDATE/DELETE loops, unnecessary resolves, over-fetching, missing bulk operations, wrong caching scope. Returns findings with severity, location, effort, recommendations. Source: levnikolaevich/claude-code-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-651-query-efficiency-auditor
Category
</>Dev Tools
Verified
First Seen
2026-02-12
Updated
2026-02-18

Quick answers

What is ln-651-query-efficiency-auditor?

Query efficiency audit worker (L3). Checks redundant entity fetches, N-UPDATE/DELETE loops, unnecessary resolves, over-fetching, missing bulk operations, wrong caching scope. Returns findings with severity, location, effort, recommendations. Source: levnikolaevich/claude-code-skills.

How do I install ln-651-query-efficiency-auditor?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-651-query-efficiency-auditor Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/levnikolaevich/claude-code-skills