widget-review

Audit Essential Addons widgets across correctness, security, i18n, assets, and architecture.

54|48|Updated Jul 19, 2017
One-click install
npx skills add https://github.com/WPDevelopers/essential-addons-for-elementor-lite --skill widget-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: widget-review
Source: https://github.com/WPDevelopers/essential-addons-for-elementor-lite/tree/main/.claude/skills/widget-review
Command: npx skills add https://github.com/WPDevelopers/essential-addons-for-elementor-lite --skill widget-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits a single Essential Addons widget end-to-end across five axes: correctness, security, i18n, asset hygiene, and architecture, producing a structured report with file:line references and concrete fix suggestions.

Core Features & Use Cases

  • Focused, widget-level review of a single widget plus its source SCSS/JS and config.php entry — not the whole plugin.
  • Five-axis evaluation covering correctness, security, i18n, asset hygiene, and architecture, with a detailed report.
  • Use when asked to "review", "audit", or "check" a widget in includes/Elements/, before merging a PR that touches includes/Elements/, or after porting a widget between Lite and Pro.

Quick Start

Provide the widget identifier (class name, file path, or slug) to begin the review.

Frequently Asked Questions about widget-review

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

FAQPage Schema
How do I audit an Essential Addons widget before merging a PR?▼

Auditing an Essential Addons widget requires providing its class name, file path, or slug to evaluate correctness, security, i18n, asset hygiene, and architecture, producing a structured report with file:line references and concrete fix suggestions.

What does a widget code audit cover for Elementor Lite and Pro porting?▼

A widget code audit covers five evaluation axes: correctness, security, i18n, asset hygiene, and architecture. It analyzes the widget's PHP code, SCSS/JS assets, and config.php entries to ensure successful porting between Lite and Pro.

Can I review a single widget in includes/Elements/ without auditing the whole plugin?▼

Yes, you can review a single widget in includes/Elements/ without auditing the whole plugin. The assessment focuses exclusively on the target widget alongside its associated SCSS/JS files and config.php entry.

How do I check widget security and internationalization in Essential Addons?▼

Checking widget security and internationalization involves evaluating the widget's code against dedicated audit axes for vulnerabilities and translation readiness, outputting file:line references alongside concrete fix suggestions for any identified issues.

What's the best way to check asset hygiene and architecture for an Essential Addons widget?▼

The best way to check asset hygiene and architecture is running an end-to-end widget audit that evaluates SCSS/JS assets and structural design, producing a detailed report with file:line references and targeted fix suggestions.