detecting-database-deadlocks

Process use when you need to work with deadlock detection.

Content Preview
---
name: detecting-database-deadlocks
description: |
  Process use when you need to work with deadlock detection.
  This skill provides deadlock detection and resolution with comprehensive guidance and automation.
  Trigger with phrases like "detect deadlocks", "resolve deadlocks",
  or "prevent deadlocks".

allowed-tools: Read, Write, Edit, Grep, Glob, Bash(psql:*), Bash(mysql:*), Bash(mongosh:*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with: 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/detecting-database-deadlocks.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/database/database-deadlock-detector/skills/detecting-database-deadlocks/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/database/database-deadlock-detector/skills/detecting-database-deadlocks/SKILL.md

Related Skills

Detecting Performance Bottlenecks
This skill enables Claude to detect and resolve performance bottlenecks in applications. It analyzes CPU, memory, I/O, and database performance to identify areas of concern. Use this skill when you need to diagnose slow application performance, optimize resource usage, or proactively prevent perform
skill-adapterdetecting performance bottlenecks

by jeremylongshore · plugins-plus-skills

Detecting Database Deadlocks
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 cause
skill-adapterdetecting database deadlocks

by jeremylongshore · plugins-plus-skills

Detecting Memory Leaks
This skill enables Claude to detect potential memory leaks and analyze memory usage patterns in code. It is triggered when the user requests "detect memory leaks", "analyze memory usage", or similar phrases related to memory leak detection and performance analysis. The skill identifies potential iss
skill-adapterdetecting memory leaks

by jeremylongshore · plugins-plus-skills

Detecting Performance Regressions
This skill enables Claude to automatically detect performance regressions in a CI/CD pipeline. It analyzes performance metrics, such as response time and throughput, and compares them against baselines or thresholds. Use this skill when the user requests to "detect performance regressions", "analyze
skill-adapterdetecting performance regressions

by jeremylongshore · plugins-plus-skills