Vendure Graphql Reviewing

🌐Community
by meriley · vlatest · Repository

Analyzes Vendure GraphQL schemas & queries for performance bottlenecks, errors, and adherence to best practices.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add vendure-graphql-reviewing npx -- -y @trustedskills/vendure-graphql-reviewing
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "vendure-graphql-reviewing": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/vendure-graphql-reviewing"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to review Vendure GraphQL schemas and queries. It can identify potential issues like incorrect field selections, missing arguments, or inefficient query structures within Vendure applications. The agent can also suggest improvements for clarity, performance, and adherence to best practices.

When to use it

  • Code Review: Integrate into your CI/CD pipeline to automatically review new or modified GraphQL queries in a Vendure project.
  • Performance Optimization: Analyze existing GraphQL endpoints to identify bottlenecks and suggest optimizations.
  • Learning & Education: Use the skill to understand how Vendure's GraphQL API works and learn best practices for building efficient queries.
  • Schema Validation: Ensure that new or updated GraphQL schemas are valid and consistent with Vendure’s conventions.

Key capabilities

  • Vendure GraphQL schema understanding
  • GraphQL query analysis
  • Issue identification (incorrect field selections, missing arguments)
  • Performance optimization suggestions
  • Best practices adherence checks

Example prompts

  • "Review this Vendure GraphQL query for potential inefficiencies: query { ... }"
  • "Analyze the Vendure GraphQL schema and identify any deprecated fields."
  • "Suggest improvements to this Vendure GraphQL query to reduce server load: ..."

Tips & gotchas

This skill requires a basic understanding of Vendure and GraphQL. Providing the full GraphQL schema or relevant parts of it will improve accuracy and relevance of the review.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
meriley
Installs
5

🌐 Community

Passed automated security scans.