github.com/jeremylongshore/claude-code-plugins-plus-skills
This skill enables Claude to monitor database transactions for performance and lock issues using the database-transaction-monitor plugin. It is triggered when the user requests transaction monitoring, lock detection, or rollback rate analysis for databases. Use this skill when the user mentions "monitor database transactions," "detect long-running transactions," "identify lock contention," "track rollback rates," or asks about "transaction anomalies." The skill leverages the `/txn-monitor` command to provide real-time alerts and insights into database health.
Review Score
17%
Validation Score
12/16
Implementation Score
0%
Activation Score
0%
This skill empowers Claude to proactively monitor database transactions, identify performance bottlenecks like long-running queries and lock contention, and alert on anomalies such as high rollback rates. It provides insights into database health and helps prevent performance degradation.
database-transaction-monitor plugin./txn-monitor command to initiate transaction monitoring.This skill activates when you need to:
User request: "Find any long-running database transactions."
The skill will:
database-transaction-monitor plugin./txn-monitor command to identify transactions exceeding a predefined duration threshold.User request: "Analyze database lock contention."
The skill will:
database-transaction-monitor plugin./txn-monitor command to monitor lock wait times and identify deadlock patterns.This skill can be integrated with other monitoring and alerting tools to provide a comprehensive view of database health. It complements tools for query optimization and database schema design.