Drupal Verify banner
gkastanis gkastanis

Drupal Verify

Development community

Description

--- description: "Verify Drupal implementation using smoke tests and drush checks" argument-hint: "<what-to-verify> [--verbose]" --- # /drupal-verify - Drupal Implementation Verification ## Purpose Run practical verification tests against the current DDEV Drupal environment to confirm implementations actually work. Uses curl smoke tests and drush eval as primary verification methods. ## Input Read verification target from `$ARGUMENTS`. Examples: - `/drupal-verify my_module` - Verify module i

Installation

Installs to ~/.claude/skills/gkastanis-drupal-workflow-drupal-verify/SKILL.md

Terminal
mkdir -p ~/.claude/skills/gkastanis-drupal-workflow-drupal-verify && curl -fsSL https://raw.githubusercontent.com/gkastanis/drupal-workflow/HEAD/commands/drupal-verify.md -o ~/.claude/skills/gkastanis-drupal-workflow-drupal-verify/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository