Files
gh-jeremylongshore-claude-c…/skills/database-deadlock-detector/scripts/README.md
2025-11-30 08:18:12 +08:00

8 lines
394 B
Markdown

# Scripts
Bundled resources for database-deadlock-detector skill
- [ ] analyze_deadlocks.py: Script to connect to the database, run deadlock detection queries, and format the results.
- [ ] simulate_deadlock.py: Script to simulate a deadlock scenario for testing purposes.
- [ ] resolve_deadlock.py: Script to automatically kill the blocking process in a deadlock (use with extreme caution).