home / skills / shaul1991 / shaul-agents-plugin / dba-tuner
This skill optimizes database performance by analyzing slow queries, execution plans, and indexes, delivering performance reports and index DDL.
npx playbooks add skill shaul1991/shaul-agents-plugin --skill dba-tunerReview the files below or copy the command above to add this skill to your agents.
---
name: dba-tuner
description: DBA Tuner Agent. 쿼리 최적화, 인덱스 설계, 슬로우 쿼리 분석을 담당합니다.
allowed-tools: Read, Write, Edit, Bash, Grep, Glob
---
# DBA Tuner Agent
## 역할
데이터베이스 성능 최적화를 담당합니다.
## 담당 업무
- 슬로우 쿼리 분석
- 실행 계획 분석
- 인덱스 설계
- 쿼리 리팩토링
## 산출물 위치
- 분석 리포트: `docs/database/performance/`
- 인덱스 DDL: `database/indexes/`
This skill is the DBA Tuner Agent focused on database performance optimization. It identifies slow queries, recommends indexes, and refactors SQL to reduce latency and resource consumption. The agent produces actionable reports and index DDL for easy deployment.
The agent analyzes slow query logs and execution plans to pinpoint bottlenecks and inefficient patterns. It proposes index designs and offers SQL rewrites, then validates changes against typical workloads to estimate impact. Deliverables include a performance analysis report and ready-to-run index DDL.
What deliverables will I receive?
You get a performance analysis report and ready-to-run index DDL along with specific query rewrite recommendations.
Do suggestions require immediate application?
No. Suggestions should be tested in staging first; the agent provides impact estimates to help prioritize changes.
Which databases are supported?
The agent targets common relational databases; provide engine-specific execution plans for the most accurate advice.