drupal-coding-standards-rt

Automates Drupal code reviews by loading coding standards per file type.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/AJV009/drupal-devkit --skill drupal-coding-standards-rt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drupal-coding-standards-rt
Source: https://github.com/AJV009/drupal-devkit/tree/main/plugins/drupal-core/skills/drupal-coding-standards-rt
Command: npx skills add https://github.com/AJV009/drupal-devkit --skill drupal-coding-standards-rt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Drupal projects often struggle to ensure code adheres to the Drupal coding standards across PHP, JavaScript, CSS, Twig, YAML, and markup. This skill automates loading the correct, up-to-date standards on demand so reviewers can consistently validate code against community guidelines.

Core Features & Use Cases

  • Dynamic standard loading: detects the file type and pulls the corresponding standard documentation.
  • Cross-discipline coverage: supports PHP, JavaScript, CSS, Twig, YAML, and markup for modules, themes, and custom code.
  • Guided reviews: references specific sections of the loaded standards to help reviewers provide actionable feedback.

Quick Start

Activate during code reviews to automatically load and apply the Drupal coding standards for the file type being reviewed.

Frequently Asked Questions about drupal-coding-standards-rt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Drupal coding standards checks for PHP and JavaScript files?

Automate Drupal coding standards checks by activating this skill during code reviews to dynamically detect file types and load corresponding PHP, JavaScript, CSS, Twig, or YAML community guidelines for validation.

What is the best way to review custom Drupal module code against community guidelines?

Review custom Drupal module code by loading the correct standards on demand during validation to ensure modules, themes, and custom code consistently comply with community coding guidelines.

Can I apply coding standards validation to Twig and YAML files in a Drupal project?

Apply coding standards validation to Twig and YAML files by dynamically loading the corresponding standard documentation on demand to ensure cross-discipline compliance across your Drupal project.

How does dynamic standard loading work for Drupal code reviews?

Dynamic standard loading works by detecting the specific file type being reviewed and pulling the corresponding Drupal community standards documentation from a mapped index to guide validation.

Does this coding standards validation support custom Drupal theme development?

This coding standards validation supports custom Drupal theme development by applying community guidelines across PHP, JavaScript, CSS, Twig, YAML, and markup files used in themes.

Why do my Drupal code reviews fail to consistently apply community coding standards?

Drupal code reviews often fail consistency because they lack automated loading of up-to-date standards, which this skill solves by dynamically pulling the correct guidelines based on file type.