github.com/jeremylongshore/claude-code-plugins-plus-skills
This skill uses the database-deadlock-detector plugin to detect, analyze, and prevent database deadlocks. It monitors database lock contention, analyzes transaction patterns, and suggests resolution strategies. Use this skill when the user asks to "detect database deadlocks", "analyze deadlock causes", "monitor database locks", or any requests related to database deadlock prevention and resolution. This skill is particularly useful for production database systems experiencing recurring deadlock issues. The plugin's command `/deadlock` is triggered by these requests.
Review Score
17%
Validation Score
12/16
Implementation Score
0%
Activation Score
0%
This skill enables Claude to automatically detect, analyze, and prevent database deadlocks in database systems. It provides insights into transaction patterns, lock contention, and suggests optimization strategies to minimize deadlock occurrences.
/deadlock command to analyze the database for current and potential deadlocks.This skill activates when you need to:
User request: "Investigate recent deadlocks in the production database."
The skill will:
/deadlock command.User request: "Set up deadlock monitoring for the database."
The skill will:
/deadlock command with monitoring configurations.This skill can be integrated with other monitoring and alerting tools to provide a comprehensive view of database performance and stability. It can also be used in conjunction with database optimization tools to implement recommended resolution strategies.