Files
gh-jeremylongshore-claude-c…/skills/database-index-advisor/scripts/README.md
2025-11-30 08:18:22 +08:00

8 lines
339 B
Markdown

# Scripts
Bundled resources for database-index-advisor skill
- [ ] analyze_indexes.py: Script to execute index analysis and generate recommendations.
- [ ] validate_index_changes.py: Script to validate proposed index changes against a test database.
- [ ] rollback_index_changes.py: Script to rollback index changes if validation fails.