LLM Skills
~/catalog/monitoring & alerts//drush-check
Monitoring & alertsGitHub source

Drush health check

/drush-check

Run a series of Drush commands to check the health and status of the site.

madsnorgaardmadsnorgaard
46
March 11, 2026
// skill content

--- name: drush-check description: Run common Drush checks to verify Drupal site health --- # Drush Health Check Run a series of Drush commands to check site health and status. Usage: /drush-check This command takes no arguments. It runs a standard set of health checks on the current Drupal site. ## Steps 1. Check Drush is available: ``bash drush status ` 2. Check for available updates: `bash drush pm:security ` 3. Check configuration status: `bash drush config:status ` 4. Check for pending database updates: `bash drush updatedb:status ` 5. Check watchdog for recent errors: `bash drush watchdog:show --severity=error --count=10 `` ## Report Findings Summarize: - Drupal version and status - Any security updates needed - Configuration sync status - Pending database updates - Recent errors in logs

// original public source
madsnorgaard/drupal-agent-resources
/.claude/commands/drush-check.md
License: License not specified. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/drush-check.md" "https://raw.githubusercontent.com/madsnorgaard/drupal-agent-resources/main/.claude/commands/drush-check.md"
Then in Claude Code, type /drush-check to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 46
UpdatedMarch 11, 2026
Format.md
AccessFree
// similar

Skills Monitoring & alerts

View allarrow_forward