vendure-plugin-reviewing

Audit Vendure plugins for best practices, security vulnerabilities, and anti-patterns.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/meriley/claude-code-skills --skill vendure-plugin-reviewing
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: vendure-plugin-reviewing
Source: https://github.com/meriley/claude-code-skills/tree/main/skills/vendure-plugin-reviewing
Command: npx skills add https://github.com/meriley/claude-code-skills --skill vendure-plugin-reviewing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the auditing of Vendure plugins, identifying common violations of best practices, security vulnerabilities, and anti-patterns to ensure code quality and maintainability.

Core Features & Use Cases

  • Automated Checks: Detects missing decorators, improper dependency injection, hardcoded configurations, and lifecycle hook issues.
  • Manual Checklist: Provides a comprehensive guide for manual review of plugin structure, services, and configuration.
  • Use Case: When reviewing a pull request for a new Vendure plugin, use this Skill to quickly identify potential issues before they are merged.

Quick Start

Use the vendure-plugin-reviewing skill to audit the current plugin for best practices violations.

Frequently Asked Questions about vendure-plugin-reviewing

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

FAQPage Schema
How do I audit a Vendure plugin for best practices and security vulnerabilities?▼

To audit a Vendure plugin for best practices and security vulnerabilities, you can use an automated reviewing tool that detects missing decorators, improper dependency injection, and lifecycle hook issues.

What are common anti-patterns in Vendure plugin development?▼

Common anti-patterns in Vendure plugins include hardcoded configurations, missing decorators, improper dependency injection, and lifecycle hook issues, which can be identified through an automated code review audit.

Does automated code review work for checking Vendure dependency injection?▼

Yes, automated code review works for checking Vendure dependency injection by scanning the plugin to identify improper injection patterns and missing decorators before a pull request is merged.

How do I check for missing decorators in a Vendure plugin during a pull request?▼

To check for missing decorators in a Vendure plugin during a pull request, run an automated audit that identifies structural violations and generates a manual checklist for quality assurance.

What is the best way to ensure code quality when developing Vendure plugins?▼

The best way to ensure code quality when developing Vendure plugins is to run an automated audit that identifies security vulnerabilities, anti-patterns, and hardcoded configurations alongside a manual structural review.

Can I detect hardcoded configurations in Vendure services before merging?▼

Yes, you can detect hardcoded configurations in Vendure services before merging by applying an automated auditing process that flags configuration issues and service anti-patterns.