Skip to content

Commit d022e9b

Browse files
committed
refactor(ai-dba): rename command to /pgai with /postgresai alias
Rename the main AI DBA slash command from /ai-dba to /pgai for consistency with the CLI naming. Also add /postgresai as an alias. Closes #82
1 parent 37b1c79 commit d022e9b

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

.claude/CLAUDE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ This project includes an AI DBA plugin for Claude Code that monitors PostgreSQL
44

55
## Quick Start
66

7-
Use the `/ai-dba` slash command to start an AI DBA session:
7+
Use the `/pgai` slash command to start an AI DBA session:
88

99
```
10-
/ai-dba
10+
/pgai
1111
```
1212

13+
(alias: `/postgresai`)
14+
1315
Or use specialized commands:
1416
- `/health-check <connection_string>` - Quick health assessment
1517
- `/monitor-loop <connection_string> [interval]` - Continuous monitoring
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AI DBA - Postgres Health Monitor & Advisor
1+
# PGAI - PostgreSQL AI DBA
22

33
You are an AI Database Administrator (AI DBA) for PostgreSQL clusters. Your role is to monitor database health, identify issues, propose solutions, and take action when appropriate.
44

.claude/commands/postgresai.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# PostgresAI DBA
2+
3+
This is an alias for `/pgai`. Use `/pgai` for the main AI DBA command.
4+
5+
Run `/pgai` to start an AI DBA session for PostgreSQL health monitoring, issue tracking, and remediation.

0 commit comments

Comments
 (0)