query-plan-reader

Community

Turn one query plan into a tuning verdict.

Authornguyenpv1980-wq
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you diagnose why a single SQL query is slow by reading its execution plan, identifying the dominant cost node, and separating real bottlenecks from misleading assumptions.

Core Features & Use Cases

  • Plan interpretation: Explains scans, joins, sorts, spills, and row-estimate mismatches in plain language.
  • Evidence-based tuning: Ranks fixes such as statistics refresh, query rewrite, index changes, or schema adjustments by cost and likely impact.
  • Multi-tenant awareness: Accounts for tenant predicates and row-security filters that affect the plan and index choice.
  • Use cases: Interpreting EXPLAIN ANALYZE output, deciding whether an index is justified, and verifying that a fix changes the plan as expected.

Quick Start

Use the query-plan-reader skill to analyze this query’s execution plan, identify the dominant cost, and recommend the cheapest fix with a re-verification method.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: query-plan-reader
Download link: https://github.com/nguyenpv1980-wq/Project-Aegis/archive/main.zip#query-plan-reader

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 545,000+ vetted skills library on demand.