Skip to content

drupal status

Paulo Maia Carvalho edited this page May 20, 2026 · 1 revision

drupal-status

Full status report for the Drupal project: version, database connection, enabled modules, file permissions, and configuration state.

Usage

/drupal-status

What it reports

Section Details
Drupal core version From drush core:status
PHP version Runtime PHP version inside the container
Database Connection status, driver, database name
File system sites/default/files/ writability
Configuration Sync status (are there pending config imports?)
Cache backend Default / Redis / Memcache
Enabled modules Count of enabled contrib and custom modules
Theme Active default and admin themes
Cron Last run timestamp

Notes

  • Requires the Docker stack to be running for full output.
  • If the stack is not running, the skill falls back to reading composer.json and reporting partial info (version, installed packages) without a live database check.

Related skills

Clone this wiki locally