| name | drupal-coding-standards-rt |
| description | Use when reviewing Drupal code for standards compliance across PHP, JavaScript, CSS, Twig, YAML, SQL, and markup — dynamically loads relevant standards per file type using Drupal's official community guidelines. |
| metadata | {"author":"ronaldtebrake","version":"0.1"} |
Drupal Coding Standards Skill
This skill provides AI agents with the ability to review code according to Drupal's official coding standards. The standards are maintained by the Drupal community and automatically kept up-to-date via Composer dependency.
When to Use
Activate this skill when:
- Reviewing code in Drupal projects (modules, themes, profiles)
- Checking code for compliance with Drupal coding standards
- Performing code reviews on PHP, JavaScript, CSS, Twig, YAML, or SQL files
- Ensuring code follows Drupal best practices and conventions
How It Works
This skill uses dynamic context discovery to load only the relevant standards based on the file type being reviewed:
- Identify the file type being reviewed (
.php, .js, .css, .twig, .yml, etc.)
- Consult the routing table in
standards-index.md to find the corresponding standard file
- Load the specific standard from
assets/standards/[category]/[file].md
- Apply the standards to review the code
Review Workflow
- Read
standards-index.md to determine which standard file applies to the code being reviewed
- Load the relevant standard file from
assets/standards/
- Review the code against the standards
- Provide specific, actionable feedback referencing the relevant sections of the standards