·reporting-optimization
</>

reporting-optimization

poletron/custom-rules

High Performance Reporting and Query Optimization Trigger: When optimizing database queries for reporting.

3Installs·0Trend·@poletron

Installation

$npx skills add https://github.com/poletron/custom-rules --skill reporting-optimization

SKILL.md

Reporting queries often scan large datasets. Inefficient queries can degrade the performance of the entire system. Follow these guidelines to ensure speed and stability.

4.1 EXPLAIN ANALYZE Before deploying complex queries, use EXPLAIN ANALYZE to understand the execution plan.

4.2 Partial Indexes Create indexes that only cover a subset of rows to save space and speed up specific queries.

High Performance Reporting and Query Optimization Trigger: When optimizing database queries for reporting. Source: poletron/custom-rules.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/poletron/custom-rules --skill reporting-optimization
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is reporting-optimization?

High Performance Reporting and Query Optimization Trigger: When optimizing database queries for reporting. Source: poletron/custom-rules.

How do I install reporting-optimization?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/poletron/custom-rules --skill reporting-optimization 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/poletron/custom-rules