monitoring-database-health

Monitor use when you need to work with monitoring and observability.

Content Preview
---
name: monitoring-database-health
description: |
  Monitor use when you need to work with monitoring and observability.
  This skill provides health monitoring and alerting with comprehensive guidance and automation.
  Trigger with phrases like "monitor system health", "set up alerts",
  or "track metrics".

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/monitoring-database-health.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/database/database-health-monitor/skills/monitoring-database-health/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-health-monitor/skills/monitoring-database-health/SKILL.md

Related Skills

Monitoring CPU Usage
This skill enables Claude to monitor and analyze CPU usage patterns within applications. It helps identify CPU hotspots, analyze algorithmic complexity, and detect blocking operations. Use this skill when the user asks to "monitor CPU usage", "optimize CPU performance", "analyze CPU load", or "find
skill-adaptermonitoring cpu usage

by jeremylongshore · plugins-plus-skills

Monitoring Database Health
This skill enables Claude to monitor database health using real-time metrics, predictive alerts, and automated remediation. It's designed for production-grade database health monitoring for PostgreSQL and MySQL, detecting performance degradation, resource exhaustion, and replication issues. Use this
skill-adaptermonitoring database health

by jeremylongshore · plugins-plus-skills

Monitoring Database Transactions
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 "mon
skill-adaptermonitoring database transactions

by jeremylongshore · plugins-plus-skills

Monitoring Error Rates
This skill enables Claude to monitor and analyze application error rates to improve reliability. It is used when the user needs to track and understand errors occurring in their application, including HTTP errors, application exceptions, database errors, external API errors, background job errors, a
skill-adaptermonitoring error rates

by jeremylongshore · plugins-plus-skills